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

  1. G

    Compiling Need cpp code that will let pass through low levels

    Need cpp code that will let pass through low levels. It means that 200 lvl can pass through 8 lvl, without any blocking and !tp talkactions script becouse its nooby... If anyone can give me this code or give the adress where it is i will reward rep+
  2. G

    Compiling Compiling TFS to 64 bit mode

    i wanted to compile tfs to 64 bit mode i add -m64 to parameters but there is error while actions.o compiling 64-bit mode not compiled in ***[obj//actions.o] Error 1 Its becouse of wrong sources? :S trunk 3861 tibia 8.6 so can anyone give me sources for that client which will...
  3. G

    Lua How to swim on ships without cofirm 'yes' ??

    for example ;p
  4. G

    Lua How to swim on ships without cofirm 'yes' ??

    -Hi -Venore And thats it. Without yes :P Have i write new npc? There is any solution to fix it? rep+
  5. G

    Compiling How to remove player fire bombs , fields etc when player death??

    Player.cpp propably I removed "you are death.." window in sources and player after deaeth get tp to temple ( this is war server) but there is one bug.. When player death he is in temple and then if someone step in into fire bomb created by player (this who died and is in templee) he get...
  6. G

    Lua What command should i use to remove PZ??

    but what should i write doRemoveCondition(cid, and what here?)
  7. G

    Lua What command should i use to remove PZ??

    For example i use the item and i lost pz ( i can access to to temple, dp) doRemoveCondition??
  8. G

    How i can add premium points to every account??

    How i can add premium points to every account?? its event :P rep
  9. G

    Why players lose all experience ondeath ...

    Why players lose all experience ondeath ... How to fix it? i want to set Death loss percent 10% Its not important what lvl have player, becouse when he die he will be downgroaded to lvl 1 ;( i thought there was error in db loss_experience <-- in this but every player has it...
  10. G

    Compiling Debug when i kill player from client 8.54 another player on client 8.60

    I compile tfs 0.3.6 to clients 8.54-8.60 with this tutorial http://otland.net/f481/how-make-your-server-client-8-61-tutorial-90537/ when on 8.54 i kill mc on 8.60 then its okey but when on 8.60 i kill mc on 8.54 then i get debugged so i changed some line of script like in this...
  11. G

    Compiling Compiling for differents protocol

    I have tfs 0.3.6 compiled for 8.54-8.57 How i can recompile it to 8.54-8.60 :D? Where should i look for it
  12. G

    Compiling Code for no getting exp for the same ip

    One of users said that it wouldnt work uint64_t Player::getGainedExperience(Creature* attacker, bool useMultiplier /*= true*/) const { if(g_game.getWorldType() == WORLD_TYPE_PVP_ENFORCED){ Player* attackerPlayer = attacker->getPlayer(); if(attackerPlayer->getIP() == getIP() &&...
  13. G

    How to change color of my layout background?? rep+

    damn thank you! rep+
  14. G

    How to change color of my layout background?? rep+

    i think u dont understand me :S i want to change this grey color :S where i wrote the text i have draw black figure on my acc to dont let u see what is on it :)
Back
Top