• 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!

Search results

  1. L

    Warning - Weapons::registerEvent] Duplicate registered item with id: 1781

    <?xml version="1.0" encoding="UTF-8"?> -<weapons> <!-- Weapons --> <melee action="removecharge" id="3284"/> <!-- Throwables --> <distance action="move" id="1781" breakchance="19"/> <distance action="removecount" id="2992"/> <distance action="move" id="3277" breakchance="0"/> <distance...
  2. L

    Warning - Weapons::registerEvent] Duplicate registered item with id: 1781

    Warning - Weapons::registerEvent] Duplicate registered item with id: 1781 tfs .12 id is small stones :S
  3. L

    Programmer [TFS 1.X+] Aurelion's Services

    I have hired his services, he has installed Ubuntu in a vps, he has explained it to me wonderfully, fix everything you want, good price, good person. 10/10
  4. L

    Sorry i have other error :S white skull / kill pk = 3000 hours pz

    i change : pzLocked = 60000 to 60 and g_config.getNumber(ConfigManager::WHITE_SKULL_TIME) * 1000, 0); to g_config.getNumber(ConfigManager::WHITE_SKULL_TIME), 0); Perfect thanks all!!!!!!!!!!!!!
  5. L

    Sorry i have other error :S white skull / kill pk = 3000 hours pz

    bool Player::onKilledCreature(Creature* target, bool lastHit/* = true*/) { bool unjustified = false; if (hasFlag(PlayerFlag_NotGenerateLoot)) { target->setDropLoot(false); } Creature::onKilledCreature(target, lastHit); if (Player* targetPlayer =...
  6. L

    Sorry i have other error :S white skull / kill pk = 3000 hours pz

    Thanks moustafa but i tested and not work .. whiteSkullTime = 15 * 60 config and configmanager.cpp
  7. L

    Sorry i have other error :S white skull / kill pk = 3000 hours pz

    i have tfs .1.2 and have all good example: Config : pzLocked = 60000 timeToDecreaseFrags = 24 * 60 * 60 * 1000 whiteSkullTime = 15 * 60 * 1000 Configmanager.cpp: integer[WHITE_SKULL_TIME] = getGlobalNumber(L, "whiteSkullTime", 15 * 60 * 1000); where is the fail? thanks and sorry.... :S
  8. L

    Lvl 13 ml 4 exura heal 4-5

    perfect moustafa! iits fine i change only local base = 20 for local base = 30 and work perfect thanks i love u! haha
  9. L

    Lvl 13 ml 4 exura heal 4-5

    Ok i work now on real life. sorry for all i new on forum heheh thanks 1599148037 i tested and exura now work :S i tested 2x : 1- local value = math.random(-variation, variation) + base local formula = 3 * maglevel + (2 * level) formula < 100 then formula = 100 2- local value =...
  10. L

    Lvl 13 ml 4 exura heal 4-5

    do I have to enter this script?
  11. L

    Lvl 13 ml 4 exura heal 4-5

    ocal combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_HEALING) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) combat:setParameter(COMBAT_PARAM_AGGRESSIVE, false) function onGetFormulaValues(player, level, maglevel) local base = 20 local variation = 10 local value...
  12. L

    Lvl 13 ml 4 exura heal 4-5

    Delete this : return formula * value / 100 and paste this : formula < 100 then formula = 100 ??
  13. L

    Lvl 13 ml 4 exura heal 4-5

    local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_HEALING) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) combat:setParameter(COMBAT_PARAM_AGGRESSIVE, false) function onGetFormulaValues(player, level, maglevel) local base = 20 local variation = 10...
  14. L

    Lvl 13 ml 4 exura heal 4-5

    Is normal on 7.4? Thanks a lot
  15. L

    Error with Capacity tfs 1.2

    i god, but i test with normal players
  16. L

    Error with Capacity tfs 1.2

    i have 420 , 7.72,,,, i tested with fish and small stones thanks 1599070994 i tested now with dragon ham too and i can't, 20:22 You see 100 dragon hams. It weighs 3000.00 oz. It still contains a small part of the power of a dragon. i have 420cap i want take 1 but : this obect is to heavy for...
  17. L

    Error with Capacity tfs 1.2

    Hello Me name is Lucas i new on otland, i want make ot but i have one fail, example : i have 100 fish on floor 19:59 You see 100 fishs. It weighs 520.00 oz. i have 420 cap! but i can't take 10, or 9 or, 1 fish! this obect is to heavy for you to carry why? thanks a lot
Back
Top