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

Search results

  1. T

    Summoner item script

    in script name is also changed, sry for confusing situation :D function onUse(cid, item, frompos, item2, topos) player1pos = getPlayerPosition(cid) doSummonCreature("Experience Bug", player1pos) doPlayerRemoveItem(cid, 2349, 1) end script right now
  2. T

    Summoner item script

    yes
  3. T

    Summoner item script

    You cannot use this object
  4. T

    Summoner item script

    You cannot use this object. Tried on 2114 and 2349 ids
  5. T

    Script issue

    now works perfectly, u`re awesome. Thank you <3
  6. T

    Script issue

    do not change item, only server crash
  7. T

    Script issue

    1. Item do not use 2. After clicking on item, server crash
  8. T

    Script issue

    worked, but it gives now only 1 skull except of 100
  9. T

    Script issue

    idk what is tfs :D 7.6 client version :D 1672863103 serv on 7.6 version, i dont know how to check tfs 1672863137 <action itemid="2137" script="moneychange1.lua" />
  10. T

    Script issue

    still same, says the message but item not used.
  11. T

    Script issue

    Hi, i got and issue with script. function onUse(cid, item, frompos, item2, topos) doTransformItem(item.uid, 2229,100) doPlayerSendTextMessage(cid,22,'You have found 100 Flawless skulls') end The item says the text that it supposed to say, but for some reason it do not change the item into...
  12. T

    Summoner item script

    item is not applied to any other actions. few scripts that are used on serv is like key teleporter : function onUse(cid, item, frompos, item2, topos) doPlayerSay(cid,"Im outta here! Chaos City Here I come",1) player1pos = getPlayerPosition(cid) player1 = getThingfromPos(player1pos) if...
  13. T

    Summoner item script

    i added that into script, and also in actions, but ingame it says that item cannot be used, any ideas what could be wrong ? item id to be used 2349 and monster name Big Experience
  14. T

    Summoner item script

    Hi. Im working on 7.6 version server right now, and im wondering, maybe someone could help me. I need to make an items, which after using they will summon a creature. Examle : You see 1 talon. After using this talon creature named Demon will be summoned. (Action : Right click item to summon 1x...
  15. T

    Website and mapping issues

    Im trying to open OTChaos 7.6. Maybe you could assist me in discord or something ? ^.^ would be perfect. Nidhogg#7853 < my discord, if someone would like to help .
  16. T

    Website and mapping issues

    Hi, I`m trying to start up my own server, but i have faced some issues even before starting it. 1. After proceeding with any changes on map ( RME map editor ), the server could not start up with error "Couldn`t determine the map format exiting2" -- Found a solution to it, remove test-houses.xml...
Back
Top