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

    Feature TFS 0.4 overspawn monsters like old tibia

    its possible to apply just with some monsters? by adding a flag like <flag despawn="0"/> ----------------------EDIT UPDATE----------------- <flag lureable="1"/> i added this line to a monster then ot crashs i decided to edit monsters.cpp and i found the reason of crash is here: bool...
  2. changos

    [8.60] TFS 0.4 Vexeria datapack

    Ill check it, thanks, i hope it will help alot
  3. changos

    TFS 0.X How to create a buff who change attackspeed temporally?

    https://otland.net/threads/doplayersetextraattackspeed-cid-speed.58945/
  4. changos

    Lua TFS 0.4 Block Spells

    post the talkaction.xml line
  5. changos

    Lua TFS 0.4 Block Spells

    u add the " , " in all the lines just the last is without it ex {{x = 999, y = 849, z = 7}, {x = 1029, y = 879, z = 7}}, -- {{from},{to}} {{x = 906, y = 831, z = 7}, {x = 963, y = 888, z = 7}}, {{x = 906, y = 831, z = 7}, {x = 963, y = 888, z = 7}}, {{x = 906, y = 831, z = 7}, {x = 963, y...
  6. changos

    TFS 0.X healthTicks

    probably yes, or it is adding the as, but isnt showing on item desc
  7. changos

    TFS 0.X healthTicks

    use this for base <?xml version="1.0" encoding="UTF-8"?> <mod name="Random Item Stats" enabled="yes"> <config name="itemstats_conf"><![CDATA[ -- // extra_loot_key = 123 --: optional storage for higher loot rate vocation_base_attackspeed = getVocationInfo(1).attackSpeed --: used for...
  8. changos

    TFS 0.X healthTicks

    try with: doItemSetAttribute(itemEx.uid, "managain",2) doItemSetAttribute(itemEx.uid, "manaticks",1000) without caps lock and using "" i have the same system and i had the same problem xd
  9. changos

    cast system exp bonus

    reemplace the queries e.e and the commands
  10. changos

    cast system exp bonus

    <?xml version="1.0" encoding="UTF-8"?> <mod name="Mod Cast" version="1.0" author="Martyx" contact="[email protected]" enabled="yes"> <event type="logout" name="cast-log-out" event="script"><![CDATA[ function onLogout(cid, forceLogout) if(getCreatureNoMove(cid)) then...
  11. changos

    TFS 0.X Attack rune, but exausted on heal

    u ot have the spell exhausted group? if it has then try with groups="1,2000" --attack group groups="3,2000" --support group groups="2,1000" --healing group groups="4,2000" --attack (mas vis,frigo,flam,tera) group
  12. changos

    c++ [AFK] Online people

    did u see the post comments? cuz on the post is 1 for tfs 0.4 just check the differences
  13. changos

    Piercing Bolt

    the "option swing" u add in xml not on script xd v <distance id="7363" level="30" swing="true" event="function" value="default"/> <!-- Piercing Bolt -->
  14. changos

    NPC Prestige/rebirth System with onlook working

    Use this bro is shortly function onLook(cid, thing, position, lookDistance) if isPlayer(thing.uid) then doPlayerSetSpecialDescription(thing.uid, '\n[Rebirths: '..getPlayerStorageValue(thing.uid, 85987)..']') --doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE...
  15. changos

    Lua Help to fix script

    Hello im trying to create a event but i have some errors i want when a player enters to event it tp to "free spots" like the tp of trainers room (tp is teleporting to the same spot) and when the tp closes i want the players send animated text with countdown i were trying to fix but im not good...
  16. changos

    Block utevo res in specific area or remove summons in this area

    @Zulfix local event_areas = { {{x = 999, y = 849, z = 7}, {x = 1029, y = 879, z = 7}}, -- {{from},{to}} {{x = 906, y = 831, z = 7}, {x = 963, y = 888, z = 7}} } function onSay(cid, words, param, channel) for i = 1, #event_areas do local cid_pos = getThingPosition(cid) if...
  17. changos

    C++ limit on gain exp

    BUMP xd?
  18. changos

    8.6 roshamuul

    I found this but i use another items.otb xd isnt the map full but probably can help u
  19. changos

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

    house.cpp: house.cpp - Pastebin.com (https://pastebin.com/h0rJm7Vc) house.h https://pastebin.com/hZScFTuR
  20. changos

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

    Im using otx 2.9 but is based on 0.4
Back
Top