hakuren Posted January 26, 2014 Group: Members Topic Count: 120 Topics Per Day: 0.02 Content Count: 295 Reputation: 6 Joined: 12/02/11 Last Seen: November 6, 2023 Share Posted January 26, 2014 (edited) is this bonus can be done? Edited January 26, 2014 by hakuren Quote Link to comment Share on other sites More sharing options...
Jonne Posted January 31, 2014 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 153 Reputation: 33 Joined: 12/24/11 Last Seen: September 30, 2024 Share Posted January 31, 2014 Please state what exactly you want. I can't tell by just reading the title Quote Link to comment Share on other sites More sharing options...
hakuren Posted February 9, 2014 Group: Members Topic Count: 120 Topics Per Day: 0.02 Content Count: 295 Reputation: 6 Joined: 12/02/11 Last Seen: November 6, 2023 Author Share Posted February 9, 2014 Please state what exactly you want. I can't tell by just reading the title is there anyway to add a bonus to item example knife { bonus bBaseExp,10 } when is onequip everytime a player kill an monster it will gain bonus of 10% possible? Quote Link to comment Share on other sites More sharing options...
sandbox Posted February 19, 2014 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 949 Reputation: 174 Joined: 06/12/12 Last Seen: Yesterday at 09:36 AM Share Posted February 19, 2014 (edited) You can do it by using a script though.. - script BonusExpOnKill -1,{ OnNPCKillEvent: if(isequipped(1234) && killedrid == 5678 ) { //Change 1234 to Item ID of the equip, change 5678 to monster ID if you need it to work on a specific monster only. set BaseExp,BaseExp+(NextBaseExp/10); set JobExp,JobExp+(NextJobExp/10); } end; } Edited February 19, 2014 by sandbox Quote Link to comment Share on other sites More sharing options...
Question
hakuren
is this bonus can be done?
Edited by hakurenLink 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.