• 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

    New Project - Custom Stories - Custom Features - Your Idea's Coming Alive

    Congratulations and good luck with your project!! If you need any help, I can help you out :D
  2. Magich

    Error when compiling OTClient in Linux

    I think I had lua 5.2 installed, but for some reason didn't work. Now I installed lua 5.1.5 and it is working perfectly. Thank you!
  3. Magich

    Error when compiling OTClient in Linux

    I'm getting these errors at console when trying to "make" (compile) OTClient: /otclient/src/framework/luaengine/luainterface.cpp: En la función miembro ‘void LuaInterface::getEnv(int)’: /otclient/src/framework/luaengine/luainterface.cpp:900:25: error: ‘lua_getfenv’ no se declaró en este ámbito...
  4. Magich

    Shikate - Pixelart

    Really awesome, looking forward to get taught by you xD
  5. Magich

    Windows Updating items in-game through the database

    I didn't read carefully, but, hopefully, I found a way to solve this (normally editing the count doesn't work for me either): You have to enter the db and from the sql tab enter this bit of code: UPDATE `DBNAME`.`player_items` SET `count` = COUNT, `attributes` = '0x0f0COUNT' WHERE...
  6. Magich

    [Script] Use xxxx item, your character is made a GM

    Then I guess you'll have to download sources, add the function to them and compile... The scripts should work by then :o
  7. Magich

    can u fix this game :D plz :P

    I think that if that doesn't solve it, the solutions provided in many forums will: Just search "W: COMMON IsDirectory: stat failed on The system cannot find the path specified." (without the "") in Google and there there are some forums where you might get your problem solved with the solutions...
  8. Magich

    Talk with npc, key word starts a quest (with quest log)

    There you are, replace STORAGEVALUEID with the storage value id and add the required code to quests.xml and you're done ;) 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)...
  9. Magich

    Windows Updating items in-game through the database

    Oh sorry, didn't realize and I also made another mistake, I tried with my server which is OpenTibia and not TFS... I'm gonna check right now with TFS and tell you what happens :o EDIT: in TFS works as well o.O Which TFS version are you using if you are using TFS?
  10. Magich

    [Script] Use xxxx item, your character is made a GM

    If you have your ot sources, could you post/upload luascript.cpp? So that we know if the function has another name in your server or if it even exist :o
  11. Magich

    Windows Updating items in-game through the database

    Look, it works, but the player needs to be logged out when you remove the item from the db ;)
  12. Magich

    Talk with npc, key word starts a quest (with quest log)

    There is no such function for that, but I might know how to do it if you know how to add a quest to the quest log manually and you tell me ;)
  13. Magich

    can u fix this game :D plz :P

    Do what the message says: check the logs ;) If you don't know what they mean just put them here
  14. Magich

    [Action, Creature Script, etc...] look at this request.

    I hope this works: Infection of the blob lever.lua: local poses = {{x=xxx,y=yyy,z=zz}, {x=xxx,y=yyy,z=zz}, {x=xxx,y=yyy,z=zz}, {x=xxx,y=yyy,z=zz}, {x=xxx,y=yyy,z=zz}, {x=xxx,y=yyy,z=zz}} local toposes = {{x=xxx,y=yyy,z=zz}, {x=xxx,y=yyy,z=zz}...
  15. Magich

    [Action, Creature Script, etc...] look at this request.

    What I mean is if there is more to do when they are tped: is there a room where they have to do something or they just get back to temple or something like that?
  16. Magich

    [Action, Creature Script, etc...] look at this request.

    When both levers are pushed, two tps appear (I guess inside the little room of the map). What happens when you enter them?
  17. Magich

    [Action, Creature Script, etc...] look at this request.

    But what happens when all enter tp? :o
  18. Magich

    Script Mistakes

    Oh, didn't see it :o
  19. Magich

    Script Mistakes

    You forgot to put an "end" at the bottom of the script and... why do you have a "break" if it's not inside a loop? That's kind of non-sense in my opinion :o
Back
Top