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

    Shopsystem.php for Modern AAC

    Yeah, but he removed it :( Edit: Oh, there's a new one ;o Edit2: It isn't a new one but it's working, lol. I've searched the forum for like 3 days and never found that one... Thanks
  2. Ancores

    Shopsystem.php for Modern AAC

    Bump
  3. Ancores

    Shopsystem.php for Modern AAC

    Can someone please make this script work for Modern AAC, from what I've read it isn't hard and not that many changes, but I just can't get it to work.
  4. Ancores

    help here pls

    function onKill and onLogin
  5. Ancores

    doItemSetAttribute

    These are all I think -attribute key "aid" = return the action id -attribute key "armor" = return the item armor -attribute key "article" = return the item article -attribute key "attack" = return the item attack -attribute key "attackspeed" = return the item attackspeed -attribute key...
  6. Ancores

    vocation x = effect x/seccond

    Global event, NOT the best way. function onThink(cid, interval) for _, pid in ipairs(getPlayersOnline()) do if getPlayerVocation(pid) == 2 then doSendMagicEffect(getThingPos(pid), CONST_ME_MAGIC_BLUE) end end return true end
  7. Ancores

    See it pls

    function onSay(cid, words, param, channel) if(param == '') then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Command requires param.") return true end local tid = cid local t = string.explode(param, ",")...
  8. Ancores

    See it pls

    function onSay(cid, words, param, channel) if(param == '') then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Command requires param.") return true end local tid = cid local t = string.explode(param, ",")...
  9. Ancores

    /i edited by: cyko - that only alow X names to make Ys items - bug

    local _t = { restricted = {2196, 7461, 2505, 3975, 2507, 3982, 5958, 7423, 7416, 7435, 7427, 7958, 7426, 9975, 5785, 8932, 9927, 8879, 9928, 7892, 2537, 2300, 2316, 2297, 2128, 8880, 9777, 7893, 6391, 2275, 2312, 2363, 8306, 2424, 7420, 2408, 7437, 8854, 2299, 9003, 5887, 7423, 8752, 7404...
  10. Ancores

    How to create tiles?

    Maybe you could create invisible tiles (ID: 460?) in map editor and then create the tiles you want on those invisible tiles
  11. Ancores

    Nvm

    Nvm
  12. Ancores

    I need an action script

    function onUse(cid, item, fromPosition, itemEx, toPosition) doTeleportThing(cid, {x=111, y=111, z=7}) doCreatureSay(cid, "This is the message.", TALKTYPE_ORANGE_1) return true end
  13. Ancores

    one question

    function doPlayerAddMagLevel(cid, amount) for i = 1, amount do doPlayerAddSpentMana(cid, (getPlayerRequiredMana(cid, getPlayerMagLevel(cid, true) + 1) - getPlayerSpentMana(cid)) / getConfigInfo('rateMagic')) end return true end
  14. Ancores

    Ktibiax® Tibia Launcher [2.10] - Ip Changer [7.6 to 8.57]

    Great job, looks really nice!
  15. Ancores

    Open Tibia Tool

    o.O
  16. Ancores

    random word from table

    local word = {"A","B","C","D"} local wornd = word[math.random(1,4)] if msgcontains(msg, wornd) then
  17. Ancores

    Magic wall and wild growth

    You don't get PZ locked when using magic walls...
Back
Top