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

    Lua save/get table values in different files

    Hi, sorry for my english. My question is... Is there any way to save values in a table inside an script and then get these values in another script? example of what I do and the result i get: I have a variable in functions: tableName = {} then in another script (action script, onUse...
  2. N

    [Source Edit] Adjust Creature Target System

    Hi every1. I'm not the kind of person who asks for source code for nothing, but I know nothing about C and I really love it if some1 could do it... What I want is to be able to use doChallengeCreature(cid, target) or doMonsterSetTarget(cid, target) on your own summons, so you can tell...
  3. N

    Lua Monster attacks other monsters

    Is it possible (in 8.54) to make monsters (not summon) attack other monsters? Second Q, is it possible to make your summon attack a monster even when u are not targeting it? Thanks
  4. N

    Lua Summon's follow

    Hi. Is it possible to able/disable summons' follow on master?
  5. N

    addDialog function

    Is it possible to add in sources or something this function on servers below tibia 9.7? In 8.54, for example? Something like that would me great :P an example of use of this function: modaldialog1 = { title = "Offline Training", message = "Para qual sala você quer ir?", buttons = {...
Back
Top