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

    PVP Arena HELP

    Hi, You will need some LUA scripting knowledge to make an pvp arena but okay. First thing what you have to do is make an arena in your map editor ofcourse haha. Then you will have to decide how players can enter this arena. For example we can use a lever. if a player stands on a specific tile...
  2. K

    Compiling TFS 1.0/1.1 latest source. 64 and 32 bits. Pics and lots of explanation.

    Oh okay. That explains why I got 4242 erros I guess xD. In the file all my errors are shown. (There were too many for forum post) Could you tell me if I won't get these erros with mscv2013? cuz I might download version 2013 then
  3. K

    Compiling TFS 1.0/1.1 latest source. 64 and 32 bits. Pics and lots of explanation.

    Hi, Can I compile tfs 1.0 with MSCV 2012 too? because I use this one for school.
  4. K

    Parcel System

    open your mapeditor go to your depot. Right click on locker then click on properties and change depot ID to your town name.
  5. K

    OpenTibia SpellCreator: A graphical spell creation enviroment

    you will have to post your script before we can help you.
  6. K

    TFS 1.0 source request

    Yeah, just put the line which Ninja said above your first mathrandom code.
  7. K

    Solved help me Bug gate of expertise [video]

    Does this happen with every level door? Please post doors.lua (data/actions)
  8. K

    XenoBot Safe?

    really? you are wondering if xenobot is safe LOL
  9. K

    [Help] Multiworld

    Just one acc is fine. How ever I would strongly recommend a second database. It makes everything so much easier and less complicated. If you wanna use one database, make sure you have a server which supports multiple worlds. If you wanna use the same map and actions etc for both servers you can...
  10. K

    Is is possible to check if monster can be spawned on random tile?

    This is possible. But your script would be a whole lot bigger than 2 lines which you got now haha. I think you need pretty decent lua skills to make it. You could make a list with the forbidden objects and check if the random generated spawning position contains an object from your forbidden...
  11. K

    i need help [video] Bug summon pokemon

    Does this also happen when you teleport without having your pokemon summoned? If not just add a rule to your script that no pokemons may be summoned while attempting teleport. I think this will be the easiest way to fix your problem.
  12. K

    spells rune 7.6

    Change the PARAM_EFFECT of your UE spell. Check your libs. I think you need the same effect as explosion rune. look for the line: setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_EFFECTNAME) change effect name in the effect type you prefere.
  13. K

    Monster Melee attack

    Nvm this was not the correct answer.
  14. K

    Evolution XML 0.7.8 (8.0?) still exists?

    you can try to contact Xidaozu as I remember he was the developer of evolutions server. View Profile: xidaozu - OtLand
  15. K

    Solved Help with my NPC script please!

    thank you:x
  16. K

    Solved Help with my NPC script please!

    error: [19/05/2013 20:19:03] [Error - Npc interface] [19/05/2013 20:19:03] data/npc/scripts/huifkar.lua:onCreatureSay [19/05/2013 20:19:03] Description: [19/05/2013 20:19:03] data/npc/scripts/huifkar.lua:20: attempt to call global 'getPlayerlevel' (a nil value) [19/05/2013 20:19:03] stack...
  17. K

    Solved Help with my NPC script please!

    So I say north gate and it asks me if i wanna go to north gate for 50gp but then when I say yes nothing happens the npc dont talk I wont get tp, no error in console only christmas tree shit I mean wtf is that anyways xD - - - Updated - - - [19/05/2013 20:02:45] [Error - Npc interface]...
  18. K

    Solved Help with my NPC script please!

    [19/05/2013 19:24:16] [Warning] NpcSystem: [19/05/2013 19:24:16] Parameter(s) missing for item: [19/05/2013 19:24:16] christmas tree local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {}...
  19. K

    Solved Help with my NPC script please!

    my script: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  20. K

    Login Server -- Help me!

    if you compiled the server yourself you might wanna check the source because it seems to be pretty messed up.
Back
Top