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

    Feature Attributes MOD

    #digging I have seg fault on TFS 0.4 after adding this anybody could help me with that :C
  2. GhostWD

    Lua doItemSetAttribute(uid, key, value)

    I have found that Feature - Attributes MOD but it makes seg fault after x time i dont know what cause it...
  3. GhostWD

    C++ onDeath all monsters

    or you can use Replace Text by Ecobyte and search for </monster> and make it like that : <script> <event name="name_of_event_in_creaturescripts.xml"/> </script> </monster> bit easier then C++ :P
  4. GhostWD

    Lua Segmentation Fault onEquip

    Thanks @Thexamx for fast reply and you think that causes seg fault yep? @edit yep that's it :p Thank You! @edit2 go to this thread [Fix] [0.3.7 / 0.4 / 0.3.6] Multiple onEquip bug.
  5. GhostWD

    Lua Segmentation Fault onEquip

    Hello OTLanders, I have problem with my script or maybe engine cause when I use this script and I create item with /i 797 without having helmet or using chest with that item error occurs Segmentation Fault <movevent type="Equip" itemid="797" slot="head" event="script" value="frozenhelmet.lua"/>...
  6. GhostWD

    center creature img

    Hello OTClienters, I was looking for this feature and I found anything about that, could someone point me where I can make it? tile.cpp or what? editing compiling and checking if it's that what i'm looking for is hard for me because of my slow pc... Thank You!
  7. GhostWD

    C++ Lua in quest description by gesior

    not working too with cleaning ;/
  8. GhostWD

    Lua doItemSetAttribute(uid, key, value)

    nope ;/ it's not working.
  9. GhostWD

    Lua doItemSetAttribute(uid, key, value)

    Hi Otlanders! Is there any possibilities to add with doItemSetAttribute(uid, key, value) healthGain and manaGain to item? tfs 0.4 Thank You!
  10. GhostWD

    C++ Lua in quest description by gesior

    linux ofc ;p I have recompiled it but error keeps showing idk why... I haven't put any virtual into source even in gesior script virtal are not present
  11. GhostWD

    C++ Lua in quest description by gesior

    Here You are! //////////////////////////////////////////////////////////////////////// // OpenTibia - an opensource roleplaying game //////////////////////////////////////////////////////////////////////// // This program is free software: you can redistribute it and/or modify // it under the...
  12. GhostWD

    tibia 8.6 items problem

    your items.otb is not valid to that server and that original too what version of tfs are you using?
  13. GhostWD

    Help with server Dragon Ball

    i think you cant use number in shootType attribute so you need to edit tools.cpp in tools.cpp go to: {"explosion", SHOOT_EFFECT_EXPLOSION}, and under it add: {"dragonball", your_effect_from_const.h}, to find effect which you need in const.h find shoot effect equal to 0x30 it...
  14. GhostWD

    C++ Lua in quest description by gesior

    Hello again ;p i wanted to use this feature in my tfs 0.4 Feature - LUA code in descriptions of quests in quests.xml but when compiling is almost done this happens CXX vocation.o CXXLD theforgottenserver quests.o: In function `Quests::parseQuestNode(_xmlNode*, bool)'...
  15. GhostWD

    Help with server Dragon Ball

    what have you added into items.xml? i mean that throwing dragon balls and your server version is?
  16. GhostWD

    [Lua] when monster with name xxx "kills" player then player tp to pos and not get killed

    ok i have changed approach to this problem script now is looking like this and it's working thanks guys :D local pos = {x=192,y=541,z=7} function onStatsChange(cid, attacker, type, combat, value) if (getCreatureName(attacker) == "xxx" and value >= getCreatureHealth(cid)) then...
  17. GhostWD

    How to attach something to items (Like skills, health)

    That's devland with edited source... you can change your items attributes in items.xml check those ones which gives you hp or ki it would be something like addhealth healthtick or maybe in moveevents
  18. GhostWD

    [Lua] when monster with name xxx "kills" player then player tp to pos and not get killed

    @pasiak12 i said that it was working but it wont give hp and my char was teleported to pos and he was staying right there without healthbar and not dying :p
Back
Top