• 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. 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 :)
  15. G

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

    look :S its look like shit S: i want to change this color to black the it would be cool ;p anyone know how to change that? ;o rep+
  16. G

    How to stop getting exp from mc characters??

    its better to write 1 , not 100 :P but if there will be ue?? he wont get exp for anynone @Cyko do u think it will work?? http://otland.net/f35/no-exp-same-ip-when-killing-another-player-pvp-enforced-hardcore-74764/
  17. G

    How to stop getting exp from mc characters??

    Cyko i am not pro in c++ ;< i wouldnt fix it by myself Have u seen any thread where say how to do that? There is another way to do it??
  18. G

    How to stop getting exp from mc characters??

    I have set in my config.lua exp from players rateExperienceFromPlayers = 10 How can i fix to dont get exp from mc characters? :S rep++
  19. G

    Lua Help with importing info from db

    thanks it works ! rep u
Back
Top