-
Posts
3,437 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by imthenewguy
-
Changed Status from Pending to Closed
-
Changed Status from Pending to Closed
-
How to get the level to show up in chat
imthenewguy replied to KD Gaming 5x's Support Request in Support
Changed Status from Pending to Closed -
Changed Status from Pending to Closed Changed Fixed In to Next Version
-
The second error may be related to an invalid item in config. I have added a failsafe to return if the item is null after creation. The other direct call hooks MAY have been fixed in 1.5.0. It's available on my discord if you wanted early access.
-
Check the item amounts in the data file and see if any of them are in the negatives.
-
Changed Status from Pending to Closed Changed Fixed In to Next Version
-
Changed Status from Pending to Closed
-
I have added native support for prestige systems in the next release. You are welcome to join my discord and get it early.
-
Yeah don't run "resetdata {name}" That's causing the issue.
-
- 12 comments
-
- 1
-
-
- #competition
- #event
- (and 6 more)
-
I can look at adding a field for it so that it will choose the earliest of the 2: x days after wipe or the date/time set. The issue is when the plugin is loaded mid wipe. or if a server wipes regularly etc. Ill see what I can arrange. Regarding IQEconomics, if its not on lone, codefling or umod, I probably won't add support for it as it's not really a mainstream plugin.
-
- 1,253 comments
-
- 1
-
-
- #leveling
- #progression
- (and 13 more)
-
New version will have settings to adjust a few messages: [JsonProperty("Send a message when the Woodcutting ultimate goes on cooldown?")] public bool Cooldown_woodcutting_ultimate = true; [JsonProperty("Send a message when the Double Bandage Heal skill goes on cooldown?")] public bool Cooldown_Double_Bandage_Heal = true; [JsonProperty("Send a message when the Wounded Resist skill goes on cooldown?")] public bool Cooldown_Wounded_Resist = true; [JsonProperty("Send a message when the Rationed skill procs?")] public bool Rationed_Proc = true; [JsonProperty("Send a message when Skinning Luck procs?")] public bool SkinningLuck_Proc = true; [JsonProperty("Send a message when Mining Luck procs?")] public bool MiningLuck_Proc = true; [JsonProperty("Send a message when Woodcutting Luck procs?")] public bool WoodcuttingLuck_Proc = true; [JsonProperty("Send a message when Fishing Luck procs?")] public bool FishingLuck_Proc = true; [JsonProperty("Send a message when the Regrowth skill procs?")] public bool Regrowth_Proc = true; [JsonProperty("Send a message when receiving extra fish?")] public bool Extra_Fish_Proc = true; [JsonProperty("Send a message when Crafting Refund procs?")] public bool Craft_Refund_Proc = true; [JsonProperty("Send a message when Crafting Duplicate procs?")] public bool Craft_Duplicate_Proc = true; [JsonProperty("Send a message when Node Respawn procs?")] public bool Node_Respawn_Proc = true; [JsonProperty("Send a message when Iron Stomach procs?")] public bool Iron_Stomach_Proc = true; [JsonProperty("Send a message when Free Upgrade procs?")] public bool Free_Upgrade_Proc = true; [JsonProperty("Send a message when Research Refund procs?")] public bool Research_Refund_Proc = true;
-
HUD bar for XP not maintaining position when scaling
imthenewguy replied to WickedSchnitzel's Support Request in Support
Movebar is individual, but you can enter settings into config and force an update via command if you want to change it globally. The xp bar is anchored to the bottom right of the screen. Any scaling will be handled based on where the players stat bars are positioned. -
Ill add void OnEventLeave(BasePLayer player, string eventName) as well
-
I have hooks that he can use: object OnEventJoin(BasePLayer player, string eventName) I can probably add a hook for when a player leaves as well.
-
Index (zero based) must be greater than than or equal to zero and less than the size of the argument list
imthenewguy replied to jaybee3's Support Request in Support
Impossible to say that's throwing that error. No issues with binoculars on my end. 1.5.0 should be released soon though, so hopefully most of these issues go away then. -
I don't understand. They don't have their stuff on them when they are in the arena, how can they lose it?
-
Changed Status from Pending to Closed
-
- 243 comments
-
- #enhanced
- #custom loot
-
(and 7 more)
Tagged with:
-
Ensure you have given skilltree.chat - required to use the chat commands to access the skill tree menu. skilltree.xp - required to obtain xp from xp sources. skilltree.tree - required to access and use the skill tree.