• 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

    RME problems

    When I ctrl+c ctrl+v some part of another map, only a bit of it is there, why???
  2. M

    [Remeres mapeditor] Error

    I already tried that
  3. M

    [Remeres mapeditor] Error

    I'm importing a map, and getting error: This editor needs an updated items.otb version. What does this mean, how to solve it??
  4. M

    OtLand dead....?

    I remember before 7.1, that lava map, where u could strafe on lava outside a wall ( bug ) xD, where skills mattered and u couldn't buy super-stuff for money. I think the problem now is: moneymaking, and that u dont need skills for pvping / lvling.
  5. M

    Team [Team] Need team for Sunshine OT!!

    Sry team full now
  6. M

    Team [Team] Need team for Sunshine OT!!

    Hi, I'm in need of a team, for my server Sunshine OT. The server has high exp rate, some people has reached level 1500, and it has unique item drops, It's based on Zeraks Evoluxion ( find it in data packs forum here at OTland ). Add me on msn messenger: [email protected]
  7. M

    [Request] 8.6 Otserv?

    I'm searching for an OTServ with 8.6 protocol (new items, stackable items), that is compatible with ModernAAC, anyone know??
  8. M

    8.54 Evo MoonOts

    try UPDATE players SET posx = 1000, posy = 1000, posz = 7 (if it doesn't work, open map and check where temple is, X Y and Z, and replace numbers)
  9. M

    Lua Healing mana tiles

    Nvm fixed !! if someone has same error, use player = getTopCreature(pos), check if player.itemid == 1 (1 for player), then doCreatureAddMana(player.uid, mana) -- not player but player.uid.
  10. M

    Lua Healing mana tiles

    Hello, I'm trying to make healing mana tiles script, but I'm stuck at getThingFromPos(). The problem is, getThingFromPos() is trying to get player and player isn't there. So it returns with error. How to fix this ??
  11. M

    [Sweden] Sunshine OT [8.54]

    If you play on Sunshine OT, you're now available to get items, with upgraded attack, armor or def in loot !!
  12. M

    Lua doItemSetAttribute 0.3.6 error

    Hello, why does only the description set in this code? I've tried both .uid and without .uid. t = { [1] = 2195, -- BOOTS OF HASTE SPEED [2] = 2130, -- GOLDEN AMULET SPEED [3] = 2474, -- WINGED HELMET ARMOR SPEED [4] = 11299, --SAIS ATTACK ATTACK [5] = 7390, -- THE JUSTICE...
  13. M

    Lua Setting item attribute by lua

    It works now, forgot .uid on item in doItemSetAttribute!!
  14. M

    Lua Setting item attribute by lua

    I've tried stackpos 1 2 and 255 and I get error: [23/04/2011 13:11:45] [Error - CreatureScript Interface] [23/04/2011 13:11:45] In a timer event called from: [23/04/2011 13:11:45] data/creaturescripts/scripts/kill.lua:onKill [23/04/2011 13:11:45] Description: [23/04/2011 13:11:45]...
  15. M

    Lua Setting item attribute by lua

    Hi I've been trying all day to add attribute to monster loot, but I can't fix it -.- it keeps saying: "doItemSetAttribute Item not found". I've tried this code (with registered addLoot in login.lua, and creaturescripts.xml, and event tag in rotworm.xml): function onDeath(cid, corpse...
  16. M

    Add loot onKill

    I added <script> <event name="addLoot"/> </script> to rotworm.xml, and tried both my code and the code Cykotitan linked but it still doesn't work :S no errors
  17. M

    Add loot onKill

    Sorry to ask, but where?? and what should I type exactly? Ty.
  18. M

    Add loot onKill

    I've tried both corpse and corpse.uid, is there something wrong with this code?? ( killing rotworms, no reward ) function onDeath(cid, corpse, deathList) item = doAddContainerItem(corpse, 2180, 1) doItemSetAttribute(item, "description", "Hello") return true end
  19. M

    Add loot onKill

    Can anyone script an add-loot-on-kill script?? It doesn't matter in what way its done. Thx.
  20. M

    Lua Help with script

    Hello, I'm trying to make a loop that checks "if randomized number is under a specified number, and over another number". Lets say under 200 and over 0, then I get an item from t[]. Afterwards, I need to do +200 on both numbers. Then its under 400 and over 200. And then it loops. The problem...
Back
Top