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

    Lua Get item shoot range? PLEASE.

    I've been struggling for a week now developing my equipment improvement system, and had to limit it ALOT. There is just no way on tfs 3.6 pl1 (Lua scripts) to: -get a weapons shoot range -set a weapon extra skill -change weapon's weight and sooo on, many stuff preety much unfinished and...
  2. Narzerus

    Potions with charges.

    if u r using a version of tibia which is not meant to have potions with charges u have to edit tibia.dat making them stackable.
  3. Narzerus

    Back Up (database)

    PMA save an sql dump only for that Table.
  4. Narzerus

    Need Help Vip Account System

    Better the "Do-it-yourself" system, easy to learn (cause it's yours) and easier website implementation as you know how it works. Preety easy, add 2 columns on accounts (sql) named vipexpire and isvip Implement some sql queries on your 050-function.lua file and TADAA xD
  5. Narzerus

    A Wired Question!

    Yep, only localhost. No connection no contact with exterior
  6. Narzerus

    Lua Item Attributes, a fucking omgzmoamgogam DOUBT.

    Yes i know that's the key for XML but it wont work on LUA. I.E: doItemSetAttribute(uid, "absorbpercentfire", 100) Nothing happens, not even an error output on console. Thanks for answering :)
  7. Narzerus

    Lua Item Attributes, a fucking omgzmoamgogam DOUBT.

    I managed to make my own item sockets system to which you add this "Enhancers" which improve the item. I can't find which is the attribute for doSetItemAttribute(uid, key, value) for the protections (fire protection etc.) I gave up with shootrange too seems TFS 3.6 pl1 does not have it...
  8. Narzerus

    The best VIP system ever! [Action/Movevent/Globalevent]

    wouldn't it be better to simply use os.time() to store an expiry date on sql? I.E: store on accounts table os.time() + 24*3600*30 then simply compare dates at login and with an onthink() if you want more presition.
  9. Narzerus

    Monster Monsterpack including 8.54 items and tibia-like lootchanges!

    Lol this is CRAP, sorry to say, you didn't even include resistances /sounds in many monsters... lame
  10. Narzerus

    How many players can I host?

    1-999
  11. Narzerus

    Remere's mapeditor Problem adding custom items

    LMFAO. Ok, yeah it works HAHA, I'm not used to just accepting errors, but looks to me like it works just fine! Thanks for replying lol.
  12. Narzerus

    Remere's mapeditor Problem adding custom items

    Hello, well I work for a proyect called Thanatos, we have lots of new items which means: Custom items.otb, tibia.spr and tibia.dat; I'm having a hard time adding these new items to RME.. Problem: When I replace the original items.otb in 8.54 folder (at Remere's Map Editor\data\854) I get the...
Back
Top