adrian Posted September 9, 2012 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 46 Reputation: 0 Joined: 09/02/12 Last Seen: March 11 Share Posted September 9, 2012 i got a lil confuse, i can make a quest to get an item but the weird is i can't make the quest script to get an experience.. i need a little help here. thanks Quote Link to comment Share on other sites More sharing options...
Phantasm Posted September 9, 2012 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 61 Reputation: 1 Joined: 06/29/12 Last Seen: September 13, 2015 Share Posted September 9, 2012 i got a lil confuse, i can make a quest to get an item but the weird is i can't make the quest script to get an experience.. i need a little help here. thanks getexp <base xp>,<job xp>; its can help ? Quote Link to comment Share on other sites More sharing options...
adrian Posted September 9, 2012 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 46 Reputation: 0 Joined: 09/02/12 Last Seen: March 11 Author Share Posted September 9, 2012 i got a lil confuse, i can make a quest to get an item but the weird is i can't make the quest script to get an experience.. i need a little help here. thanks getexp <base xp>,<job xp>; its can help ? can you give me much detail on how to use it ? Quote Link to comment Share on other sites More sharing options...
Emistry Posted September 9, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 21 hours ago Share Posted September 9, 2012 *getexp <base xp>,<job xp>; This command will give the invoking character a specified number of base and job experience points. Can be used as a quest reward. Negative values won't work. getexp 10000,5000; 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; Note that 'getexp' is now subject to the 'quest_exp_rate' config option, which adjusts the gained value. If you want to bypass this, use the 'set' method. Quote Link to comment Share on other sites More sharing options...
Question
adrian
i got a lil confuse, i can make a quest to get an item
but the weird is i can't make the quest script to get an experience..
i need a little help here.
thanks
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.