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

    Programmer Small Jobs for 0.4

    Herotom#5073
  2. Elgenady

    [8.60] The Forgotten Server 0.4

    ur new edit don't work on ubuntu 18 and when back to compile old source game don't open anymore idk why lol :S and when compile ur new source edit by old commands lik sh autogen.sh && ./configure --enable-server-diag --enable-mysql --enable-debug-symbols && make compile done and game open but...
  3. Elgenady

    dodge attribute

    give me link to your source,to see if i can help you or no because idk anything about otx
  4. Elgenady

    Programmer source help

    What source you use?
  5. Elgenady

    Morshabaal sprite

    8.60 https://www.mediafire.com/file/a8xgfj9ihcl7bqk/morshbaal_1268.obd/file just press import and choose this file from your pc
  6. Elgenady

    C++ Teleport player (death) to temple without logout TFS 0.4 or otx 2.9

    in player.cpp in bool Player::eek:nDeath() after if(!Creature::onDeath()) { if(preventDrop) setDropLoot(LOOT_DROP_FULL); return false; } add std::string value; getStorage(xxxx, value); check = (int32_t)(atoi(value.c_str())); if(check >=1) {...
  7. Elgenady

    8.6 from scratch and have few questions

    how I can connect with you I can't send a message to you
  8. Elgenady

    8.6 from scratch and have few questions

    but that all in limit 65k of sprites and when break this limit you need .dll and elfbott don't work with .dll and with max outfit 25 outfit but you can open this limit
  9. Elgenady

    possible to add Tibia coins via a command

    local tibiaCoins = TalkAction("/tc") function tibiaCoins.onSay(player, words, param) if not player:getGroup():getAccess() or player:getAccountType() < ACCOUNT_TYPE_GOD then return true end local usage = "/tc PLAYER NAME,TC AMOUNT" if param == "" then...
  10. Elgenady

    sword & axe Distance Effect

    distance affect its support for wand and distance weapons only to do it with melee weapons you need. first-way source edit the second way you can use script Lua for this weapon.
  11. Elgenady

    Lua Outfits

    he can make normal outfit windows check from 1 to 25 and then add storage check if 1 source will ignore first 25 outfit id and outfit windows will check outfit id from 25 to 50 and if 2 checks from 50 to 75 and and and so every +1 storage source will check 25 outfits to not crash the client...
  12. Elgenady

    New: What song are you listening to thread

    it's not a song this is Quran but that what I listen to now
  13. Elgenady

    -=| TFS |=- 0.4 8.60 AOL INFINITE

    function onPrepareDeath(cid,deathList) if (isPlayer(cid) and getCreatureSkullType(cid) <=5) then if isInArray({7890, 11387}, getPlayerSlotItem(cid, CONST_SLOT_NECKLACE).itemid) then doCreatureSetDropLoot(cid, false) doPlayerSetLossPercent(cid,experience, 0) doPlayerSetLossSkill(cid...
  14. Elgenady

    Lua Outfits

    what source do you use?
  15. Elgenady

    Lua -=|TFS|=- 0.4 8.60 Need Script Protect White Skull Black Skull Red Skull Skill Without Missing The AOL INFINITE

    remove <attribute key="charges" value="999999999999999999999" /> <attribute key="preventDrop" value="1" />
  16. Elgenady

    Lua -=|TFS|=- 0.4 8.60 Need Script Protect White Skull Black Skull Red Skull Skill Without Missing The AOL INFINITE

    best way source edit but u can do it by lua script if (getCreatureSkullType(cid) >= 4) then this line mean if skull = red or black u can change it to be like if (getCreatureSkullType(cid) <= 5) then now its will work with all skulls and use xikini code function onPrepareDeath(cid...
  17. Elgenady

    [Sweden] [Custom] - Therran

    my client always got crashed why ??
  18. Elgenady

    Dodge system TFS 0.3.6

    when have time i will teach you, how you can do all of this
  19. Elgenady

    Dodge system TFS 0.3.6

    if you have more than 100 players online will get laaag with this script, the best way to make dodge and critical for 0.3 or 0.4 in source edit mana leech and life leech and dodge and critical and increase damage and reduction damage fo 0.4 source edit
  20. Elgenady

    TFS 0.X Doubt - Loot Rate

    100000 = 100% 50000 = 50% 10000 = 10% 1000 = 1% 100 = 0.1%
Back
Top