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

    Feature Auto Loot Sytem for TFS 1.3

    hey @login12 its not working with items that come inside bags on monsters ,can you fix it?and thanks for this great system =)
  2. celohere

    Feature Auto Loot Sytem for TFS 1.3

    try to change this part on the talkaction :player:sendTextMessage(MESSAGE_EVENT_ORANGE, "Auto Loot commands (items are automatically moved to your bp if you open monster corpse):"..'\n'.."!addloot add, nameItem - add item to auto loot by name"..'\n'.."!autoloot remove, itemName - remove item...
  3. celohere

    Looking for stable TFS 8.0 client SQL version

    you can see the full changelog here celohere/forgottenserver (https://github.com/celohere/forgottenserver/blob/master/CHANGELOG.txt)
  4. celohere

    Looking for stable TFS 8.0 client SQL version

    This one is based on ninja's version, but with many bugs fixed. celohere/forgottenserver (https://github.com/celohere/forgottenserver)
  5. celohere

    [8.0] - TFS 1.2

    Its not problem with the server, but with this map , inside a chest on svargrond there's a item from another tibia version .Just delete the items inside this chest.
  6. celohere

    [7.8x] Solidus 1.0 (Beta) - Based in OTServ Trunk (Latest)

    https://github.com/celohere/Solidus
  7. celohere

    [7.4] TFS 1.2

    https://github.com/celohere/theforgottenserver-7.4
  8. celohere

    Request Daily/Weekly/Monthly Frag system

    change Database& db for Database* db
  9. celohere

    Request Daily/Weekly/Monthly Frag system

    and you will need to change your talkaction kills for something like this: function onSay(player, words, param) if Game.getWorldType() == WORLD_TYPE_PVP_ENFORCED then player:showTextDialog(1998, "Your character has not murders history.", false) return false end...
  10. celohere

    Request Daily/Weekly/Monthly Frag system

    i tried with otx3 8.6 and compiled fine here , the warning C4018 is not a problem. you have to remove registerEnumIn("configKeys", ConfigManager::FRAG_TIME) on luascript.cpp, ,iologindata.cpp line 361 change db.storeQuery for db->storeQuery ,try again and good luck =) edit*= ahh i forgot to say...
  11. celohere

    Request Daily/Weekly/Monthly Frag system

    This commit is not just to add old frag system ,if you read the changelog you will see: - Add support to skullSystem and ruleViolations to 7.x . So you need to edit the part that corresponds to frag system. You need to change: config.lua , migrations ,configmanager.cpp and configmanager.h (just...
  12. celohere

    Request Daily/Weekly/Monthly Frag system

    take a look here: https://github.com/mattyx14/otxserver/commit/bbdfef26ad5e39e8d00cfb1118a65ed27a9c53da
  13. celohere

    TFS 1.X+ [tfs 1.3] downgraded 8.6 Bug Arena PvP

    You tried function onPrepareDeath?
  14. celohere

    TFS 1.X Cursed Chest

    math.random() with no arguments generates a real number between 0 and 1. math.random(upper) generates integer numbers between 1 and upper. math.random(lower, upper) generates integer numbers between lower and upper. you got first higher Y then lower Y and thats wrong, it must be lower Y,higher...
  15. celohere

    TFS 1.X+ TFS 1.2 Problems rewards and first items

    Did you put the right UID on the Chests?
  16. celohere

    [8.0] - TFS 1.2

    on spells.xml : <rune group="attack" name="Great Fireball" id="2304" allowfaruse="1" charges="2" lvl="30" maglv="4" exhaustion="2000" blocktype="solid" script="attack/great fireball.lua"/> change the exhaustion="2000"
  17. celohere

    [8.0] - TFS 1.2

    are you using the regular 8.0 client?
  18. celohere

    [8.0] - TFS 1.2

    I can't reproduce here , can you detail how this debug happens?
  19. celohere

    Remeres - How to remove stacked items?

    Here is all the releases from Simones old backups http://web.archive.org/web/20100406032750/http://hem.bredband.net/johannesrosen/old-releases/ I do not know if it has version 7.4 , but you can upgrade your map with Remeres, use Simone to remove the stacked items and downgrade again with Remeres.
  20. celohere

    Remeres - How to remove stacked items?

    you can use Simone map editor ,click in tolls>verify map>check ,and a list with all stacked items will appear ( it's easier to fix than with Remeres :p )
Back
Top