-
Posts
746 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by NEXT
-
Failed to call hook 'OnEntitySpawned' on plugin 'FireStones v1.2.3' (NullReferenceException: Object reference not set to an instance of an object.) at BaseEntity.SetParent (BaseEntity entity, System.UInt32 boneID, System.Boolean worldPositionStays, System.Boolean sendImmediate) [0x0013a] in <91b60f48d47248f6ac2cbd0d5e1535e7>:0 at BaseEntity.SetParent (BaseEntity entity, System.String strBone, System.Boolean worldPositionStays, System.Boolean sendImmediate) [0x00010] in <91b60f48d47248f6ac2cbd0d5e1535e7>:0 at Oxide.Plugins.FireStones.InitializeNewSpawn (BaseEntity entity, Oxide.Plugins.FireStones+OreDefinition def) [0x0008b] in <86f838b99bf84f779d1cbe4e4b7dcb53>:0 at Oxide.Plugins.FireStones.OnEntitySpawned (BaseEntity entity) [0x0007e] in <86f838b99bf84f779d1cbe4e4b7dcb53>:0 at Oxide.Plugins.FireStones.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x000b7] in <86f838b99bf84f779d1cbe4e4b7dcb53>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <9c80d821d00a44c9a24497c73ad2d20d>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in :0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in :0
-
oxide.unload FireStones Failed to call hook 'Unload' on plugin 'FireStones v1.2.3' (NullReferenceException: ) at (wrapper managed-to-native) UnityEngine.Component.get_gameObject(UnityEngine.Component) at UnityEngine.Component.GetComponentInParent (System.Type t, System.Boolean includeInactive) [0x00001] in :0 at UnityEngine.Component.GetComponentInParent[T] () [0x00001] in :0 at Oxide.Plugins.FireStones.Unload () [0x00015] in <86f838b99bf84f779d1cbe4e4b7dcb53>:0 at Oxide.Plugins.FireStones.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0023c] in <86f838b99bf84f779d1cbe4e4b7dcb53>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <9c80d821d00a44c9a24497c73ad2d20d>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in :0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in :0
-
- 41 comments
-
- #drone
- #dronepatrol
- (and 8 more)
-
NO good... If I disable the skill, Each time I reload, the number of bullets increases.
-
Am I doing something wrong? "ElectricShock": 10.0 Admin creates an insert with this ↓ "ElectricShock": 10.0 Can players see that this is on?
-
There's no problem with the effect logic. Great. The problem is that the information is invisible. I don't know what effects the items I have have.
-
verrrrryyyy good!!!! → NO GOOD thank you very much
-
- 41 comments
-
- #drone
- #dronepatrol
- (and 8 more)
-
"Chance to spawn instead of any spawnable loot [0 - 100]": 3, "LuckyBlock entity limit": 2, Even though the above settings are There are many occurrences.
-
and if (_config.EntityLimit <= LuckyBlocks.Count + WaitingToDunk.Count) return; By managing the upper limit including the waiting queue, you can prevent the number of appearances from exploding. and UnityEngine.Debug.LogWarning("test"); UnityEngine.Debug.LogWarning(commands.Count); UnityEngine.Debug.LogWarning("test1");
-
{ "Server command [%steamid% = player steamid]": [ "chat.say i am lucky", "luckyblock fake_explosion" ], "Weight [directly affects the chance of this command being triggered | 0 - disabled]": 10, "Description": "Explosion without causing damage" }, Is this the chat command? not found.....
-
If you install it on equipment, the information will not be visible, but you will be able to see the Armor Insert information itself.
-
How about referring to the ItemsInfo MOD?
-
Error while compiling FireStones: 'PlayerInventory' does not contain a definition for 'AllItems' and no accessible extension method 'AllItems' accepting a first argument of type 'PlayerInventory' could be found (are you missing a using directive or an assembly reference?) | Line: 176, Pos: 77
-
It only happened once and hasn't happened since. If there is no problem, I will ignore this log.
-
- 40 comments
-
- #luckyblock
- #tofurahie
-
(and 3 more)
Tagged with:
-
I think the problem is that chat commands aren't working. Maybe I misunderstand how this button works? I thought that pressing the button would activate the command, but am I wrong? The commands aren't working.
-
i use + ADD CATEGORY but no work "Commands": [ "/skilltree" "Commands": [ "skilltree" no work and no log no some errors in the server console Do you have any samples?
-
Why It’s Breaking the Player Once the LuckyBlock overlaps with the player: Player gets stuck inside the collider of the LuckyBlock or one of its children (like the SphereEntity). Even after the block is "killed", the collision or network state may still affect the player — possibly due to: Sphere collider not cleaned up. Network visibility/resizing logic (EntitySubscriptionManager or NetworkSnapshotManager) leaving behind ghost data. Since visibility/network snapshots are manually manipulated, it’s possible the player remains "subscribed" or affected even when it shouldn't be.
-
[ChatCommand("ref.collectowner")] private void CmdChatOwnerCollect(BasePlayer player, string command, string[] args) { if (!RefProfiles.ContainsKey(player.userID)) return; foreach (var check in RefProfiles[player.userID].GetInvited()) { if (!check.Collected) continue; check.Collected = false; // ⬐ check.ProgressInfo = new ProgressInfo(); // foreach (var item in Settings.RewardsForInviter.GetRandom().RefItems) item.ProcessReward(player); } } Has this mod been abandoned by the developer? This mod has a bug. You can get rewards multiple times. If no one reports it, does that mean no one is using it? Be careful when buying
- 11 comments
-
???? "Explosion": 10.0, "ElectricShock": 10.0 Even when I create an item, I have no idea what buffs it has. Item buff information is not displayed in the game. This is fatal. Does this mean I have to create custom item images myself, get the codes, and apply them one by one?