• 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!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

Action I need a script

otaf

New Member
Joined
Aug 5, 2009
Messages
135
Reaction score
1
I need a script when i be lvl 40 i had spike sword its upgrade to bright sword! msg privite please!
 
PHP:
function onUse(cid, item, fromPosition, itemEx, toPosition)

if getPlayerLevel(cid) == 40 and getPlayerSlotItem(cid, 5) = 7763 or getPlayerSlotItem(cid, 6) = 7763 then

        doTransformItem(7763,2407)

		
    end

  return TRUE
	
end

should work. Not tested
 
Back
Top