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

    Solved Enable Shared Experience at any time

    i think u just need to remove this if (!player->hasFlag(PlayerFlag_NotGainInFight)) { //check if the player has healed/attacked anything recently auto it = ticksMap.find(player->getID()); if (it == ticksMap.end()) { return false; } uint64_t...
  2. EvilSkillz

    Gamemaster Looking to work as a CM/GM

    your replies made me laugh .. omg xD
  3. EvilSkillz

    Is CIP behind OT?

    is CIP behind OTS ? answer is no :: how did i know that ? well in 03/03/2013 i sent an e-mail to CIP support asking them to buy source 8.60 from them and this was my message Hey CipSoft GmbH You may know about the own tibia servers that every one do them so i wonder if there is a way to buy a...
  4. EvilSkillz

    Fast attack

    isn't 200 means 5 hits per second ???
  5. EvilSkillz

    Rebirth system Script help

    so i recommend you to remove all of your rebirth script and create new one from the link i sent
  6. EvilSkillz

    Rebirth system Script help

    here you are the script but if u need to skip promote part take this script i've edited local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid)...
  7. EvilSkillz

    Rebirth system Script help

    https://otland.net/threads/rebirth-system-free.149821/
  8. EvilSkillz

    [Help] World antica

    that stupid character name xD
  9. EvilSkillz

    Rebirth system Script help

    u need onLook script
  10. EvilSkillz

    Cast system on Site

    i have for Gesior Cast.php <?PHP $order = $_REQUEST['order']; if($order == 'name') { $orderby = 'name'; } if($order == 'level') { $orderby = 'level'; } if($order == 'vocation') { $orderby = 'vocation'; } if(empty($orderby)) { $orderby = 'name'; }...
  11. EvilSkillz

    [8.42] The Forgotten Server v0.2.3 (Mystic Spirit) Source

    here you are https://www.mediafire.com/?fi55njg2w9srl2q and here are all Tags 0.2 and 0.3 with most versions ( 100 MB Size ) http://www.mediafire.com/download/0yyxjmt6i5iapuv/Tags.rar Have Fun
  12. EvilSkillz

    Pic editor

    Illuminate confirmed xD
  13. EvilSkillz

    Ping this IP please

    from Egypt
  14. EvilSkillz

    server app

    otclient can be compiled for mobs too :D
  15. EvilSkillz

    Lua Training monks that heals

    so you want train monk stop attack ppl with true dmg ?
  16. EvilSkillz

    Lua Help error compile 0.4-3884

    u can double click on the line contain null 213 and changed null to 0
  17. EvilSkillz

    [RME] Creature Pallete

    this may help https://otland.net/threads/how-to-organise-monsters-rme.205847/#post-1990377
  18. EvilSkillz

    Compiling TFS 1.0/1.1 latest source. 64 and 32 bits. Pics and lots of explanation.

    i got this error while compile lol !! 1> otpch.cpp 1>C:\local\boost_1_59_0\boost/asio/detail/config.hpp(227): warning C4005: 'BOOST_ASIO_ERROR_CATEGORY_NOEXCEPT': macro redefinition 1> C:\local\boost_1_59_0\boost/asio/detail/config.hpp(213): note: see previous definition of...
  19. EvilSkillz

    Solved tfs 1.2 unavailable

    visual studio 2013 works fine
  20. EvilSkillz

    Solved tfs 1.2 unavailable

    well .. it may be strange question .. but my visual studio ultimate 2015 can't detect my tfs 1.2 project and it keep says project unavailable :o i'm running stupid windows 10 :( atm i'm trying to update my visual studio by adding all missing feature .. but i don't think this is the problem ...
Back
Top