• 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. M

    Help with easy script

    sry i think when in script are pos before and after it will be work that just teleport player who are in pos before to pos after ;x
  2. M

    Door teleport help (Easy Script help)

    ? Quest door? this door have some ID?
  3. M

    Door teleport help (Easy Script help)

    it don't work for me, when i just add AID in map editor it doesn't do nothing.
  4. M

    NPC Who change Temple

    [30/01/2012 13:50:33] [Error - LuaScriptInterface::loadFile] data/npc/scripts/templenpc.lua:22: ']' expected near ',' [30/01/2012 13:50:33] [Warning - NpcScript::NpcScript] Cannot load script: data/npc/scripts/templenpc.lua [30/01/2012 13:50:33] data/npc/scripts/templenpc.lua:22: ']' expected...
  5. M

    NPC Who change Temple

    It works almost perfectly, he change town id, he dont change if dont have money, BUT he don't take money from me ;d Can you solve this? :P
  6. M

    levers and teleport

    Maybe he mistake? Because on Gif animation i don't see that they use levers. I think my idea is better, but i think he got the same like me and he just mistake when he write post @Down if he want other request than me, can you maybe help me with my idea of this?
  7. M

    levers and teleport

    He mean that when he 2 players stand on some pos, then 2 switches are change ids from like 1945 to 1946 and when they go out from the pos the switches go back to 1945. When switches have id 1946 then teleport appears, but when wall was removed that will be good too ;d. I joined to the request.
  8. M

    NPC Who change Temple

    town id's i can change by my own :P just select it to color green or something where is it ;d because i need a few npc for every tower. @down ok :P
  9. M

    Count Ring (Nice Idea)

    You don't understund me, you just put all potions in one item. I need that to count it, like meat/fish/money. When i got 1 ring i got only option number 1 When i got 2 ring (counted) in 1 slot i got options number 1 and 2. Do you understund now?
  10. M

    Count Ring (Nice Idea)

    hello i got nice idea but i don't know how to realize it. So we got a ring what can be count like 9 rings in 1 and every ring give other option, all options are available in items.xml (add attributes). Ofcorse when we got this ring count 2 we got 2 other options number one and two...
  11. M

    [Talkaction] Spells Orange description?

    so easy and helpful REP ++++
  12. M

    [Talkaction] Spells Orange description?

    Hello i saw this on some OTS, can anyone tell me how i can change that spell dont write like text in default chat but just it's orange description like that: "I'm Safe." is such as spell cast, it should look like that. Can anyone help me?
  13. M

    Door teleport help (Easy Script help)

    The same, im in the wall.
  14. M

    Looktype & Corpses

    Hi, i searched all source .cpp and .h , all forums, google but i don't find it :( so can anyone help me? The Question is: Where i can change outfit (just looktype) for male and female of vocations like ID 1/2/3/4/5/6/7/8 and new voc 9+ becuase i plan to add, and where i can add corpses to new...
  15. M

    NPC Who change Temple

    bump
  16. M

    Door teleport help (Easy Script help)

    bump
  17. M

    Help with easy script

    bump
  18. M

    Help with easy script

    Thx i give you rep but it don't work that i want :( it should tp who stand at before pos but it tp player who use lever and player who stand at before pos. Can anyone help mi with that script for that the player who use lever dont get tp?
  19. M

    Door teleport help (Easy Script help)

    i got script for door: function onUse(cid, item, fromPosition, itemEx, toPosition) if (item.actionid == 5788 and getPlayerStorageValue(cid,63111) >= 1) then doTeleportThing(cid, {x=toPosition.x-1,y=toPosition.y,z=toPosition.z}, TRUE) doCreatureSay(cid, "You can Pass Survival Door."...
Back
Top