-
Posts
3,450 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by imthenewguy
-
You have put set bonuses for "2" items before "1". Change this around and it should work fine. The plugin assess the config 1 bonus at a time to see if the amount of pieces worn are equal to or greater than the set bonus entry and if so, moves on to the next. If you are wearing 2 pieces, this is how the logic would work with your current setup. Confirmed 2 pieces equipped. Check config for a match and enter into a foreach loop, where the key is the set pieces required. We start by assessing "2" and confirm that our current set amount is greater or equal to "2" pieces. We set our highest value as "2".. We move onto the next entry, which is "1", and we are greater than or equal to that as well, so we set our highest value as "1". We check the entry after that, but the entry is larger than "2" so we ignore it and confirm that "1" is our highest set number. I will add some logic to change it so it doesn't register a smaller number, but in the mean time change the entries to be ascending order and it will fix the issue.
-
- 243 comments
-
- 1
-
-
- #enhanced
- #custom loot
-
(and 7 more)
Tagged with:
-
Custom Skills (perms) not cleared on stresetskills command
imthenewguy replied to Zoreeno's Support Request in Support
Changed Status from Pending to Closed -
Changed Status from Pending to No Response
-
Changed Status from Pending to Closed Changed Fixed In to 1.0.12
-
Changed Status from Pending to No Response
-
Changed Status from Pending to Closed
-
Changed Status from Pending to No Response
-
Love the plugin, but reworking the config is awful
imthenewguy replied to Rust Admin's Support Request in Support
Changed Status from Pending to Closed -
Changed Status from Pending to Closed
-
Have a solution being tested on a server. Should see this in the next release.
-
Changed Status from Pending to Closed Changed Fixed In to 1.4.1
-
Patched in 1.4.1
-
Known bug and has been patched in the next release.
-
- 1,253 comments
-
- 3
-
-
-
- #leveling
- #progression
- (and 13 more)
-
- 1,253 comments
-
- #leveling
- #progression
- (and 13 more)
-
- 1,253 comments
-
- #leveling
- #progression
- (and 13 more)
-
- 144 comments
-
- 1
-
-
- #admin
- #admintool
-
(and 31 more)
Tagged with:
- #admin
- #admintool
- #admin tool
- #admin tools
- #interface
- #gui
- #discord
- #discord integration
- #auth
- #authentication
- #permission
- #permissions
- #log
- #xray
- #adminplugins
- #administrator
- #administrative
- #administrative tools
- #administration
- #administration tool
- #admintoggle
- #admint
- #adminto
- #admintog
- #admintogg
- #admintoggl
- #player
- #player toggle
- #player auth
- #auth toggle
- #admin switch
- #auth switch
- #player switch
-
- 1,253 comments
-
- 1
-
-
- #leveling
- #progression
- (and 13 more)
-
still getting the error 'failed to call hook"
imthenewguy replied to youronlylight's Support Request in Support
Do I have you on discord already? -
unfortunately the only way to do that would be to use the same method that max health teas use, which means drinking them would reset the value. Ill look into options though.
-
Changed Status from Pending to Closed
-
Hmm that is a weird one... Maybe try and delete the config and see if that fixes the issue. I need more info for errors to be able to help.