JoyRo 5 Posted December 8, 2015 Hello, At my server i use a platinum coin as exchange for gm lvl 2 ( called ViP Player ) When they talk to a npc they deliver the coin and after relog they get gm status lvl 2.Can i change that it only gives the status for 1 month? Quote Share this post Link to post Share on other sites
0 AnnieRuru 957 Posted December 8, 2015 just add ModExp = 200;ModDrop = 200;below @adjgroup 2and reset them to 100 below @adjgroup 0 Quote Share this post Link to post Share on other sites
0 AnnieRuru 957 Posted December 8, 2015 (edited) HAHAHAHA !! I just reply a similar topic in rathena forum https://rathena.org/board/topic/104040- this topic is much simpler compare to that one there is no need for the relog @adjgroup trick can be use here http://upaste.me/5e9422189014c2ddf EDIT: .. erm ... someone name @@SEC here ... have to use upaste ... Edited December 8, 2015 by AnnieRuru Quote Share this post Link to post Share on other sites
0 JoyRo 5 Posted December 8, 2015 HAHAHAHA !! I just reply a similar topic in rathena forum https://rathena.org/board/topic/104040- this topic is much simpler compare to that one there is no need for the relog @adjgroup trick can be use here http://upaste.me/5e9422189014c2ddf EDIT: .. erm ... someone name @@SEC here ... have to use upaste ... Thanx this is looking good than i have 1 more request. When i became VIP with the account i also had the command query_sql "insert into `account_data` (`account_id`, `base_exp`, `base_drop`) values ("+getcharid(3)+", 200, 200) ON DUPLICATE KEY UPDATE base_exp=VALUES(base_exp), base_drop=VALUES(base_drop);"; That wil give the vip player a 200% bonus on the exp and drops. Is it posible to get the bonus exp also for 1 month when i activate vip player. Quote Share this post Link to post Share on other sites
0 Virtue 10 Posted January 10, 2016 (edited) I don't know if somethings wrong but when I tried this, all of the accounts got affected by the ModExp even if its not on #viptimeleft. lol. how does the ModExp/ModDrop and ModDeath exactly work? does it affect the whole server or? I'm using a newly cloned git. with just this script. oops my mistake. lol put those values at the after the wrong adjgroup Edited January 10, 2016 by Virtue Quote Share this post Link to post Share on other sites
0 ace9010 0 Posted January 13, 2016 just add ModExp = 200;ModDrop = 200;below @adjgroup 2and reset them to 100 below @adjgroup 0 if ( #viptimeleft ) atcommand "@adjgroup 2"; ModExp = 200;ModDrop = 150; end; OnTimeUp: #viptimeleft = 0; atcommand "@adjgroup 0"; ModExp = 100;ModDrop = 100; end; } stil dont work on EXP / Drops Quote Share this post Link to post Share on other sites
Hello,
At my server i use a platinum coin as exchange for gm lvl 2 ( called ViP Player )
When they talk to a npc they deliver the coin and after relog they get gm status lvl 2.
Can i change that it only gives the status for 1 month?
Share this post
Link to post
Share on other sites