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

    Npc quest with doors

    But have you tried giving him the 50 at the same time? That should work, if it doesn't, tell me, if it does, but when you don't give him all at the same time it takes worms, tell me too and I'll fix it ;)
  2. Magich

    Npc quest with doors

    Something like this: local focuses = {} local function isFocused(cid) for i, v in pairs(focuses) do if(v == cid) then return true end end return false end local function addFocus(cid) if(not isFocused(cid)) then table.insert(focuses, cid) end end local function removeFocus(cid)...
  3. Magich

    Npc quest with doors

    NPC: local focuses = {} local function isFocused(cid) for i, v in pairs(focuses) do if(v == cid) then return true end end return false end local function addFocus(cid) if(not isFocused(cid)) then table.insert(focuses, cid) end end local function removeFocus(cid)...
  4. Magich

    Npc quest with doors

    But just one door or all doors?
  5. Magich

    What Language Should I Learn?

    Oh, sorry xD Then Chinese or Spanish because they are the most spoken, Chinese because of the huge amount of chinese and Spanish bacause it's spoken in many places ;)
  6. Magich

    What Language Should I Learn?

    If you want to make small programs easily, AutoIT. If you want to script for Tibia, Lua. If you want to code code, C, C++ or C# (I think the last one is better than the other ones, but maybe a bit less used). If you want to learn to code webpages, PHP. I can't think of anymore useful languages...
  7. Magich

    Team [Europe] Project Evolution

    I'm glad to be part of this project :)
  8. Magich

    Configuration [TFS 0.3.2] ALL possible item attributes (FULL LIST + "How to" for other TFSs).

    Really nice, i'll surely make some cool objects + quests with this! Thanks!! Magich :D
  9. Magich

    hey, i want gods to be able to...

    Player flags go to the bottom of the page and enter the flag of the god (which you can find in database/groups) in the text box and press update. All privileges/ limits that gods have will appear. Now un-check in limitations "Can not attack players" and copy the new flag (no need to press update...
  10. Magich

    Action Plastic Bomb

    nice idea + script! good job ;) Magich :D
  11. Magich

    Lua Training System bug

    did u edit this line?: TRAIN_EXIT_POS = {x=167, y=53, z=7} if you did so the problem might be in a disorder with the storage values: are you sure you aren't using them for anything else? BTW you shoudl check everything is well configured. If it still doesn't work, tell me :) Magich :D
  12. Magich

    [Request]Working Gesior Acc Maker and Xampp Version for TFS 0.3.3.1471

    for gesior's aac you need xampp version 1.6.5 ;) Magich :D
  13. Magich

    How to use send

    in which programming language? Magich :D
  14. Magich

    Solved Pits of Inferno script error

    are you sure you put in those fire fields you are stepping in the actionid 9876 ?? Magich :D
  15. Magich

    Problem with website :S

    The problem is that you aren't using TFS and Gesior's AAC is made for TFS. A way to fix it is downloading a config.lua file from TFS, calling it configt.lua, going to config-and-functions.php, going to the 13th line and changing it with this: $config['server'] =...
  16. Magich

    Solved [Help(to fix||finish)] Anti Multi-Client(mc) feature [8.4]

    This is supposed to work for TFS i guess: function onLogin(cid) local players = getOnlinePlayers() if #players > 0 then for i, uid in ipairs(players) do if getIPByPlayerName(getPlayerName(cid)) == getIPByPlayerName(getPlayerName(uid)) then doRemoveCreature(cid) end end...
  17. Magich

    Sword Sprite

    you should save pics as .png or .bmp The .jpg is bad quality ;) other than that nice sprites and for the coke you should put it in tibian perspective Magich :D
Back
Top