• 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. mmheo

    C++ FIGHTMODE_DEFENSE

    hello guys how i can make when player use FIGHTMODE_DEFENSE block damage for paladin and knight only 0.4
  2. mmheo

    old school with change color

    hey, its possible to do this? because i don't see any options in objectbuilder to create it can someone help, explain it? old school outfit with change colors i know i need create like outfit png, arleady done tibia 8.60
  3. mmheo

    C++ new condition 0.4

    anyone can help me
  4. mmheo

    C++ new condition 0.4

    hello guys how i can creat new condition like drunk condition what files i need to edite it.?
  5. mmheo

    C++ skills limit

    how i can edit source and client?
  6. mmheo

    C++ skills limit

    thx bro and its possible without client source
  7. mmheo

    C++ summon monster and raid

    last Summons dead with his master drop loot if morgaroth have Summons demon and player kill morgaroth the demon dead in same time with morgaroth drop loot and i need someone expalin how to set raid <raid name="newraid" file="newraid.xml" interval2="500" margin="100" enabled="yes"/> what is...
  8. mmheo

    C++ skills limit

    yes its 255 so to increase it need client edit?
  9. mmheo

    C++ skills limit

    how i can increase skills limit dis fighting limit is 240 how i can increase to 350 and its from source or client ? im use 0.4
  10. mmheo

    Lua clean function

    anyone can help me?
  11. mmheo

    Lua clean function

    its pz and how pz don't get clean and temple got clean?
  12. mmheo

    Lua clean function

    i want clean function like normal clean function but don't clean this area
  13. mmheo

    Lua clean function

    anyone can help me?
  14. mmheo

    Lua clean function

    hello guys how i can make server clean don't clean 3x area local fromPosition = {x = xxxx, y = xxxx, z = x} local toPosition = {x = xxxxx, y = xxxx, z = x} pos = {x = math.random(fromPosition.x, toPosition.x), y = math.random(fromPosition.y, toPosition.y), z = math.random(fromPosition.z...
  15. mmheo

    Lua create monster

    thx work fine always your work is 100% good
  16. mmheo

    Lua create monster

    [4:40:24.270] [Error - Action Interface] [4:40:24.270] data/actions/scripts/creatmonster.lua:onUse [4:40:24.270] Description: [4:40:24.270] (luaDoCreateMonster) Cannot create monster: dragon and about room i can't its big room not small
  17. mmheo

    Lua create monster

    its create monster but not all give me error in console cannot create monster: dragon how i can check how many monster in room
  18. mmheo

    Lua create monster

    hello guys i use 0.4 and need help in when player use lever create 20 monster in area in random place local fromPosition = {x = xxxx, y = xxxx, z = x} local toPosition = {x = xxxxx, y = xxxx, z = x} pos = {x = math.random(fromPosition.x, toPosition.x), y = math.random(fromPosition.y...
  19. mmheo

    party tp

    always say All party members need to be nearby the lever.
  20. mmheo

    Lua leave party

    bump
Back
Top