• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

I need vip system for rpg!

Sp0tl3ss

Nestalia.org
Joined
Jul 19, 2014
Messages
279
Reaction score
12
Hello im building an 8.6 real map, i dont want to have donation items id like to have a "vip" system that incresses exp by 10% and decreses rune prices by 10% is this possible?
 
if you were to have this made, you can simply use a storage value and check for that value each time a player buys an item or goes into shop window, as for exp increase you can have an onLogin script that checks the player's storage value and sets the rate with doPlayerSetExtraExpRate(cid, value)
 
Back
Top