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

actionid

  1. Z

    Creating an item with actionid

    0.4 Ok, its not that simple. I'm trying to make the following idea. Player clicks in an item, the item breaks and after some time, the script create the same item and set an actionid 2 things that I'm having trouble with: How to destroy an item but the script will remember where it was (using...
  2. tnecniiv

    Spell that creates an item with action id

    function onCastSpell(cid, var) doPlayerAddItem(cid, 2579, 1, 1,1) doSetItemActionId(2579, 1000) end i need script that creates an item with an action ID i create the item but it doesnt come with an action ID im trying to create an item that has different spells which will be used for...
Back
Top