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

    How to make your server client 8.61 Tutorial

    Check pages in this thread... You can find tutorial...
  2. Chev

    How to make your server client 8.61 Tutorial

    So... don't do that
  3. Chev

    How to make your server client 8.61 Tutorial

    If you're noblish in compiling don't do that... -.- Crashes? when... i never get crash...
  4. Chev

    8.50 Outfits crash ?

    Hmmm... byćmoże client tibi ma ograniczenia... w silniku nie da sie nic ustawic z tych rzeczy...
  5. Chev

    8.50 Outfits crash ?

    Huh first tell me: it's server crash? _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ "You don't need fix source..."
  6. Chev

    How to change exausted

    Exhaust of "use item": config.lua timeBetweenExActions = 1000 // your choice exhaust of spells spells.xml Find in line of some spell: exhaustion="2000" exhaust for your script: add line exhaustion.make(cid, storage, time) // if you need check your exhaust use "exhaustion.get(cid...
  7. Chev

    8.50 Outfits crash ?

    Wow... tou have 500 + outfits? <lol2>
  8. Chev

    Scripter Php[site-edit] / LUA[only to add new monsters and translate]

    I hate neo kids so GET OUT OF MY SERVER!!! You anderstand?
  9. Chev

    How to make your server client 8.61 Tutorial

    @up If you need fix witch create rune, i'm work on it ;) //50 % sukcess ;p but if you told about use/move runes-bug then: and...
  10. Chev

    Scripter Php[site-edit] / LUA[only to add new monsters and translate]

    Huh, i love you neo kid... and if can use only "googletranslate" to speak english, leave from OtLand...
  11. Chev

    How to make your server client 8.61 Tutorial

    Huh it's not working... If item is on floor, empty vial is added to player... If player have potion in (container > 1) player found vial to first empty slot or in first container... With RME 8.6... you must wait... changelog
  12. Chev

    How to make your server client 8.61 Tutorial

    No, i'm try do "sort items" like real tibia...
  13. Chev

    How to make your server client 8.61 Tutorial

    New effect: tools.cpp .../ find-> {"insects", MAGIC_EFFECT_INSECTS}, add-> {"dragonhead", MAGIC_EFFECT_DRAGONHEAD} }; const.h .../ find-> MAGIC_EFFECT_INSECTS = 0x44, //68 add-> MAGIC_EFFECT_DRAGONHEAD = 0x45, //69 change-> MAGIC_EFFECT_LAST = MAGIC_EFFECT_DRAGONHEAD...
  14. Chev

    How to make your server client 8.61 Tutorial

    Nice work but... you can now edit this : potions.lua from 0.4_Dev local config = { removeOnUse = "no", usableOnTarget = "yes", -- can be used on target? (fe. healing friend) splashable = "no", realAnimation = "no", -- make text effect visible only for players in range 1x1 healthMultiplier...
  15. Chev

    How to make your server client 8.61 Tutorial

    Sure, that good idea ;)
  16. Chev

    How to make your server client 8.61 Tutorial

    <item id="2261" name="destroy field rune"> <attribute key="runeSpellName" value="adito grav" /> <attribute key="weight" value="120" /> delete-> <attribute key="charges" value="1" /> </item>
  17. Chev

    How to make your server client 8.61 Tutorial

    WORLDTYPE_OPTIONAL = 1 WORLDTYPE_OPEN = 2 WORLDTYPE_HARDCORE = 3 :peace:
  18. Chev

    How to make your server client 8.61 Tutorial

    No, it no working... I have this: if(fromPosition.x == CONTAINER_POSITION)then //not working -- doAddContainerItem(item.parent, potion.empty ,1) --fix me!!! doRemoveItem(item.uid, 1) else //it works V...
Back
Top