-
Posts
447 -
Joined
-
Last visited
-
Days Won
3
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Craft
-
NullReferenceException at (wrapper managed-to-native) UnityEngine.Component.get_transform(UnityEngine.Component) at Oxide.Plugins.HeliSignals+HeliComponent.ReturnHeliToPlayer () [0x00053] in <be03e4f040264006a27942ead3e456de>:0 at Oxide.Plugins.HeliSignals+HeliComponent.Update () [0x00057] in <be03e4f040264006a27942ead3e456de>:0 NullReferenceException at (wrapper managed-to-native) UnityEngine.Component.get_transform(UnityEngine.Component) at Oxide.Plugins.HeliSignals+HeliComponent.ReturnHeliToPlayer () [0x00053] in <be03e4f040264006a27942ead3e456de>:0 at Oxide.Plugins.HeliSignals+HeliComponent.Update () [0x00057] in <be03e4f040264006a27942ead3e456de>:0
-
Sorry, I misread. You cannot change their location. I will update them when I have time
-
Changed Status from Pending to Not a Bug Changed Fixed In to 1.1.1
-
Hello, you can set everything in the configuration
-
Changed Status from Pending to Closed Changed Fixed In to 1.1.1
-
Please upload your configuration file
-
Has anyone fixed this?
-
Failed to call hook 'RoadBradleyCommand' on plugin 'RoadBradley v1.6.12' (InvalidCastException: Null object cannot be converted to a value type.) at System.Convert.ChangeType (System.Object value, System.Type conversionType, System.IFormatProvider provider) [0x00019] in <467a840a914a47078e4ae9b0b1e8779e>:0 at System.Convert.ChangeType (System.Object value, System.Type conversionType) [0x00007] in <467a840a914a47078e4ae9b0b1e8779e>:0 at Oxide.Core.Plugins.Plugin.Call[T] (System.String hook, System.Object[] args) [0x00008] in <beb2b64691c64e2b95b99491bd85442c>:0 at Oxide.Plugins.RoadBradley.HaveRequiredItem (BasePlayer player, System.String shortname, System.UInt64 skin, System.Int32 amount) [0x00041] in <57a59a14219a47789e7ead1c4320872a>:0 at Oxide.Plugins.RoadBradley.UpdateDisplayedTankUi (BasePlayer player, System.Text.StringBuilder sb, Oxide.Ext.CarbonAliases.CUI cui, Oxide.Ext.CarbonAliases.CUI+Handler+UpdatePool elements) [0x008a6] in <57a59a14219a47789e7ead1c4320872a>:0 at Oxide.Plugins.RoadBradley.OpenRoadBradleyUI (BasePlayer player) [0x003a3] in <57a59a14219a47789e7ead1c4320872a>:0 at Oxide.Plugins.RoadBradley.RoadBradleyCommand (BasePlayer player) [0x00000] in <57a59a14219a47789e7ead1c4320872a>:0 at Oxide.Plugins.RoadBradley.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00b14] in <57a59a14219a47789e7ead1c4320872a>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <795304323ac74a298b8ed190a1dfa739>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <beb2b64691c64e2b95b99491bd85442c>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <beb2b64691c64e2b95b99491bd85442c>:0 (14:52:14) | Failed to call hook 'RoadBradleyCommand' on plugin 'RoadBradley v1.6.12' (InvalidCastException: Null object cannot be converted to a value type.) at System.Convert.ChangeType (System.Object value, System.Type conversionType, System.IFormatProvider provider) [0x00019] in <467a840a914a47078e4ae9b0b1e8779e>:0 at System.Convert.ChangeType (System.Object value, System.Type conversionType) [0x00007] in <467a840a914a47078e4ae9b0b1e8779e>:0 at Oxide.Core.Plugins.Plugin.Call[T] (System.String hook, System.Object[] args) [0x00008] in <beb2b64691c64e2b95b99491bd85442c>:0 at Oxide.Plugins.RoadBradley.HaveRequiredItem (BasePlayer player, System.String shortname, System.UInt64 skin, System.Int32 amount) [0x00041] in <57a59a14219a47789e7ead1c4320872a>:0 at Oxide.Plugins.RoadBradley.UpdateDisplayedTankUi (BasePlayer player, System.Text.StringBuilder sb, Oxide.Ext.CarbonAliases.CUI cui, Oxide.Ext.CarbonAliases.CUI+Handler+UpdatePool elements) [0x008a6] in <57a59a14219a47789e7ead1c4320872a>:0 at Oxide.Plugins.RoadBradley.OpenRoadBradleyUI (BasePlayer player) [0x003a3] in <57a59a14219a47789e7ead1c4320872a>:0 at Oxide.Plugins.RoadBradley.RoadBradleyCommand (BasePlayer player) [0x00000] in <57a59a14219a47789e7ead1c4320872a>:0 at Oxide.Plugins.RoadBradley.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00b14] in <57a59a14219a47789e7ead1c4320872a>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <795304323ac74a298b8ed190a1dfa739>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <beb2b64691c64e2b95b99491bd85442c>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <beb2b64691c64e2b95b99491bd85442c>:0
-
- 41 comments
-
- #rats
- #miniature
- (and 23 more)
-
if (playersList.Contains(player) && entity.name == grenadeSupplySignalPrefab) { if (!CanUseF15(player)) { player.ChatMessage(Configuration.prohibitionMessage); entity.Kill(); GiveItemToPlayer(player, 1); return; } Your if (! CanUseF15 (player)) sequence is incorrect, which will affect other signal bounce skins private void OnEntityTakeDamage(BaseCombatEntity entity, HitInfo info) { if (info.WeaponPrefab != null && info.WeaponPrefab.PrefabName == rocketPrefab && info.damageTypes.Get(Rust.DamageType.Hunger) > 0) { info.damageTypes.ScaleAll(Configuration.damageScale); if (!Configuration.damageBuildings && entity is DecayEntity decayEntity) { if (decayEntity.OwnerID != 0) { info.damageTypes.ScaleAll(0); } } } } Detect unowned entities to support raid bases
-
Urgent need for this
-
(14:11:12) | [RoadBradley] Road Bradley purchased by 3DDDDD (76561198152599371) of profile '10' has spawned at (633.22, 21.66, 1703.07)! (14:11:24) | [RoadBradley] Bradley purchased by '76561198152599371' (10) has been destroyed at (652.27, 21.79, 1704.15)! (14:11:24) | Failed to call hook 'OnEntityDestroy' on plugin 'RoadBradley v1.6.11' (TargetException: Object does not match target type.) at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00024] in <b11ba2a8fbf24f219f7cc98532a11304>:0 at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <b11ba2a8fbf24f219f7cc98532a11304>:0 at Oxide.Plugins.RoadBradley.InitializeCustomTankDeath (BradleyAPC apc, Oxide.Plugins.RoadBradley+RoadBradleyController controller) [0x0001c] in <11e9c0063ab645c7ace985a7855babd8>:0 at Oxide.Plugins.RoadBradley.OnEntityDestroy (BradleyAPC apc) [0x00929] in <11e9c0063ab645c7ace985a7855babd8>:0 at Oxide.Plugins.RoadBradley.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0049a] in <11e9c0063ab645c7ace985a7855babd8>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <795304323ac74a298b8ed190a1dfa739>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <beb2b64691c64e2b95b99491bd85442c>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <beb2b64691c64e2b95b99491bd85442c>:0 This error occurs. After destroying Bradley, there will be fire and no custom loot will be filled
-
If this code is used in OnEntityKill, it can be compatible with lockonsockets
-
This is too regrettable. I hope you can add damage settings
-
I only see health Where is the damage multiplier set?
-
I want to modify the damage, health, etc. of the NPC on the cargo ship, but it seems that NPCKIT cannot do this?
-
-
the UI is not properly closed and players can call Bradley infinitely The UI shutdown will be affected by the network. It is recommended to check the number of calls again when calling the tank