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

    [Lua] Database Query problems.

    I have this query: local result = db.getResult("SELECT * FROM next_login_items WHERE player_id = " .. getPlayerGUID(cid)); I just want to get all the rows and loop over them. How can I do that?
  2. zippoxer

    LUA | How to get player's ID?

    I have the cid, how to get the ID?
  3. zippoxer

    Lua Scripting Guide

    Whenever I try setItemExtraAttack() or setItemAttack(), the server tells me that he could not find this global. I use TFS 0.3.6 and I even have this functions in doc.
  4. zippoxer

    [Nicaw AAC] Nicaw Bulletin Board

    Truly, I lost the files. If somebody ever downloaded it, please upload and post it here.
  5. zippoxer

    An item that doesn't works.

    Ohhh yeah thanks!
  6. zippoxer

    An item that doesn't works.

    No, to items.xml (it's an item).
  7. zippoxer

    An item that doesn't works.

    <item id="3982" name="green boots"> <attribute key="weight" value="900"/> <attribute key="armor" value="8"/> <attribute key="speed" value="60"/> <attribute key="skillAxe" value="5"/> <attribute key="skillClub" value="5"/> <attribute key="skillSword" value="5"/> <attribute...
  8. zippoxer

    [8.54] Future OTS

    Nobody has to know that in brazil people talk Portuguese.
  9. zippoxer

    [8.54] Dragons

    You have'nt uploaded the spawn file.. :\
  10. zippoxer

    [Evolution 8.50]

    Quests aren't working...
  11. zippoxer

    [Nicaw AAC] Nicaw Bulletin Board

    In the forum management panel, every board has a box. In it's box it has a checkbox, accept/save changes button, delete button, and up/down buttons. In the box of the board you want to let everyone post new threads, check the checkbox and click save changes.
  12. zippoxer

    [Nicaw AAC] Nicaw Bulletin Board

    Ok there's a newer version, much better (DO NOT USE OLD VERSIONS, HAS SOME BUGS): The sql schema: SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; CREATE TABLE IF NOT EXISTS `nicaw_boards` ( `board_id` int(11) NOT NULL AUTO_INCREMENT, `board_name` varchar(64) NOT NULL...
  13. zippoxer

    Lets Count To 666 (Jumps of 6)

    306 :)
  14. zippoxer

    [Nicaw AAC] Nicaw Bulletin Board

    Did you downloaded the special version for avesta? right here: http://otland.net/536415-post16.html
  15. zippoxer

    Lets Count To 666 (Jumps of 6)

    294
  16. zippoxer

    [Nicaw AAC] Nicaw Bulletin Board

    Thanks you all =] I hope I'll have enough time to release a new version soon.
  17. zippoxer

    [Nicaw AAC] Nicaw Bulletin Board

    Good luck :P
  18. zippoxer

    [Nicaw AAC] Nicaw Bulletin Board

    Enjoy =] Maybe any of you can tell me the ip address of your server (if you have)?
  19. zippoxer

    [Nicaw AAC] Nicaw Bulletin Board

    Thanks =] I've done what you asked for (reordering forums). I think the link is one post above this post.
  20. zippoxer

    [Nicaw AAC] Nicaw Bulletin Board

    Sorry for late! here is the newer version (you can reorder the boards): nicaw forum.zip And nicaw avesta version: nicaw forum avesta.zip The sql schema is the same as it was (look at the first post). Absolute Mango, ty for advice. I won't use it anymore =] And yes, this was...
Back
Top