• 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

    hello guys how i can creat new condition like drunk condition what files i need to edite it.?
  4. 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...
  5. 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
  6. 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...
  7. 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...
  8. mmheo

    party tp

    i use this script TFS 0.X - BUG action script tfs 0.4 (https://otland.net/threads/bug-action-script-tfs-0-4.261412/post-2528172) and work fine but need edit it all party member must near player use lever not far
  9. mmheo

    Lua leave party

    hello guys i use 0.4 how i can make if player leave party get tp to temple
  10. mmheo

    random items

    hello guys i use this one Random Item Stats http://pastebin.com/6FXUgWbR and i add this function local function getPlayerGamePoints(cid) local points = getPlayerStorageValue(cid, 102548) if(points == -1) then points = 0 end return points end and chnage function createLoot(i, ext) to be like...
  11. mmheo

    items name from database

    hello guys how i can change this line $items = simplexml_load_file('E:\myoto\data\items\items.xml') or die('<b>Could not load items!</b>'); need change this to check name for items from database not items.xml im use gesior
  12. mmheo

    TFS 0.X transformDeEquipTo

    hello guys im use 0.4 my soft boots don't work but when remove transformDeEquipTo from items.xml work fine <item id="2640" article="a" name="pair of soft boots"> <attribute key="weight" value="800" /> <attribute key="slotType" value="feet" /> <attribute...
  13. mmheo

    random items mod

    im use this mod [Mod] Random Item Stats (https://otland.net/threads/mod-random-item-stats.130295/) any one can help me to change chance for getPlayerStorageValue(cid, 170297) ?? work with player storage change this tiers['rare'] = { color = 66, -- color of 'RARE' text extra = {0, 0}, attrNames =...
  14. mmheo

    TFS 0.X killer name

    hello i'm use 0.4 and i have big problem with killer name 13:15 You see a dead human (Vol:10). You recognize Kmiot. He was killed by physical. its must be killed by killer name right anyone can help me in it?
  15. mmheo

    wieldPosition

    what wrong in this code getItemInfo(itemEx.itemid).wieldPosition == CONST_SLOT_NECKLACE 0.4
  16. mmheo

    create items

    hello guys how i can make if player stand on items and use this items create other items how?? if player position = items position create other items in same position under the player tfs 0.4 sorry for my bad english
  17. mmheo

    npc problem

    hello guys i'm use 0.4 but i have problem with rashid and soya npc when sell items take first from eq and than from bp how i can change it to take from backpack only
  18. mmheo

    Grizzly Adams

    hello guys anyoen have Grizzly Adams like real tibia with quests log ?? im use 0.4
  19. mmheo

    TFS 0.X random items stats

    hello guys i use random item stats and its was work good when change source (not change get clean source file ...same old one but without edit) mod wont work again always say when kill monster 08:43 Loot of a dragon: nothing and when back old tfs still don't work anyone know i can fix this? im...
  20. mmheo

    monster loot

    hello guys im use 0.4 and need help in script when kill boss drop one items from items loot list how i can do some thing like this
Back
Top