• 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!

Recent content by alissonfgp

  1. alissonfgp

    [10.10] Global Server 0.3

    Ok, I'll do new pictures here.
  2. alissonfgp

    [10.10] Global Server 0.3

    old but, links updated: Source: https://mega.nz/#!yQgFmBKZ!kH_v41HoE-oChb-QwHp9pJOcrmPwJcTglEyGlOcwkZA Datapack: https://mega.nz/#!rcIVRAwA!F9V6Y5B1BaiqatzNY213XK-hNQ_lpytblKHeGPfdQCE
  3. alissonfgp

    UPDATE TO 10.97 TFS

    protocolgame.cpp void ProtocolGame::AddPlayerStats(NetworkMessage& msg) { msg.addByte(0xA0); msg.add<uint16_t>(std::min<int32_t>(player->getHealth(), std::numeric_limits<uint16_t>::max())); msg.add<uint16_t>(std::min<int32_t>(player->getPlayerInfo(PLAYERINFO_MAXHEALTH)...
  4. alissonfgp

    OpenTibia [10.76] Remere's Map Editor

    here, have tutorial to compile on linux too. https://github.com/hjnilsson/rme
  5. alissonfgp

    [TFS 1.x] Global depots 10.9+

    Comedinha do it, I had fixed somethings, if you want a base to check. New DP System By Comedinha #SomeFixes · Alissonfgp/forgottenserverMy@40f8154 · GitHub
  6. alissonfgp

    Solved HEALING/MANA colors on tfs 1.2

    I added it: const.cpp TEXTCOLOR_MAYABLUE = 95, (MANA NEW) TEXTCOLOR_MAYARED = 194, (RED LIFE NEW) To change of life you search in game.cpp for TEXTCOLOR_MAYABLUE and change to TEXTCOLOR_MAYARED. Now mana, it is another code to do.
  7. alissonfgp

    Lua Help me to fix my bank NPC

    https://github.com/gesior/Gesior2012/commit/3c4c6fe5d6052d6dbf40781e7b685f15249826d3 a way to block if the bug is samples. otherwise, you can block by function doPlayerTransferMoneyTo there you will add in some place, that I don't know like is your function ... and not getPlayerVocation()...
  8. alissonfgp

    OpenTibia [10.76] Remere's Map Editor

    RME 10.94 https://mega.nz/#!yUpSWIrR!YpHnApVyZKkAIt4rpsLfXgHw-4LNuXjP2lyujDVmbAs OBS: I don't know if is the official OTB. Credits: Mignari Cristofer Martins (HeavenIsLost, updated 10.94) Others I just compiled.
  9. alissonfgp

    Linux How i can modificate tfs sources for upgrade tfs protocol to 10.90 to 10.94

    If you are using source of djarek (cast) is in protocolgamebase.cpp void ProtocolGameBase::AddPlayerSkills(NetworkMessage& msg) { msg.addByte(0xA1); for (uint8_t i = SKILL_FIRST; i <= SKILL_LAST; ++i) { msg.add<uint16_t>(std::min<int32_t>(player->getSkillLevel(i)...
  10. alissonfgp

    Compiling C++ Change Otserv Version 10.94?

    https://otland.net/threads/how-i-can-modificate-tfs-sources-for-upgrade-tfs-protocol-to-10-90-to-10-94.243413/page-2 Search more...
  11. alissonfgp

    Linux How i can modificate tfs sources for upgrade tfs protocol to 10.90 to 10.94

    Well this only works for what I've been seeing, Food and Speed, also shows when you have an item giving skills, but the critical system I still does not know how it works.
  12. alissonfgp

    Linux How i can modificate tfs sources for upgrade tfs protocol to 10.90 to 10.94

    Only change your void ProtocolGame::AddPlayerSkills(NetworkMessage& msg) void ProtocolGame::AddPlayerSkills(NetworkMessage& msg) { msg.addByte(0xA1); for (uint8_t i = SKILL_FIRST; i <= SKILL_LAST; ++i) { msg.add<uint16_t>(std::min<int32_t>(player->getSkillLevel(i)...
  13. alissonfgp

    Linux How i can modificate tfs sources for upgrade tfs protocol to 10.90 to 10.94

    yes but I don't know like is your system. EDIT: Solved.
  14. alissonfgp

    Linux How i can modificate tfs sources for upgrade tfs protocol to 10.90 to 10.94

    Work Fine, store its normally here, have new bytes in 1092 and 1093. Thanks
  15. alissonfgp

    Monster Monster looktypes

    1094 looks 875 876 877-Sparkion 878-Breach Brood 879-Reality Reaver 880- debug 881 to 890 -- have new outfit, mounts and monsters
Back
Top