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

    C++ Fast attack bug & skills

    bump
  2. metiu11

    C++ Fast attack bug & skills

    BUMP anybody help me? :D
  3. metiu11

    C++ Fast attack bug & skills

    I am sorry i just forgot to said its TFS 0.3.6
  4. metiu11

    C++ Fast attack bug & skills

    Hello guys. I did fast attack skills in my server and I have a bug. When I use distance weapon to attack and potions to heal, my character stop shooting and then again start shooting. There are breaks in hitting like 1 second when i use potions. How can i repair it?? The second problem it is...
  5. metiu11

    C++ Fast Attack

    wow it works now xD I was change my source to another and its ok but... If i shoot with distance weapon and used potions he stop shooting like 1 sec and start again shooting. Its seems like exhaust blocked distance shots ?
  6. metiu11

    C++ Fast Attack

    bump
  7. metiu11

    Lua Spell Effect

    MAGIC_EFFECT_DE = 0x95, //148 MAGIC_EFFECT_DF = 0x96, //149 MAGIC_EFFECT_DG = 0x97, //150 MAGIC_EFFECT_DH = 0x98, //151 MAGIC_EFFECT_DI = 0x99, //152 MAGIC_EFFECT_DJ = 0x9A, //153 MAGIC_EFFECT_DK = 0x9B, //154 MAGIC_EFFECT_DL = 0x9C...
  8. metiu11

    Lua Spell Effect

    I define it in tools.cpp {"bats", MAGIC_EFFECT_BATS}, {"smoke", MAGIC_EFFECT_SMOKE}, {"insects", MAGIC_EFFECT_INSECTS}, {"A", MAGIC_EFFECT_A}, {"B", MAGIC_EFFECT_B}, {"C", MAGIC_EFFECT_C}, and in const.h MAGIC_EFFECT_BATS =...
  9. metiu11

    Lua Spell Effect

    How? :D Can u help me with this? please I dont used this command
  10. metiu11

    Lua Spell Effect

    Nope, it doesnt work. Okay so i find some info about it in another forums, people have the same problem like me but i dont find how to repair it. So my TFS 0.3.6 blocked MagicEffects to 69 MAX. Strange because normal its 254 Magic Effects MAX. So someone know where and how can i change it...
  11. metiu11

    Lua Spell Effect

    Okay i was start server with old .exe and it works, but i dont have source for this, so I was download some source 0.3.6 and compile it... Now i know the problem is in source... Guys do u know where can i find good source for 0.3.6 without bugs like this ?
  12. metiu11

    Lua Spell Effect

    Hello, I wanna add new effect spell. So i add it in Object Builder - effects Imgur: The magic of the Internet So this number its 70. This is my spell code: local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatFormula(combat...
  13. metiu11

    C++ Fast Attack

    bump
  14. metiu11

    C++ Fast Attack

    Bump
  15. metiu11

    C++ Fast Attack

    bump
  16. metiu11

    C++ Fast Attack

    Hmm i think its too hard for me. advanced english its a barrier for me :/
  17. metiu11

    C++ Fast Attack

    Nope, i dont know what i must edit there.
  18. metiu11

    C++ Fast Attack

    yea i read it, but it doesnt work Its only 2 shots per 1 sec.. Idk how to unblocked it... pls help EDIT: I removed script and changed Attack speed in vocation.xml to 10. And its only 2 shots per 1 sec... So where can i change it ?
  19. metiu11

    C++ Fast Attack

    bump
  20. metiu11

    C++ Fast Attack

    I dont get it :D Too hard for me i think... Where i must add this scripts? I was change only this: uint32_t Player::getAttackSpeed() { Item* weapon = getWeapon(); int32_t attackSpeedzik; if(weapon && weapon->getAttackSpeed() != 0){ attackSpeedzik = vocation->getAttackSpeed()...
Back
Top