Request Script For Group id 2 above get some benefit

hadiesyafiq

New member
Messages
160
Points
0
Age
35
Location
Malaysia
Github
hadiesyafiq
Emulator
hai all it possible to change rate/drop/refine rate for group id 2 and above?

example:

group id 0 - normal player (noting change)

group id 2 - vip player got this ...

if (getgroupid() >=2)

double exp,

double drop,

double refine rates,

double kafra storage,

half fees for change job to rebirh,

can use some npc like healer,

free use kafra service and auto get blessing when login

can someone teach me how to set this?

 
This can not be done with a single script. You could adjust the rates using an Login Event, but the other scripts need to be edited to offer different effects by usergroup. As for storage, you would need a source mod.

 
This can not be done with a single script. You could adjust the rates using an Login Event, but the other scripts need to be edited to offer different effects by usergroup. As for storage, you would need a source mod.
Thank you sir...can you teach menhow to write script login event for adjust the rates and give me example so i can make new npc only group id 2 can access (if group id 2 = hai...if group id 0 = sorry sir you don’t have permission to access this)

 
Back
Top