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

    Lua How to show how many tiles there is in the house on look the door

    bro i already put the part of code and its working directly this: https://pastebin.com/rQczp7M3
  2. changos

    C++ limit on gain exp

    Hi otland community, i would like to set limit to exp gain by killing players on my war ot Exp gain limit: 5,000,000 OTX 2.9 based on TFS 0.4 Thanks.
  3. changos

    $25 reward. Looking for suggestions on a server name

    Old Days Adventures Fearless Explorers Kraztera Medera Clash of Legends Warriors of the unknown Sinistera
  4. changos

    C++ Delay between the damage

    Hi idk whats the problem, u need to specify more abt if u want to change the "attackspeed" for attacks data/xml/vocations.xml attackspeed="2000" 2sec attackspeed="1000" 1sec or https://otland.net/threads/attack-speed-break-default-attackspeed-limit-fix-doesnt-display-hits.162645/
  5. changos

    GhostMode for Gods

    local invisible = createConditionObject(CONDITION_GAMEMASTER, -1, false, GAMEMASTER_INVISIBLE) local outfit = createConditionObject(CONDITION_INVISIBLE, -1, false) local condition = createConditionObject(CONDITION_PHYSICAL) setConditionParam(condition, CONDITION_PARAM_DELAYED, TRUE)...
  6. changos

    Hydra Mountain (+8.6)

    Detailed & attractive map, i'll use it. Thanks
  7. changos

    Leaving OtLand.

    :c
  8. changos

    CreatureEvent DEATH SYSTEM CAST TFS 0.4,OTX 2X ALL VERSIONS

    When a player die, it summon for 3 sec a monster called "a morte" and send the animatedtext "DEATH" inside its like a effect of The Death taking the soul of the player who die xd
  9. changos

    Lua Function doPlayerSetExtraAttackSpeed(cid, speed)

    bro i think the problem is on luascript not on player.cpp, send me a pm and ill try to solve it
  10. changos

    Lua Function doPlayerSetExtraAttackSpeed(cid, speed)

    idk why bro, try with this int32_t modifiers = 0; Item* _weapon = weapon; return (((_weapon && _weapon->getAttackSpeed() != 0) ? _weapon->getAttackSpeed() : (vocation->getAttackSpeed() - getPlayer()->getExtraAttackSpeed() / std::max((size_t)1, getWeapons().size()))) + modifiers);
  11. changos

    Lua Function doPlayerSetExtraAttackSpeed(cid, speed)

    ok try with that once but copy it correctly because that message said u delete " ; "
  12. changos

    Lua Function doPlayerSetExtraAttackSpeed(cid, speed)

    return ((weapon && weapon->getAttackSpeed() != 0) ? weapon->getAttackSpeed() : (vocation->getAttackSpeed() - getPlayer()->getExtraAttackSpeed() / std::max((size_t)1, getWeapons().size())));
  13. changos

    Lua Function doPlayerSetExtraAttackSpeed(cid, speed)

    find uint32_t Player::getAttackSpeed() const 16-18 lines below find return (((_weapon && _weapon->getAttackSpeed() != 0) ? _weapon->getAttackSpeed() : (vocation->getAttackSpeed() / std::max((size_t)1, getWeapons().size()))) + modifiers); and replace for this return (((_weapon &&...
  14. changos

    Exp From Players

    because ur using tfs 0.4 and that script is for newer tfs versions..
  15. changos

    Solved C++ 0.4 Follow Changes

    SOLVED: i edit the function called void Player::goToFollowCreature() only replace on player.cpp void Player::goToFollowCreature() { if(!walkTask) Creature::goToFollowCreature(); } void Player::goToFollowCreature() { if (chaseMode == CHASEMODE_FOLLOW &&...
  16. changos

    Solved C++ 0.4 Follow Changes

    Lo queria hacer por medio de sources por eso no meti script de lua xd igual sera de mientras una solucion temporal gracias te amo <3 lo cheque y funciona lo de bloquear el follow pero con el atk follow no para de seguirlo aunque desactives el atk follow mode solo lo para de seguir hasta que...
  17. changos

    Solved Kill monster, spawn new monster not working.

    I have this one and its working for me function onDeath(cid, corpse, deathList, pos) local monstName = "Bones" -- NAME OF MONSTER TO SUMMON local text = "Vengance!" if isMonster(cid) then doSummonCreature (monstName, getCreaturePosition(cid)) doSendAnimatedText...
  18. changos

    Solved C++ 0.4 Follow Changes

    !BUMP
  19. changos

    Solved C++ 0.4 Follow Changes

    !BUMP
Back
Top