Jump to content
  • 0
Sign in to follow this  
JoyRo

ViP Players

Question

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

4 answers to this question

Recommended Posts

  • 0

just add

ModExp = 200;ModDrop = 200;
below @adjgroup 2

and reset them to 100 below @adjgroup 0

Share this post


Link to post
Share on other sites
  • 0

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 by AnnieRuru

Share this post


Link to post
Share on other sites
  • 0

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.

 

Share this post


Link to post
Share on other sites
  • 0

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?  :huh: 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 by Virtue

Share this post


Link to post
Share on other sites
  • 0

 

just add

ModExp = 200;ModDrop = 200;
below @adjgroup 2

and 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

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.