• 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. IgoR lYCAN

    TFS 1.X+ Bosses (REWARD) - Problem (2)

    Which one? <event type="death" name="BossDeath" script="rewardChest/boss.lua" /> sending this one. local function pushSeparated(buffer, sep, ...) local argv = {...} local argc = #argv for k, v in ipairs(argv) do table.insert(buffer, v) if k < argc and sep then...
  2. IgoR lYCAN

    TFS 1.X+ Bosses (REWARD) - Problem (2)

    cant find it in creaturescripts;
  3. IgoR lYCAN

    TFS 1.X+ Bosses (REWARD) - Problem (2)

    I wanst clean xD, DRUME, is a boss, that make a few summons, he isnt generating the loot sometimes when they are spawned
  4. IgoR lYCAN

    TFS 1.X+ Bosses (REWARD) - Problem (2)

    When Killing a creature with Summons, the loot doenst be generated. <?xml version="1.0" encoding="UTF-8"?> <monster name="Drume" nameDescription="the Drume" race="blood" experience="6900" speed="235" script="rewardboss.lua"> <health now="38200" max="38200" /> <look type="1317"...
  5. IgoR lYCAN

    TFS 1.X+ Bosses (REWARD) - Problem

    Remove this line? 1598800872 oh, my bad.. thanks !
  6. IgoR lYCAN

    TFS 1.X+ Bosses (REWARD) - Problem

    bump
  7. IgoR lYCAN

    TFS 1.X+ Bosses (REWARD) - Problem

    Hi guys! Im facing a problem, when Im killing bosses with rewardboss tag Sometimes the boss doenst gerate loot. My reward_boss.lua if not globalBosses then globalBosses = {} end function Monster.setReward(self, enable) if enable then if not self:getType():isRewardBoss()...
  8. IgoR lYCAN

    TFS 1.X+ Visual Action Bar Spells Problem ~

    How do I do it?
  9. IgoR lYCAN

    TFS 1.X+ Visual Action Bar Spells Problem ~

    "If you have those special spells aggressive, you need to trigger somehow the attack group cooldown for X secs. " ?xD anyone have any idea how to do it? also, Hiho, You didnt undestand about the "exori max flam" issue, you can see that : exori gran vis/ exori gran flam, get VISUAL exausted ...
  10. IgoR lYCAN

    TFS 1.X+ Visual Action Bar Spells Problem ~

    1- I would like to know how to set a "function" in Promotion without need to logout, to set the spells avaliable in the action bar, if someone have any idea.. (VISUAL ACTION BAR ) after take the voc + relog: 2- There is a problem with the Ultimate Spells, the cooldown should be equal (...
  11. IgoR lYCAN

    C++ Instant logout / Improve the "ipcheck" of the player

    My question is kinda simple ( i guess ) ? xD There is this option in player.cpp , that checks if the player has no IP, then disconnect the player, but I would like to improve it. I would like to set it like : if the character has inside a protective zone -> and has no IP, than logout ( check...
  12. IgoR lYCAN

    Slavidodos cast system TFS 1.3 latest

    maybe, something is missing at login.php?^^
  13. IgoR lYCAN

    RME - Question

    thanks 4 the answer.
  14. IgoR lYCAN

    RME - Question

    Is there any option to export the mini map, to be usable in the Client? Like that? when I export from the RME, it goes like that: just a big image:
  15. IgoR lYCAN

    TFS 1.X+ (QUESTION) - Raid.xml

    thx
  16. IgoR lYCAN

    TFS 1.X+ (QUESTION) - Raid.xml

    Can anyone explain to me how does It works? chance="0" - Chance to happen the raid interval2="0" - Interval, after the server be online margin="0" - ? what is it?
  17. IgoR lYCAN

    TFS 1.X+ Stun Spell

    ok, thanks ! =)
Back
Top