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

Special script for rings

x1nject

New Member
Joined
Apr 24, 2010
Messages
118
Reaction score
0
Hey OTLand,

Im looking for a special ring script, Im guessing it would be a creature script but im not sure. If someone can make this for me ill be very happy.

I need a script that if a player puts ring ID 10502 on Ring slot
and they are VIP, they'll get 25/25 regain.

Im guessing it would be;

Code:
	if getPlayerSlotItem(cid, CONST_SLOT_RING).itemid == 10502 and isPlayerVip(cid) == TRUE then


What do i do now? Can someone help me please.
 
-Movement script onEquip -> check storage and vip if == true then transform to new ring with regenaretion 25/s when u take off ring (movement script onDeEquip) ring transform to old ring.

GL.
 
Back
Top