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

    HELP with Ot SERVER AND ZNOTE AAC

    The configuration of mysql on config.lua are ok?
  2. massuco

    Lua Variables Lua

    Ok, thank you :p
  3. massuco

    Lua Variables Lua

    Niicee! Thanks! But in this case, for me, i have added this variables to global.lua, because its item ids, and I might use it again.
  4. massuco

    Lua Variables Lua

    Like this? local items = { DREAM_MATTER = 5145, CLUSTER_OF_SOLACE = 5144, CRUDE_UMBRAL_BLADE = 5147, UMBRAL_BLADE = 5148, UMBRAL_MASTER_BLADE = 5149, CRUDE_UMBRAL_AXE = 5150, UMBRAL_AXE = 5151 } If I write the variables like this, I need to call the variable with ".items" doPlayerAddItem(cid...
  5. massuco

    Lua Variables Lua

    The Tag "npcVariables" is a random name or is a function that will work with all npcs? I want to define this variables for only one script. I will define the variables on the script, and this variable will work only on this script. and for example, if I use: doPlayerRemoveItem(cid,DREAM_MATTER...
  6. massuco

    Lua Variables Lua

    Hi, I want to define some Local Variables on my npc script I did this: local DREAM_MATTER = 5145 local CLUSTER_OF_SOLACE = 5144 local CRUDE_UMBRAL_BLADE = 5147 local UMBRAL_BLADE = 5148 local UMBRAL_MASTER_BLADE = 5149 How can I improve this? Im saying about one array, or table, idk. something...
  7. massuco

    Spell com delay

    But, some idea about how to do this?
  8. massuco

    [7.72] OTHire 0.0.3

    How to make monsters dont hit other monster? for example, I dont want that banshees kill the demons on DH etc, how I can edit it?
  9. massuco

    Spell com delay

    Perfect! and on monster.xml, I have a chance of the monster cast the spell, like this: <attack name="death_and_doom" chance="10" min="-1000" max="-1000"/> I can do one interval for the monster cast this spell? example, every 5 minutes, the monster have a chance of 10% that cast the spell Ah...
  10. massuco

    Spell com delay

    First, Im using OTHIRE 0.3 I have this spell: local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_ENERGYHIT) setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ENERGY) local area =...
  11. massuco

    Any OTServ online that uses OTHire engine?

    Im working in one server based on OTHire engine, and I wonder know if there is serverd onñine that uses this engine. If you use, whats your oppinion about this?
  12. massuco

    Advanced Amulet of Experience

    Did you tried to set the duration on items.xml? Like the duration time of life ring etc..
  13. massuco

    Compiling Setting up my own website

    Look this thread, release by justikar. [7.6] - Tibia old full - release There are a link to nicaw. But i recommend you to use znote, I dont know if your server is compatible.
  14. massuco

    Need a re-host of item editor for OTX 7.72 (by Kaiser)

    file obtained, why don't you share with us? I need too :p
  15. massuco

    Website ShowOff

    Announcements: there are only important notices Advertisement: there are only anounce servers Maybe staff could create one section for Website ShowOff..
  16. massuco

    Website ShowOff

    Where I can post my website layout ShowOff?
  17. massuco

    Lua Change minimum level to post in forum GESIOR ACC MANAGER

    I think that its not in config.lua In forum.php search for something like this: 30 = level for post on forum, you can change it.
  18. massuco

    AAC Can't delete character (Znote for OTHire)

    k I know what you said. But I want to fix this, anyone can help? Im realeasing a layout for Znote for OTHire.
  19. massuco

    AAC Can't delete character (Znote for OTHire)

    EDIT ye, it check IF is TFS_10, if not it does the second option. Im not using TFS, Im using the engine OTHire. [7.72] OTHire 0.0.3
Back
Top