Page 1 of 1

XpBottler 1.1

Posted: March 4th, 2020, 10:52 pm
by Civalo
XpBottler

Just a simple script for bottling and storing your XP in game.
https://one.denizenscript.com/haste/65893
https://github.com/johnelder/xpbottler.dsc/tree/master

Image

Known Bugs:
- Spamming the high xp bottles can cause some lose of xp in orb spawning. - FIXED
- High xp bottles spawn 3 to 11 extra xp points. - FIXED

Have fun with it!

Re: XpBottler 1.0

Posted: March 5th, 2020, 3:29 am
by mcmonkey
- Please include a link to the script via https://one.denizenscript.com/haste in your post.
- NEVER use "/execute" with a vanilla command. The execute command is EXCLUSIVELY for interop with other plugins. That "exp take" should use the Denizen "take" or "experience" command, that "summon" should use the Denizen "spawn" command.
- The script check bot has the following issues reported:
Image

Re: XpBottler 1.1

Posted: March 5th, 2020, 8:13 am
by Civalo
Thanks to mcmonkey for the tips and updates.
Latest version updated above.

Re: XpBottler 1.1

Posted: March 14th, 2020, 12:57 am
by Baroness
Do you have a problem with the "new if format"? I have such scripts output:

Code: Select all

Single line if commands are deprecated. Please update them to modern format.

Re: XpBottler 1.1

Posted: March 14th, 2020, 1:10 am
by mcmonkey
Baroness wrote:
March 14th, 2020, 12:57 am
Do you have a problem with the "new if format"? I have such scripts output:

Code: Select all

Single line if commands are deprecated. Please update them to modern format.
That error did not come from the XpBottler script (or at least not the current version @ https://one.denizenscript.com/haste/65893 , which does not contain outdated single-line ifs at all)