Issue information

Issue ID
#7719
Status
New
Severity
None
Started
kyeme
Sep 21, 2013 10:04
Last Post
Frost
Sep 21, 2013 10:33
Confirmation
N/A

kyeme - Sep 21, 2013 10:04

BaseExp command is not working? Please confirm thanks :)

[code=auto:0] You can also use the "set" command with the constants defined in 'db/const.txt': // These 2 combined has the same effect as the above command set BaseExp,BaseExp+10000; set JobExp,JobExp+5000; You can also reduce the amount of experience points: set BaseExp,BaseExp-10000; [/code]

Frost - Sep 21, 2013 10:33

Well.. You must have EXP in order to work, and the LevelDown will not work with this scrip, you must be not level 99. try this script
[code=auto:0]prontera,156,180,5 script BaseExp 100,{ mes "Get BaseEXP"; set BaseExp,BaseExp+10000000; next; mes "...."; next; mes "ZZZZZ"; set BaseExp,BaseExp-10000000; close; } [/code]

This post has been edited by Frost on Sep 21, 2013 10:39