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

  1. metiu11

    Lua Double EXP ITEM tfs 0.3.6

    @heba hey i tested this script in my server tfs 0.3.6 and i have a problem, when player log out and log in, script doesnt reset exp stage, so player still have a boost, but if he relog after more than 1 min, exp stage back to the normal (for tested i set 1min boost) Can you help me with it...
  2. metiu11

    C++ 100% hp/mana bar tfs 0.3.6

    I found this code and it works! :) void ProtocolGame::AddPlayerStats(NetworkMessage_ptr msg) { msg->AddByte(0xA0); msg->AddU16((uint16_t)std::ceil(player->getHealth() * 100 / player->getPlayerInfo(PLAYERINFO_MAXHEALTH))); msg->AddU16((uint16_t)100)...
  3. metiu11

    C++ 100% hp/mana bar tfs 0.3.6

    Hey guys, I have some problems with compilate... I want to make mana and HP sent to the client as a percentage. So i found this post: 2 Requests Please. (https://otland.net/threads/2-requests-please.199005/#post-1915071) When i edit my protocolgame.cpp, replace code: void...
  4. metiu11

    Lua Item which give skill rate crash server

    I changed my script to this: function onEquip(cid, item, slot) doPlayerSetSkillRate(cid, 3, 2.5) return true end function onDeEquip(cid, item, slot) doPlayerSetSkillRate(cid, 3, 2.0) return true end another function works better. But still crashing... so i just...
  5. metiu11

    TFS 0.X TFS 0.3.6 you advanced to

    @M0ustafa exactly! Well its weird... In tools.cpp u can change all skills "You advanced to .... xx.", but magic level in another place xD. Anyway its works now, thanks :)
  6. metiu11

    Lua Item which give skill rate crash server

    @roriscrave thats not simply... i dont know which items in normal tibia give skills. All this items give u stats and u can change it in items.xml. Maybe the SkillRate attribute exists? @M0ustafa well this script works when i used this item my skill rate are boosted, but it does not return to...
  7. metiu11

    Lua Item which give skill rate crash server

    --Credits to MadMook and Limos for the return trues(what would i do without limos xD)-- -- Remove the "--" if you want premium or level restriction --if you add an if then add an end! function onEquip(cid, item, slot) -- if isPremium(cid) then -- if getPlayerLevel(cid) >= 8 then...
  8. metiu11

    Lua Item which give skill rate crash server

    @roriscrave How do I make an item that increases the player's x rate on skills, do u have some idea?
  9. metiu11

    Lua Item which give skill rate crash server

    Thats the new problem now, still crashing. When I put on the item and then remove it, the skill rate for the magic level is elevated, and for the rest, the skills return to normal.
  10. metiu11

    TFS 0.X TFS 0.3.6 you advanced to

    Heyo, I have a problem with the name change "magic level", I changed the name in tools.cpp, but it does not help, other skills have changed, only the magic level remains the same.
  11. metiu11

    Anti-mc - freeze server

    Well if someone know what happend... Its a problem with connection. When im using database in another hosting than server i got freezing, because my server have to send a question to the another hosting. The question is sent for a few seconds, when ur player gets a level, skills etc. This server...
  12. metiu11

    ACC Maker by maniek- errors

    Nie masz zdefiniowanych zmiennych dla ip_serwera, port itd. sprawdz w pliku config czy ustawiles te wartosci @Legalcjooo
  13. metiu11

    ACC Maker by maniek- errors

    Are u pl?
  14. metiu11

    Anti-mc - freeze server

    bump
Back
Top