• 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!

Looking for best VIP system

Vip system is basically a fancy term for storage value.
LUA:
local vip_storage_value = 46001

if getPlayerStorageValue(cid, vip_storage_value) > 0 then
-- do shit
end
 
Vip system is basically a fancy term for storage value.
LUA:
local vip_storage_value = 46001

if getPlayerStorageValue(cid, vip_storage_value) > 0 then
-- do shit
end
Not sure what u mean but i want it so when u use a vip medal you can access "vip city" and blah blah..
 
if you want to get donations maybe you should first know basic scripting....
And by these words, it doesn't look like you have any idea about anything with NPCs, movements, actions or anything for that matter..

I seriously hope you're not just running OTs to make some extra cash by it........
 
if you want to get donations maybe you should first know basic scripting....
And by these words, it doesn't look like you have any idea about anything with NPCs, movements, actions or anything for that matter..

I seriously hope you're not just running OTs to make some extra cash by it........
Would be nice if we can stick to the thread theme?
 
Would be nice if we can stick to the thread theme?
You did a reply from Xikini how to make something out of it in a VERY simple way, yet you had no idea what he mean = You aren't really home in scripting.

For the topic.. fine..
Take what Xikini said, use it in actions, add an action for an item and onclick, add a storage.
And in NPCs for example, check if player has that storage, if not, don't allow it to access whatever place.
 
You did a reply from Xikini how to make something out of it in a VERY simple way, yet you had no idea what he mean = You aren't really home in scripting.

For the topic.. fine..
Take what Xikini said, use it in actions, add an action for an item and onclick, add a storage.
And in NPCs for example, check if player has that storage, if not, don't allow it to access whatever place.
Thanks, and if it means something to you the ot aint even gonna go online or anything.
 
Back
Top