Bringer 0 Posted May 30, 2015 every killed any mvp boss players gain mvp points anyone ? Quote Share this post Link to post Share on other sites
0 Kuya Jeo 120 Posted May 30, 2015 @@Bringer if ( getmonsterinfo( killedrid, MOB_MVPEXP ) && strcharinfo(3) == "PUT THE MVP MAP HERE" ) { set #CASHPOINTS, #CASHPOINTS + 10; end; } example : // EDDGA if ( getmonsterinfo( killedrid, MOB_MVPEXP ) && strcharinfo(3) == "pay_fild11" ) { set #CASHPOINTS, #CASHPOINTS + 10; end; } 1 Bringer reacted to this Quote Share this post Link to post Share on other sites
0 Bringer 0 Posted May 30, 2015 (edited) @@Zhao Chow how to add multi map like bossnia_01 to bossnia_04 ? Edited May 30, 2015 by Bringer Quote Share this post Link to post Share on other sites
0 Kuya Jeo 120 Posted May 30, 2015 @@Bringer yes Quote Share this post Link to post Share on other sites
0 Oxxy 24 Posted May 30, 2015 (edited) You could also use something like this: -<tab>script<tab>MVPoints<tab>-1,{OnNPCKillEvent:switch(killedrid) { case MVPID:case MVPID1:case MVPID2:and so on...#MVPPoints += 1;dispbottom "You've gained 1 MVP Point for killing MVP!";end;} Adding multiple locations to script above: OnNPCKillEvent: // EDDGA if ( getmonsterinfo( killedrid, MOB_MVPEXP ) && (strcharinfo(3) == "pay_fild11" || strcharinfo(3) == "OTHERMAP" || strcharinfo(3) == "OTHERMAP1")) { set #CASHPOINTS, #CASHPOINTS + 10; end; } Edited May 30, 2015 by Oxxy Quote Share this post Link to post Share on other sites
0 Bringer 0 Posted May 30, 2015 @@Zhao Chow thanks working @@Oxxy nice working too Quote Share this post Link to post Share on other sites
every killed any mvp boss players gain mvp points
anyone ?
Share this post
Link to post
Share on other sites