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

  1. Izaack

    HTTP ERROR 500 LOGS GESIOR ACC 2012

    How about otland, I have tried to solve these errors that appeared out of nowhere, everything is working but I cannot enter my website, these errors appear, does anyone know how I can solve it? 2023/12/06 00:53:35 [crit] 758#758: *112993 SSL_do_handshake() failed (SSL: error:141CF06C:SSL...
  2. Izaack

    OTClient ERROR 04 TIBIA.DAT 8.60

    Any idea how to solve this problem, it is a normal client of tibia 8.60, I added 12+ sprites in the OTC it works correctly but in the normal client I get this error, any idea how to solve it?
  3. Izaack

    Linux HTTP ERROR 500 WHILE DISPLAYING CHARACTER ON WEBPAGE GESIOR ACC 2012

    You are great gesior!!, it worked! thank you very much: D
  4. Izaack

    Linux HTTP ERROR 500 WHILE DISPLAYING CHARACTER ON WEBPAGE GESIOR ACC 2012

    Hello otland, Before making this post I was investigating this error, I followed several solutions that came in the forum and in another but I couldn't solve it, the page works perfectly but I only have this error when I want to see a character, I updated my php and apparently entered the chmod...
  5. Izaack

    RME - Weird items as map

    you need download object builder for import/save sprites the other version. save sprites in .odb and import in your tibia.dat and tibia.spr.
  6. Izaack

    RME - Weird items as map

    Change items.otb of your server items to folder of RME version and reload map
  7. Izaack

    C++ Party shared experience issue

    I already understood what you want to do, but you have to modify the party then, the shared requires that everyone hits it at least 1, to activate the shared exp, what you ask could cause you too many problems since it could leave the player earning free exp without not even participate in the hunt.
  8. Izaack

    C++ Party shared experience issue

    this is my code check this script void Party::shareExperience(double experience, Creature* target, bool multiplied) { double shareExperience = experience; if(memberList.size() == 1){ shareExperience = (experience*0.5);} if(memberList.size() == 2){ shareExperience =...
  9. Izaack

    C++ Party shared experience issue

    In this function you have to modify how you want to share the experience. For example, if the party is made up of 2 players, they get 50% of the monster's exp, if the party is made up of 3 players, they get 75% of the party's exp, and if the party is more than 4 then each get 100% of the monster...
  10. Izaack

    C++ Party shared experience issue

    in party.cpp check tis function void Party::shareExperience(double experience, Creature* target, bool multiplied)
  11. Izaack

    Lua [TFS] 0.4 8.60 HOW DO I GET THIS HEAL HP E MANA FOOD DON'T MESS WITH THE VOCATION FOOD INFINITE

    if do you want have the item infinite then delete this doTransformItem(item.uid, item.itemid - 1)
  12. Izaack

    Lua [SQLite] -=[TFS]=- 0.4 8.60 Need script Talkaction show premium time of player

    check add script en talkactions/scripts premiumcheck.lua and add this code function onSay(cid, words, param, channel) if(param == '') then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Command requires param.") return true end...
  13. Izaack

    !pz tfs 0.4 Tibia 8.6 problem

    xD!, I hope it works for you
  14. Izaack

    !pz tfs 0.4 Tibia 8.6 problem

    add in luascript.h this static int32_t luaGetInFightTicks(lua_State* L);
Back
Top