• 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' ??

    -Hi -Venore And thats it. Without yes :P Have i write new npc? There is any solution to fix it? rep+
  4. 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...
  5. 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??
  6. G

    How i can add premium points to every account??

    How i can add premium points to every account?? its event :P rep
  7. 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...
  8. 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...
  9. 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
  10. 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() &&...
  11. 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+
  12. 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++
  13. G

    Lua Help with importing info from db

    I want to get player from db of the highest storage 666 and vocation 4 I dont know how to check vocation of players becouse column 'vocation' is in 'players' not in 'player_storage' xd srry for my english but i think u know what i mean i tried this c = db.getResult("SELECT...
  14. G

    Some questions for tfs trunk 4716 for tibia 8.7

    1. How to set war world mode? If i write "war" there is an error in console 2. How i can add mount?? There is any function in Lua?? or command for gods more questions soon :D rep+ for helping
  15. G

    Lua How can i set max items per tile???

    Can anyone write this script for me?? maybe with this function getTileThingByPos(pos) Its mean that if on sqm is 10 items i cannot add more rep++
  16. G

    Lua Help with script onLook!! Rep

    i want to add special description onLook function i tried this doPlayerSetSpecialDescription(thing.uid, "blabla") but it doesnt work :S
  17. G

    Lua Help with function

    What function should i Use for set storage value of all players to the same?? for example doSetPlayerStorageValue(cid, 2323, 2323) but for all players xD
  18. G

    Lua Command !go for guild leaders

    I have been looking for this scripts but i didnt find :< Leader of the guild say !go and all of members outfits will change on the same one i am new on this forum and i think that i have choosen wrong prefix :| so forgive me : D
  19. G

    Lua Problem with advance

    I am writting script on advance and i have one question i have a board with skills and if skill x == xxx then do something but there is error in console if new skill is different than this one in table i tried skills - name of my board if skills[skill] == nil then return true end but it...
  20. G

    Lua Help with Magic Formula

    setAttackFormula(combat, COMBAT_FORMULA_LEVELMAGIC, 17, 19, 15, 30) can any one help me to understand how it works? :S what mean 17? 15? and another.. rep+
Back
Top