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

    [Gesior 2012] First Tibia Global Layout

    I couldn't solve problem 3 and 4. Can you describe plz?
  2. LucasFerraz

    Item Protection Issue

    Add to movements.xml
  3. LucasFerraz

    Lua getPlayerStamina(cid) and doPlayerAddStamina(cid, ???)

    Bump. Not removing stamina, please help
  4. LucasFerraz

    Lua getPlayerStamina(cid) and doPlayerAddStamina(cid, ???)

    It is not removing O_O
  5. LucasFerraz

    Lua getPlayerStamina(cid) and doPlayerAddStamina(cid, ???)

    And how can I remove an hour? doPlayerAddStamina(cid, -60) is it right? I will test it. OMG Sorry double post, is auto merge off?
  6. LucasFerraz

    Lua getPlayerStamina(cid) and doPlayerAddStamina(cid, ???)

    2520. How can I calculate it?
  7. LucasFerraz

    Lua getPlayerStamina(cid) and doPlayerAddStamina(cid, ???)

    How can I check if 1 hour and how can I remove 1 hour? I'm using it but always false EDIT (Solution)
  8. LucasFerraz

    GlobalEvent Server Save [Optimized, less lag] v1.8

    You did something wrong or your .exe is not compatible
  9. LucasFerraz

    Lua Talkaction PLAYER TARGET range

    !steal PLAYERTARGET will steal 0~20k from player. I should steal only nearby players (1x1 like exori). Can someone help? function onSay(cid, words, param, channel) if not param or param == '' then doPlayerSendCancel(cid, "Player target is offline or do not exist.") return...
  10. LucasFerraz

    Fixed Modern AAC and Tibiarl Layout

    Maybe rs
  11. LucasFerraz

    Lua getThingFromPos TILE NOT FOUT

    function getTopItem(p) p.stackpos = 0 local v = getThingFromPos(p) repeat p.stackpos = p.stackpos + 1 v = getThingFromPos(p) until v.itemid == 0 p.stackpos = p.stackpos - 1 return getThingFromPos(p) end It is spamming TILE NOT FOUT. Can someone help to...
  12. LucasFerraz

    Fixed Modern AAC and Tibiarl Layout

    I haven't these links anymore.. Anyway I still selling v2.0
  13. LucasFerraz

    Fixed Modern AAC and Tibiarl Layout

    This MAAC just work with RL Layout
  14. LucasFerraz

    Fixed Modern AAC and Tibiarl Layout

    Made v2.0 v2.0 * Added Game Code System * Added Payment List to Admin * Added Confirm Payment with MySQL
  15. LucasFerraz

    [SQL] I need help with SQL

    HI, I got this sql INSERT INTO gamecodes (gamecode, accountname, points, alreadyused) VALUES ('RANDOMCODE','PLAYERNAME',30,'N') I need a sql code that find account name in table ACCOUNTS using PLAYERNAME
  16. LucasFerraz

    Windows FORM Modern AAC

    Hello, I'm about to release a game code script for Modern AAC for free. The problem is: I writed a form but if I click on button(submit) an error appears The Text field is required. Can someone help?
  17. LucasFerraz

    Znote AAC 1.4 - [TFS 0.2.13+] & [TFS 0.3.6+/0.4]

    unziped in www folder, when I access 127.0.0.1 Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, admin@localhost and inform them of the time the error occurred, and anything...
Back
Top