• 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!

Recent content by GOD Esteve

  1. G

    Lua New Spell

    I have this spell below, it`s working but i whant to make a new thing and not get success Sorry if it`s in wrong place, tell me and i put in the correct place Using OTX 3.0 (TFS 1.0) local spell = {} spell.config = { [7] = { damageType = 1, areaEffect = 1, sqmtoPush = 0, area = { {0, 0, 0, 1...
  2. G

    Problem With Lua

    Codex, Really sad that u say that thing that i don`t try, but it`s your opnion. This part that i am asking for help it`s 1% of the script that i am making because i`m try to make a new WOE script for TFS 1.0 for my hands, and the last part of script it`s that function, i have a solution that...
  3. G

    Problem With Lua

    BUMP
  4. G

    Problem With Lua

    Hello Codex, Well i think you don't understaind what i whant. The function that i whant to make will take each collum of the database but only of the first line and keep this value of collum to compare with another thing, like that before: function GetInfo() for k, i in...
  5. G

    Problem With Lua

    I try many possibilities with your code but got fail in all ): This script works function GetInfo() for k, i in ipairs({'started','guild','breaker','time'}) do local tmp = db.storeQuery("SELECT ".. i .." FROM `tmpwoe` WHERE `id` = '1';") resultado = result.getDataInt(tmp...
  6. G

    Problem With Lua

    I have this function to get a value from my DB Using TFS 1.0 function GetInfo() for k, i in ipairs({'started','guild','breaker','time'}) do local tmp = db.storeQuery("SELECT ".. i .." FROM `tmpwoe` WHERE `id` = '1';") resultado[k] = result.getDataInt(tmp, i)...
  7. G

    Raid System

    Whell i think it's working, now im not at home to test the summon but i will try at home. local respawpositions = { {x = 370, y = 105, z = 7}, {x = 384, y = 94, z = 7}, {x = 402, y = 90, z = 7}, {x = 411, y = 95, z = 7}, {x = 435, y = 112, z = 7}, {x = 421, y = 124, z = 7}, {x = 403, y = 121, z...
  8. G

    Raid System

    Hell here is,
  9. G

    Raid System

    I try what u say but i don't khown if i make correct, don't send erro at TFS but don't summon =/ local respawpositions = { {x = 370, y = 105, z = 7}, {x = 384, y = 94, z = 7}, {x = 402, y = 90, z = 7}, {x = 411, y = 95, z = 7}, {x = 435, y = 112, z = 7}, {x = 421, y = 124, z = 7}, {x = 403, y...
  10. G

    Raid System

    Allways will have chance every hour of summon but alleatory monster in alleatory position, and the normal raid system don't work in TFS 1.0
  11. G

    Death and summon script

    Thank You (: I solve it.
  12. G

    Raid System

    Hello guys, I try to make one globalevents to make a raid system hour by hour Script work, the only problem that allways that come the time of globalevent summon and send all message of the list. Here is the script local respawpositions = { {x = 370, y = 105, z = 7}, {x = 384, y = 94, z =...
  13. G

    Death and summon script

    Hello guys, im trying to make a creaturescript that when i kill a monster, summon another in some position. Here it`s what i make to try to explain but this script it`s not working. creature1 = 'creature1' creature2 = 'creature2' creature3 = 'creature3' creature2pos = Position(141, 105, 7)...
  14. G

    Lua script error

    Hey Codex NG really thanks to try to help me, but that script you send have a bug in getCreatureByName function but i try another method here and got sucess. We can say that u solve 99% of bug cause u give me the way to solve that. Really Really Thanks For That. You Are Awesome. OBS: I need...
  15. G

    Lua script error

    Still with erro =/
Back
Top