• 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

    I was change my script uint32_t Player::getAttackSpeed() { Item* weapon = getWeapon(); int32_t attackSpeedzik; if(weapon && weapon->getAttackSpeed() != 0) attackSpeedzik = vocation->getAttackSpeed() - (getSkill(SKILL_AXE, SKILL_LEVEL) * 13) - weapon->getAttackSpeed()...
  2. metiu11

    C++ Fast Attack

    1090? why :D Can u show me how u calculated this?
  3. metiu11

    C++ Fast Attack

    Hmm i saw now something strange, when i moved my attack speed going faster but when i stand and dont move attack speed going slower. Lags or what?? Can i repair it somewhere? I found this He said function like "doAttacking" someone know where can i find it??
  4. metiu11

    C++ Fast Attack

    Yea i saw it. But there i can give my vocation starting value attack speed and then when i got attack speed skills. This value going down and i will hit faster. Original value without "attackSpeed" its 2000. So anyway when I gived my character 1000 fast attack in vocations and 110 FA skill...
  5. metiu11

    C++ Fast Attack

    Hello guys, I want to create fast attack skill in my server. So i was used this: uint32_t Player::getAttackSpeed() { uint32_t attackSpeed = vocation->getAttackSpeed(); uint32_t skilll = getSkill(SKILL_AXE, SKILL_LEVEL); Item* weapon = getWeapon(); if(skilll >...
  6. metiu11

    Problem with new outfits/vocation

    Nvm, i just create a new .exe with another source and its worked now.
  7. metiu11

    Problem with new outfits/vocation

    bump
  8. metiu11

    Problem with new outfits/vocation

    bump
  9. metiu11

    Problem with new outfits/vocation

    Hello again. I have a problem with outfits. I was add a lot of new outfits to my server and then i saw this: Imgur: The magic of the Internet It was like player (my new outfit?) its not a body, it is something like normal object? I can enter to other players I dont know, please guys tell me...
  10. metiu11

    Lua Transform giving HP?

    Hello guys again, i got a new script transform so it works. Thanks :)
  11. metiu11

    Account Maker - Add new vocation

    Hello, today i was back to my problem and I saw it 2 mins ago :D missing "," And i will back here to text it and u answered me :D Nice hahaha i am so happy, it works now! Thank you for help anyway. :)
  12. metiu11

    Account Maker - Add new vocation

    Bump :) I can share my files if someone want to help me.
  13. metiu11

    Lua Transform giving HP?

    Heyo, i got the problem with script function onCastSpell(cid, var) if getPlayerVocation(cid) == 1 then if getPlayerLevel(cid) >= 30 then if exhaustion.get(cid,61260) == false then doPlayerSetVocation(cid,2) doCreatureChangeOutfit(cid, {lookType=4})...
  14. metiu11

    Account Maker - Add new vocation

    Hello guys. I have a problem with my Acc maker. Its Gesior 0.3.6 tibia 8.54, but nvm. I want to create a new vocation but it will be 5 vocation... So i dont know how to add it. I tried to change something in accountmanagement.php but it doesnt work. When i add in my config.php 5 vocation like...
Back
Top