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

Search results

  1. M

    [OtLand Official Mapping Competition] [S2] - February Voting Thread *SEASON 2 FINALE*

    I agree with @Peroxide I'd prefer in-game screenshots rather than RME.
  2. M

    (Map Showoff) - Thunderia OT

    Still alive?
  3. M

    Wall Lever not working

    Ok it got strange, so it's working now with this code: function onUse(cid, item, fromPosition, itemEx, toPosition, isHotkey) local pillarTile = Tile(406, 705, 7) local lever = 1945 if item.itemid == 1945 then pillarTile:getPosition():sendMagicEffect(CONST_ME_POFF)...
  4. M

    Wall Lever not working

    Hi guys! I've been trying to adapt this wall lever script to my tfs 1.2 server: https://otland.net/threads/how-to-using-addevent.225292/ This is the script Im using: <action actionid="1356" script="pilar.lua"/> function onUse(cid, item, fromPosition, itemEx, toPosition, isHotkey) local...
  5. M

    [TFS 1.2+] Kill Monster & Create Portal

    Hi guys, Im using TFS 1.2 and the following happens: Teleport does not disappear Text doesn't show Console is printing this: Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/bossKill.lua:onKill data/creaturescripts/scripts/bossKill.lua:58: attempt to compare nil...
  6. M

    Lua Special Description on look player

    I replaced the original name of my town with Town1. The issue is that when the player looks on himself it should say: "You are a citizen of cityname" instead of He/She. function Player:onLook(thing, position, distance) local description = "You see " .. thing:getDescription(distance) if...
  7. M

    [How-to] Using addEvent()

    I keep getting this error: Can not load script: ..... ' expected near '='
  8. M

    Solved Citizen Teleport (help)

    Hmm I could use any tile and just use the function player:teleportTo ... right?
  9. M

    Lua Special Description on look player

    It works, but I might as weel need to fix this: 14:05 You see yourself. You are a knight. He is a citizen of Town1. any ideas? Also Im trying to get the players bank balance when Im in a god but It's not working, im using this: if thing:isPlayer() then description =...
  10. M

    Solved Citizen Teleport (help)

    and so the teleport actually has to have the coordinates given before in the map editor, right?
  11. M

    Show player town. +rep

    Can anyone redo for TFS 1.2?
  12. M

    Lua Special Description on look player

    Could anybody script it so that when a player looks another player, it gets the townID and say something like: You see Bubble. She is a citizen of getTownID Im using TFS 1.2 Thanks!
  13. M

    Solved Citizen Teleport (help)

    Im sorry but I don't understand the script. Could you explain it to me? What I currently have is five cities, and in each city temple there is a teleport in which the player must go in, set the corresponding town and get teleported to the city temple.
  14. M

    Solved Citizen Teleport (help)

    1.2 anyone?
  15. M

    TFS 1.2 Portal created on monster death?

    Not working for me, it doesn't do anything. No error
  16. M

    Graphic Designer (free sprite everyday) 5$ sprites, quality guaranteed.

    I'd like to see a red ferrari car as a mount.
  17. M

    [TFS 1.2] Simple Crafting System.

    Can you help me fix this error? Lua Script Error: [Action Interface] data/actions/scripts/crafting.lua:onUse data/actions/scripts/crafting.lua:256: attempt to call method 'sendMainCraftWindow' (a nil value) stack traceback: [C]: in function 'sendMainCraftWindow'...
  18. M

    NPC QUEST . GIVE ITEM TO OTHER NPC

    Is there a TFS 1.2 version for this npc?
  19. M

    Feature [TFS 1.3] Adding New Skills

    Does this work for TFS 1.2?
  20. M

    MoveEvent Map marks

    Could it be possible that when the player steps into the actionid, previous map marks made by other parties get deleted before the ones I pretend to use be applied?
Back
Top