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

    NPC Grizzly Adams (Killing in the name of... Quest) All tasks, more real-tibia

    {type="exp",value{200}}, {type = "item", value = {2195, 1}}, {type = "money", value = {200}} }},
  2. Darkhaos

    DaoPay in Venezuela?

    Is DaoPay working for Venezuela? When i press the button it says "No matches found! This could mean that DaoPay doesn't cover your country. Please look at the other payment options."
  3. Darkhaos

    Lua Rashid DAY SCRIPT

    Edit positions local days = { [1] = {x = 32328, y = 31782, z = 6}, --Sunday // Domingo [2] = {x = 32207, y = 31155, z = 7}, --Monday // Lunes [3] = {x = 32300, y = 32837, z = 7}, --Tuesday // Martes [4] = {x = 32577, y = 32753, z = 7}, --Wednesday // Miercoles [5] = {x = 33066, y =...
  4. Darkhaos

    [9.6] Devovorga All Areas

    Finally i can script Devovorga Event 100% rl
  5. Darkhaos

    SharpMapTracker v0.1 - Edited By Darkhaos

    Hello, this is the Map Tracker posted by Hell Master here, i just added some cool features. Features Supports Tibia 9.63 Track from TibiaCast files Track creature spawns Real time minimap viewer Save as OTBM Reorder the tile items (Fix border problems) Convert Tibia fluid types to...
  6. Darkhaos

    Lua Function doAbsorbCombatPercentage && getCombatPercentageAbsorbed

    Try replacing 'LuaScriptInterface' with 'LuaInterface' Example: //.cpp //doAbsorbCombatPercentage(cid, combat, percent) lua_register(m_luaState, "doAbsorbCombatPercentage", LuaInterface::luaDoAbsorbCombatPercentage); //.h static int32_t luaDoAbsorbCombatPercentage(lua_State* L); and int32_t...
  7. Darkhaos

    Selling Some scripts to sell

    True, i'm not selling offline training anymore
  8. Darkhaos

    [LUA] function ExistItemByName(name) [9.6+]

    function itemExists(name) return getItemIdByName(name, false) ~= nil end ?
  9. Darkhaos

    [C++ Function] Reset Stats

    Just add something to player.cpp like void Player::resetStats() { experience = 0; level = 1; levelPercent = 0; magLevel = 0; magLevelPercent = 0; mana = 100; manaMax = 100; manaSpent = 0; soul = 100; //NOT SURE ABOUT THIS CODE for(int32_t skill = SKILL_FIST; skill < SKILL__MAGLEVEL...
  10. Darkhaos

    CreatureEvent Darkhaos' Svargrond Arena

    Thanks, i didn't noticed it because when a monster is created in the same pos as player, it appears aside Fixed.
  11. Darkhaos

    Forgotten map editor 0.1-rc3 (Developer Preview)!

    And wich versions does it supports? 8.60-?
  12. Darkhaos

    Forgotten map editor 0.1-rc3 (Developer Preview)!

    == application started at Sep 11 2012 21:00:24 Forgotten Map Editor 0.1-rc1 rev 0 (devel) built on Sep 10 2012 for arch x86 ERROR: Could not add 'C:/Users/Eduardo/Desktop/forgottenmapeditor\../otclient/modules' to directory search path. Reason File not found FATAL ERROR: Unable to add otclient's...
  13. Darkhaos

    Selling Some scripts to sell

    Selling: Resets(Or Reborn/Rebirth) System (It includes lua functions, creatureevent, reset-field in spells.xml, outfits.xml, weapons.xml)
  14. Darkhaos

    [NPC] Playboy Girl (trampa)

    Pero si tiene mas de 200.000 de hp queda vivo xD
  15. Darkhaos

    Another new map editor (WIP)

    Will you release the sources? Will be nice if you made it so i can add my own feature (Since it's coded in c#, will be easy for me)
  16. Darkhaos

    Selling Some scripts to sell

    Selling: Demon's Lullaby Event.
  17. Darkhaos

    Selling Some scripts to sell

    I talked to you at Skype now.. waiting for response script to sell Selling: Lightbearer Event (Not map, only the script/system).
  18. Darkhaos

    Selling Some scripts to sell

    I have sent a message, talk to me to send you the systems
  19. Darkhaos

    Selling Some scripts to sell

    @sn4ake after which the applicant specify the features you want in the application, I proceed to create @LucasOlzon I send a PM @Summ Yes, it needs source edit. But i have a version that works without source edit (For tibia version that doesn't have offline training bar. It works with any...
Back
Top