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

    Request - Trainer Egg

    local monstername = "training monk" doSummonMonster(monstername, position[i]) would be like: doSummonMonster("training monk", position[i]) when it should be: doSummonMonster(training monk, position[i]) if im not misstaking. (also maybe you can make it an "addEvent" where the monster...
  2. Ezzam

    How to set "cid" in onAddItem function?

    Hermes, forget about earlier today, i am really sorry. But this mabye work: if isPlayer(cid) == TRUE then (if im not misstaking)
  3. Ezzam

    Request - Trainer Egg

    Put this in "data\actions\scripts\hydraegg.lua". function onUse(cid, item, fromPosition, itemEx, toPosition) local pos = getPlayerPosition(cid) local position = {{x=pos.x,y=pos.y-1,z=pos.z}} local monstername = training monk doSummonMonster(monstername, position[i]) end Add this to...
  4. Ezzam

    Request - Trainer Egg

    Yes. Give me some time. I give it a try.
  5. Ezzam

    Releasedates!

    Well, i dont mind waiting, i will just have more time fixing bugs :P
  6. Ezzam

    addEvent - Clean area = [SOLVED] (thx Azi)

    data/movements/scripts/removegreenhornstone.lua:56: bad argument #1 to 'insert' (table expected, got nil) (same error, do i have to add something to the code myself?)
  7. Ezzam

    addEvent - Clean area = [SOLVED] (thx Azi)

    Thx again :P
  8. Ezzam

    addEvent - Clean area = [SOLVED] (thx Azi)

    data/movements/scripts/removegreenhornstone.lua:52: bad argument #1 to 'insert' (table expected, got nil)
  9. Ezzam

    addEvent - Clean area = [SOLVED] (thx Azi)

    Thx :* Rep++
  10. Ezzam

    addEvent - Clean area = [SOLVED] (thx Azi)

    Add this in your script after (example:) if item.itemid == 1945 then addEvent(CleanArea, 0) end Add this to the bottom of your script. function CleanArea(startPos, endPos) local startPos={x=32707, y=32345, z=7, stackpos=253} local endPos={x=32725, y=32357, z=7, stackpos=253}...
  11. Ezzam

    [items.xml] This won't decay:

    <item id="9247" article="a" name="magic opening"> <attribute key="decayTo" value="3366"/> <attribute key="duration" value="300"/> <attribute key="showduration" value="1"/> </item> Do i have to add something in movements.xml like some other things need or what? >.<
  12. Ezzam

    Team Remove this thread

    Is this one of the "100%" yalahar maps here in otland? In that case... don't use it. It's not much different from when the first trackings of yalahar came. I can send you mine instead. I have fixed: - Spawns - Missing ground Worked on it for many weeks, this won't be released. But I can let...
  13. Ezzam

    Team Soon Full team

    Name: Alexander Age: 16 Country: Sweden Which job do you want: Mapper/Scripter/NPC's? Email: [email protected] How long have you been playing OT: Started playing OT 2001, and create my own 2002. (Record is 217 players) If you are intressted add me to MSN. *Edit* (Will add ss from some of...
  14. Ezzam

    Team Remove this thread

    This project seems alittle nooby... How big is the map so far? I have almost full yalahar, with islands. I also have: Svargrond arena - Fixed geisor scrit to english and some bugs. POI - Perfect POI, you have to take all thrones or you cant enter reward room. INQ - Need one more script for vial...
  15. Ezzam

    [RL-Map Quest] Parchment Room Quest

    As i said, i'm not sure it work's, but mabye Rudolf Czarodziej's does, the only thing to do is to try... If it does: ++rep to you. *EDIT* the quest is west from edron demons. (not too far)
  16. Ezzam

    Rookgaard access?

    How do i access the DP above Tom in rook?
  17. Ezzam

    @ Rookgaard

    i only want level in rook, the other isn't neccessary... (mabye houses)
  18. Ezzam

    @ Rookgaard

    well, that gives a bigger reason to fix rookgaard more... Mabye they could add spike sword quest?? where u need mny kinc of dead monster corpses and put them on rhe rigt way... I dont understand why it doesn't exist on tibia.wikia.com, spike sword quest in rook.. I know it exist, i did it...
  19. Ezzam

    Healing @ Rookgaard

    Some healing spell for free acount that heals less then exura. that mabye took ~10% mana? Or increase ammount of hp regained. Because now it's ticking 1 hp at the time :S
Back
Top