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

    TFS 0.X Destroy field area spell not working

    Why this destroy field area spell is not working? It is not destroying the fields (fire,energy...) local combat = createCombatObject() local fieldItems = {1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1500, 1501, 1502, 1503, 1504, 5061, 5062, 5063, 5064, 5065, 5066, 5067}...
  2. willdu

    TFS 0.X Change push priority to break anti push and push max bots

    How to change the push priority? I mean... If player push another player and there is some gold or something under target, the pusher first push the under item until there is no more items so he can push the other player I would like to know if is it possible to change this order? I mean, if...
  3. willdu

    auto mp heal elfbot

    I'm trying to make a hotkey to MP Heal With mana percent and changing the potion when player get lvl up (mp,smp,gmp), so i can mana heal with the same hotkey on all my mages But it is not heal at all What do i doing wrong? auto 100 listas 'Auto MP Heal' | if [$mppc <= '50' && $level < 50 &&...
  4. willdu

    TFS 0.X Znote Referral System error

    I tried to edit the Znote Referral System to instead of add points, send some items for the player in a parcel as reward. But my knowledge are limited, so i think i made some shit and i need some help XD 1- The server is crashing every time when the player invited get a level necessary to...
  5. willdu

    Exausted onEquip SSA

    Is anyone have or know how to do a effective exhausted to equip SSA on 0.4? I saw a lot of topics asking for it here, but no solutions...
  6. willdu

    Lua Znote Referral system problems

    I'm using this reffer system: [Znote AAC][TFS 1.1] Referral system (https://otland.net/threads/znote-aac-tfs-1-1-referral-system.227199/#post-2405828) For znote AAC, but for 0.4 I was trying to instead of add points, send some items for player in a parcel, but my knowledge are limited and i...
  7. willdu

    Filter Loot ItemID CandyBot OTClient

    I'm loving the OTC, but it is not possible to play tibia with no bots, ots allow bots, i cant play on hands against botters I find the candybot (the only bot for otclient), it's pretty usable, if fix only one thing: How to select one or more items by ID to loot on looter target The looter is...
  8. willdu

    Lua OTClient auto loot items

    I love to play Tibia on OTClient, but without a autoloot its totally unfair. I'm using the CandyBot to take loots, but i can only hunt on monsters to collect all those items, because it have no filter, loot everything...
  9. willdu

    Lua Help me to fix OTclient auto healing

    That was my OTclient auto healing (candboy) -- Auto Healing Logic SupportModule.AutoHeal = {} AutoHeal = SupportModule.AutoHeal local nextHeal = {} local settings = { [RestoreType.cast] = 'AutoHeal', [RestoreType.item] = 'AutoHealthItem' } function AutoHeal.onHealthChange(player, health...
  10. willdu

    Attack first/second Battle List OTClient

    Is anybody know how make otclient works like tibia 11: When you press SPACE attack the first target in battle list, if have the first target attack next, next, next... I know how to use a hotkey to call a function, but i don't have any idea how to do this function... It's so usefull to who...
  11. willdu

    Space to attack OTClient

    i'll edit
  12. willdu

    C++ [0.4] No count more then 4 players on same IP (NEW otservlist.org rulles)

    Now is not allowed count more then 4 players in the same IP on otservlist Like you guys can see in this warning: Very important - Rules change on otservlist.org But i dont like the idea to block players to open more then 4 characters like xinn said in topic with IPTables I would like to make...
  13. willdu

    Hotkey space to attack monster like tibia 11 in OTClient

    Is it possible to make to when press space in otclient attack monsters like is in tibia 11? I miss it so much to play on hands...
  14. willdu

    Lua Limit 3 IPs bonus

    I found this script to encourage players to make guilds, invite their friends, makers and get a bonus But what is happen: Some players create their own guild invite 10 mc's and let this 10 mc's open to get bonus alone... Anybody know a way to if have more then 3 characters on the same IP stop...
  15. willdu

    2 BUGs OTclient 7x

    I play 8.6 and 7.4~7.772 on otclient But in versions 7x i got 2 bugs that dont have on 8.6 Someone could help me to fix it? 1- CAP showing wrong: Lvl 8 with no items... in my OTclient showing: 4.7 CAP, but i have more When I equip the katana look my cap, get down to 4.39 But katana was...
  16. willdu

    Problem with Position things OTClient

    How to create a side by side like on elfbot: Spell Hi I tried: Panel id: supportPanel anchors.left: parent.left anchors.right: parent.right anchors.top: parent.top padding-right: 10 height: 440 Label id: LightSpellLabelInfo width: 50 !text: tr('Light:')...
  17. willdu

    [OTClient] Create a new bar

    I want to create a new mana bar to healing options, but its not work... Someone could help me? I tried: hastebin Look what happen:
Back
Top