• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. rafaeru

    Monster dont move if dont have storage

    Hello, i have question: How i can do if player have storage value different than 13 monster no move ( as GOD ) if getPlayerStorageValue(cid, 29004) ~= 13 then MONSTER DONT MOVE TO PLAYER end I search this in monster.cpp but i cant find. Any suggestions ?
  2. rafaeru

    limos npc missions

    creaturescripts
  3. rafaeru

    limos npc missions

    change startstorage = 45551
  4. rafaeru

    Lua One raid at one time.

    Hello, i have raid and how i can do if nobody kill raid boss next raid will not be executed? tfs 0.3.6 <raid name="runuganga" file="runuganga.xml" interval2="60" chance="100" margin="0" ref="no"/>
  5. rafaeru

    Monsters don't show on battle

    Ahh, very bad. I need it becaouse i have pet system and players on wars have full battle list of pets.
  6. rafaeru

    Monsters don't show on battle

    Hello i have tfs 0.3.6 and i have one question. Can i on normal Tibia Client hide for example summons from battle list?
  7. rafaeru

    Solved 0.3.5 Walkthrough

    Hello, i have big problem. I added walkthrough in protection zone and it work but only if i use right click on map or push on player. If i use arrow keys i cant walkthrough. I think its here becaouse i compare with tfs 0.3.6: what is getInstance() ?
  8. rafaeru

    c++ how create walkthrough summon ?

    Bring Up My Post
  9. rafaeru

    c++ how create walkthrough summon ?

    doesnt work ;c tfs 0.3.6
  10. rafaeru

    c++ how create walkthrough summon ?

    How i can create walkthrough summon ? (Only for summon master)
  11. rafaeru

    Solved C++ // addSkillAdvance

    hello i want to create absorb skill instead fishing but: in: combatChangeHealth add: if(combatType == COMBAT_ENERGYDAMAGE && target && target->getPlayer()) { double absorbPower2 = 0, damageChange2 = 0; int32_t...
  12. rafaeru

    Lua Item add bonus exp rate from players

    i used tfs 0.3.6 local config = { rate = 2.0, -- 2x More Experience time = 180, -- Minutes of Exp Time storage = 20011 } function onUse(cid, item, fromPosition, itemEx, toPosition) local tid = itemEx.uid or cid if(isPlayer(tid) == false) then return false end...
  13. rafaeru

    Lua Item add bonus exp rate from players

    Hello, i need script which give 2x exp rate from killing players. I test on: (dont work) doPlayerSetRate(cid, SKILL__LEVEL, 2.0)
  14. rafaeru

    0.3.5 Source (8.5)

    ref
  15. rafaeru

    0.3.5 Source (8.5)

    F5
  16. rafaeru

    0.3.5 Source (8.5)

    Hello anyone have source for 8.5 tfs 0.3.5 because all links out ;/ https://otland.net/threads/8-5-the-forgotten-server-0-3-5pl1-crying-damson.44122/
  17. rafaeru

    Tibia Client Version Reading

    BUMP !
  18. rafaeru

    Tibia Client Version Reading

    I made a mistake by writing post. I search in hex 68 xx xx 00 00 00 xx xx - client version
  19. rafaeru

    Tibia Client Version Reading

    How i can find Client Version ? I have random Client and i must search version in hex but if i search hex: 86 i have too many of them. Any advice ?
Back
Top