• 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

    Lua Lever dont work

    Hi, i have ot based on YurOTS 7.6 version. i have added a lever to the map but its not useable. Can someone explain me how to make it work ? I have added aid and uid in map editor to lever 6368. i have added action to lever in actions.xml - <action uniqueid="6368" script="reblever.lua" /> and...
  2. T

    Lua Immortality, when login

    Hi guys, i have a server 7.6 based on YurOTS with ancient xml, im wondering is it possible to add script to server, that when player login, they are immune to all type of dmg for 5 sec ? I cant make it through sources, because my files dont have em (( I need that system because my server crashes...
  3. T

    Npc script

    Hi guys. I need some help and i dont know how to figure it out. So idea is that i need npc who will sell 1 exact rune ( rune id : 2295 ) So i need npc to sell 1, 10 and 100x of those rune and accept as payment item with id 2688. (2688 item is not considered as money) (server is ancient xml on...
  4. T

    Website issues

    Hi, I got up my website using Xampp, but problem is that me or only other people cannot connect to it. Can be opened with localhost. Port 80 is opened Any ideas what could be the issue ?
  5. T

    NPC issue

    Hi everyone, Im trying to figure out NPC who gonna change player skins with command, Script : focus = 0 talk_start = 0 target = 0 following = false attacking = false function onThingMove(creature, thing, oldpos, oldstackpos) end function onCreatureAppear(creature) end function...
  6. T

    NPC crashes server.

    Hi everyone. I got a problem on a OT, that if you talk to NPC, it crashes whole server. Any ideas, what can cause that ? Example : When i say hi -> hp or mp to NPC, server crashes. NPC SCRIPT : function onThingMove(creature, thing, oldpos, oldstackpos) end function...
  7. T

    Compiling Server transfer from 7.6 version to 8.6

    Hi guys, im wondering, is it hard to change server version from 7.6 to 8.6 and what is needed for that ?
  8. T

    Lua Outfit change

    Hi guys, i have an npc on serv, who uses GM commands, so i`m wondering if its possible to make npc, who will use different command. I have a command on server /outfit to give to players monster outfits, so im wondering if its possible to make such npc. command to use example : "/outfit Admin...
  9. T

    Compiling Mapping advise

    Hi, i got an issue with mapping, initially this building was house with full pz zone, i decided to use that house as quest area, so i removed this house from house files, but it`s still PZ zone, i tought that if i will just change tiles with PVP option, that pz zone will be removed, but no :( So...
  10. 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...
  11. 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...
  12. 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