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

    [Znote AAC] Live Cast Page

    Did you use any spells.php in your znote? Could you give code for me? Im tryng one but i have some problems: https://otland.net/threads/help-to-create-spells-php-in-znote-aac.244082/
  2. zabuzo

    Help to create spells.php in znote aac

    bump
  3. zabuzo

    Help to create spells.php in znote aac

    bump
  4. zabuzo

    Help to create spells.php in znote aac

    Someone could help me to create the page spells.php in znote aac? I tried follow this tutorial: https://otland.net/threads/znote-aac-advanced-spells-v2.170186/ I'm using znote aac 1.5 and sources 0.4 engine/function/general.php http://hastebin.com/osalexefor.php admin.php...
  5. zabuzo

    [ZnoteAAC] Offline Auction System

    Its not will happen... Each offer have 1 id... Its id 1 will never repeat, only if admin clean DB
  6. zabuzo

    [ZnoteAAC] Offline Auction System

    P-E-R-F-E-C-T TY
  7. zabuzo

    [ZnoteAAC] Offline Auction System

    did you know?
  8. zabuzo

    Parcel trap 8.6 - 0.4

    TYYYYYYYY
  9. zabuzo

    [ZnoteAAC] Bounty Hunter System

    Nice! I'll test! Scripts onkill in 0.4 not give little lag? I was using a change corpse script and sometimes my server down...
  10. zabuzo

    Parcel trap 8.6 - 0.4

    I dont understand, sorry Is this... tile.cpp int32_t Tile::getHeight() { int32_t height = 0; if(ground) { if(ground->hasProperty(HASHEIGHT) && height < 5) { ++height; } } if(const TileItemVector* items = getItemList()) { for(ItemVector::const_iterator it = items->begin(); it...
  11. zabuzo

    Parcel trap 8.6 - 0.4

    Where i add it?
  12. zabuzo

    [ZnoteAAC] Offline Auction System

    Did you know how to add search tag Like this: http://underwar.org/?subtopic=community&page=tradeoff Pages: 1,2,3,4..(total) - Player Name (to search item offerted to player X) - ItemName (to search the item what you want, but more cheaps) [search button]
  13. zabuzo

    Help convert this page to znote

    Now everyone using znote can use trade offline to old versions! Because of you! Perfect man, ty u much!!! I will tak to you there!
  14. zabuzo

    Parcel trap 8.6 - 0.4

    Matheus your script work to me, but i have a problem... I can trhow 500 parcel on foot, and to other player get up he need 499 parcels I want make like is on tibia... Just 4 is the higher... What is the best way to fix?
  15. zabuzo

    Help convert this page to znote

    No one know? :(
  16. zabuzo

    Lua specific clean

    Imagine a loop PosX 0 PosY 0 to PosX 2550 PosY 2550 And in all Z (1,2...15)... I think is better wait to global save to restart and clean all ;)
  17. zabuzo

    Lua specific clean

    Thats was a giant loop, i dont will use it, can lag... better wait to global save clean all =D But ty you all to help me :)
  18. zabuzo

    Lua specific clean

    Oh ty, and im sorry to didnt see Im editing right? <globalevent name="specificClean" interval="7200000" event="script" value="specific_clean.lua"/> function executeSpecificClean() cleanArea(491,727,7, 514,739,7) -- island of peace cleanArea(484,721,8, 515,746,8) -- island of peace...
Back
Top