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

    Lua Checking if target <= 3 range from me?

    JESUS...It cant be!! WHY! Lua Script Error: [Spell Interface] data/spells/scripts/attack/moe kor.lua:onCastSpell luaGetThingPos(). Thing not found
  2. Zell

    Lua Checking if target <= 3 range from me?

    Now Lua Script Error: [Spell Interface] data/spells/scripts/attack/moe kor.lua:onCastSpell luaGetThingPos(). Thing not found With the last script i get the same, the spells "works" but when check if TARGET Something -> error. thing not found. I dont know why can't check info about monsters...
  3. Zell

    Lua Checking if target <= 3 range from me?

    now i have this error Lua Script Error: [Spell Interface] data/spells/scripts/attack/moe kor.lua:onCastSpell luaGetThingPos(). Thing not found maybe im writting something wrong in the script? local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_FIREDAMAGE)...
  4. Zell

    Lua Checking if target <= 3 range from me?

    I have this in functions but the same effect, maybe the server dont read the xml file?
  5. Zell

    Lua Checking if target <= 3 range from me?

    Thanks for help ruth, but i dont have this function on my server (i think) Lua Script Error: [Spell Interface] data/spells/scripts/attack/moe kor.lua:onCastSpell luaGetThingPos(). Thing not found Lua Script Error: [Spell Interface] data/spells/scripts/attack/moe kor.lua:onCastSpell...
  6. Zell

    Lua Checking if target <= 3 range from me?

    Hi again my dears <3 I'm making a spell that checks if the target are on <= 3 range and if he are on pztile or not and then doCombat..etcetc you know. I have 1-2h reading scripts from here but i can't find the way for my version i think. Im using a simple 0.6.3 on 7.6 server and i can't make...
  7. Zell

    C++ Add "space" to Animatedtext on source

    Thx anyway, i'll fix it! but now I have another problem with a function. I want to use GetdistanceTo, for use in spells, I try copy/pasting the code for npc and changing some lines but i can't make it. Do you know any way for check if the target are in <= range from me? and checking if target...
  8. Zell

    C++ Add "space" to Animatedtext on source

    Thanks for help, but I can't make spaces with ALT+.. and i try make with addevent, but i can't (i think im retarded i have no enought idea about c++) addEvent(function()...
  9. Zell

    C++ Add "space" to Animatedtext on source

    Hi everyone, i have a problem with a simple c++ code, I'm trying to send a Animatedtext to player when it takes damage but appears at the same time the Red numbers of the dmg and they mix on the screen. So i try to give to the others letters space, for see something like: 50 (damage taked) -25...
  10. Zell

    From Dark souls to Tibia PROJECT

    Yeah i'm trying to change all mechanics to make another game based on tibia. Thank you!
  11. Zell

    Game 3D simmilar to Tibia, what do you think about it :) ?

    Amazing, please continue with it!
  12. Zell

    From Dark souls to Tibia PROJECT

    I'm trying to change the system of the spawn from monsters, for the dungeons like WoW What do you think if we try the system of pokemon? you walk and monsters appear near from you? This is what I was talking about skills stats: Please comment if you like it! I need to know if it's can work!!
  13. Zell

    From Dark souls to Tibia PROJECT

    Hi ppl, some time ago I was playing Dark souls saga again, and it's reminded me to old Tibia, I was thinking in the old awesome games from ps1-ps2 have and his rpg systems, and I thought that on tibia. Someone here played Dark Cloud? the game was based in the evolution of weapons, synthesizing...
  14. Zell

    [7.4] Avesta

    Gracias amigo, te refieres al ZeroXI? Saludos
  15. Zell

    [7.4] Avesta

    Discula amigo, me podrías decir que versión de Xampp utilizas? Es decir la versión exacta, creo que mi problema no esta en las fuentes sino en la comunicación del servidor con la base de datos. Te lo agradecería mucho, saludos amigo!
  16. Zell

    [7.4] Avesta

    Al parecer hacen lo mismo que las que tenía, lo he probado y me sigue pasando... Tendré que mirarlo más afondo. Gracias igualmente amigo, si necesitas algo cuenta conmigo ;)
  17. Zell

    [7.4] Avesta

    Perfecto gracias, se pueden encontrar las fuentes en este foro?
  18. Zell

    [7.4] Avesta

    Utilizo muchas partes de muchas fuentes, llevo mucho tiempo creando mi propio motor por partes. Eh ido cogiendo partes de las fuentes de Avesta, TFS, YurOts, Devland, ect... Y algunas configuraciones mías... En este caso el sistema de bans es de Avesta 7.6 v1, y al parecer no parece muy...
  19. Zell

    [7.4] Avesta

    Aun con ese código sigue sin borrar los bans de la DB, es un caso muy extraño...
  20. Zell

    [7.4] Avesta

    En teoría en el código hay asignada una opción "UPDATE" para actualizar los bans, probé cambiando "UPDATE" por "DELETE FROM" pero el error seguía, por eso acudí a este foro, por si alguien tiene el mismo problema. Porque yo lo he probado todo, y no encuentro el problema... Soy programador en...
Back
Top