vijay30393 Posted June 18, 2014 Posted June 18, 2014 (edited) I want to give event points [set #EVENTPOINTS, #EVENTPOINTS + ( 75 );] as prize to the player who kill's MVP(any mvp on any map).set #EVENTPOINTS, #EVENTPOINTS + ( 75 );Thanks~ Edited June 18, 2014 by vijay30393 Quote
Emistry Posted June 18, 2014 Posted June 18, 2014 getmonsterinfo with MOB_MVPEXP only work in rAthena or latest emulator but not eA. you can try this http://upaste.me/r/10fae3 Quote
cadcdac Posted June 18, 2014 Posted June 18, 2014 Erm. try this? OnNPCKillEvent: if( getmonsterinfo( killedrid,MOB_MVPEXP ) ){ set #EVENTPOINTS, #EVENTPOINTS + 75; } Quote
vijay30393 Posted June 18, 2014 Author Posted June 18, 2014 (edited) Erm. try this? OnNPCKillEvent: if( getmonsterinfo( killedrid,MOB_MVPEXP ) ){ set #EVENTPOINTS, #EVENTPOINTS + 75; } Its not working and I got no idea why, I'm using eathena 3CeAm btw. Edited June 18, 2014 by vijay30393 Quote
vijay30393 Posted June 18, 2014 Author Posted June 18, 2014 getmonsterinfo with MOB_MVPEXP only work in rAthena or latest emulator but not eA. you can try this http://upaste.me/r/10fae3 Thank you emi Quote
Question
vijay30393
I want to give event points [set #EVENTPOINTS, #EVENTPOINTS + ( 75 );] as prize to the player who kill's MVP(any mvp on any map).
Edited by vijay30393set #EVENTPOINTS, #EVENTPOINTS + ( 75 );
Thanks~
4 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.