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

    Lua [TFS 1.3] Get script to fetch player.id (from database)

    I don't know if I'm just tired or slow atm but I guess I don't even really need the ID, name should be OK? - shouldn't players.name return the row? (Test is the charname) db.storeQuery("UPDATE `players` SET `skulltime` = '0' WHERE `players`.`name` = " .. player:getName())
  2. croix

    Lua [TFS 1.3] Get script to fetch player.id (from database)

    As title says, I want to update players query when an item is used, but how do I get the player ID of the person using the item? (Hopefully this also works if I add something in the script that kicks the player before I run the query) Cheers!
  3. croix

    [8.6] Get client to work with modified .dat?

    On the server yes, there's no items.otb in the tibia folder? With old .dat it works until I come close to someone or something with a new sprite.
  4. croix

    [8.6] Get client to work with modified .dat?

    According to ObjectBuilder I have 44994 sprites.
  5. croix

    [Configuration] How to make a working Quest Log

    Hi! I'm having a bit of issue aswell. I've set it up as showed (updated to work for tfs 1.3), I get this when going to next state: But nothing pops up in quest log. What am I missing? Edit: Had wrong storage ID :<
  6. croix

    [8.6] Get client to work with modified .dat?

    Hi! I've modified some items & looktypes for my server and I want to get it working without having to use the OTClient. Whenever I try to join my server from the "normal" 8.6 client with IPChanger, it just crashes & when I add in my modified .dat & .spr files for 8.6 I get this error. Any...
  7. croix

    [TFS 1.3, Client 8.6] Quest log not working?

    Hi! I've setup a questline, where it should work as intended, but I don't get any entries in my quest log. Could this be client-related? Unfortunely I cannot test regular client sine I've modified .dat and .spr on my server so can't launch the real client. 1609171461 Edit; I'm a bit quick...
  8. croix

    [MyAAC][Plugin] Gesior Shop System

    That seems to only be for item IDs though? How is "looktypes" managed?
  9. croix

    [MyAAC][Plugin] Gesior Shop System

    How do I add custom looktypes to the shop-UI? It chooses this looktype whenever I try to use my own looktypes :(
  10. croix

    MyAAC v0.8.21

    You need the correct queries for "account" table.
  11. croix

    [MyAAC][Plugin][Template] Emma

    Just noticed I'm getting this UI-error with buttons on account management-page. 1609004281 You need to install it via your admin page -> plugins. (localhost/admin)
  12. croix

    MyAAC v0.8.21

    Newest (i think), 0.8.2. (it might be 0.8.0, can't truly remember..)
  13. croix

    MyAAC v0.8.21

    [posted in wrong thread, so here goes into correct thread] So when I tried reloading monsters to add new monster this happened. I'm using the sql scheme that came with the installation. Do I need to add "items" to my myaac_monsters?
  14. croix

    Violet Vampire Shield

    Yes! Looks really good. Not sure on the stats yet though, might make it a donation item lol
  15. croix

    MyAAC v0.7.12

    So when I tried reloading monsters to add new monster this happened. I'm using the sql scheme that came with the installation. Do I need to add "items" to my myaac_monsters?
  16. croix

    Remove starting items.

    Yeaaah, I'm fuckin' stupid. Forgot to reload the creaturescripts, LOL.
  17. croix

    Remove starting items.

    Hi! I've removed firstitems.lua and the entry in .xml, I still start with the equipment that was in firsitem.lua. I've added equip to my character samples, but I still have a bag with an apple in my bag and the leather jacket + club gets instadropped on the ground beneath me.. TFS 1.3, MYAAC...
  18. croix

    TFS 1.X+ migration/26.lua don't exist

    Got any help? I'm getting this error: Error - DatabaseManager::updateDatabase - Version: 27] cannot open data/migrations/27.lua: Edit: Just changed it in database, lol.
  19. croix

    [MyAAC][Plugin] Gesior Shop System

    Confirmed working for tfs 1.3. :)
Back
Top