• 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. Lava Titan

    MyAAC v0.7.12

    Do gesior AAC layouts work on myAAC?
  2. Lava Titan

    Ascalon - The revival

    @pihagphg how do you have Ascalon? xd I thought only me, Fare and Gaal had it :o
  3. Lava Titan

    AAC Help with Gods command...

    switch group 3 with 6 xD, if you wanna do it the right way, probably it's a query <?xml version="1.0" encoding="UTF-8"?> <groups> <group id="1" name="player" flags="0" access="0" maxdepotitems="0" maxvipentries="0" /> <group id="2" name="tutor" flags="137455730688" access="1"...
  4. Lava Titan

    Lua Lua Issue (math related)

    Sorry only had time to work on this now, thanks for your answer, I'm not sure what went wrong but something wrong is not right xD I legit don't know what went wrong, the code was working before, and suddenly start getting these console errors '-' Screenshot <globalevent name="quiz"...
  5. Lava Titan

    Lua TFS(0.4) - onRemoveItem

    Yeah I noticed xD the trade goes through, traded aol for gem, the guy got the aol and the other got nothing I'll be carefull using it xD thanks for pointing it out <3
  6. Lava Titan

    Lua TFS(0.4) - onRemoveItem

    Yeah I was afraid of that answer, I know that in TFS 1.2 it's so easy to fix this using player events but I really have to use 0.4 here xD Well thanks again for your help <3 I decided that I'll be using this only for non-stack-able items, also tested if people can trade them and gladly they...
  7. Lava Titan

    Peroxide's Mapping Thread

    @Peroxide Hi, don't get me wrong please, this is just my opinion, what's the point in having something so beautiful locked away from the world? I think it's just like food art, I feel sad knowing people make food art just to showoff and then throw away the food without anyone eating it :( I'm...
  8. Lava Titan

    Lua TFS(0.4) - onRemoveItem

    Yeah you're right but I'm only planning to use this script to avoid people moving map items, I know it would be easier to just set unique ID's so I feel that it's more efficient doing this with action-ID so there's no mistakes :P The array fixed it but still having the issue if item is...
  9. Lava Titan

    Ascalon - The revival

    I don't think so, thread shouldnt even be here, some1 bumped it
  10. Lava Titan

    Skull monster

    sorry bro sources are my weakness
  11. Lava Titan

    Skull monster

    just create another XML file of the same monster, make it stronger and add skull that you want, else you will have to source edit
  12. Lava Titan

    temple teleport

    I came up with this script for you, also tested it and works, just need someone to fix the moving stuff xd local cfg = { exhaust = 5, -- cooldown to use the item storage = 1337, -- choose whatever value you're not using } function onUse(cid, item, fromPosition, itemEx, toPosition)...
  13. Lava Titan

    Lua TFS(0.4) - onRemoveItem

    Hi, based on other script, I'm creating this one to avoid players moving some items and I'm having some issues like: 1. If you throw an item that's not on the list and it's not stackable on the tile you also can't move that item.. 2. If the item is on the list but it's stackable you can still...
  14. Lava Titan

    AAC GlobalStorage for best points

    1. Why do you want to save the storage value in globalstorage value? -- this will help understand better your problem 2. not sure if this helps but: setGlobalStorageValue(888999, getPlayerStorageValue(16200))
  15. Lava Titan

    Lua TFS(0.4) - How to track item count?

    LOL ffs xD I'm so sorry I didn't even notice I forgot to replace cid :oops: again thank you <3
  16. Lava Titan

    Lua TFS(0.4) - How to track item count?

    I did try that but item gets thrown anyway xd
  17. Lava Titan

    Lua TFS(0.4) - How to track item count?

    That's a good idea xD but what other function is there to teleport stuff than "doTeleportThing" ? cuz like this it's not working :( function onAddItem(moveitem, tileitem, position, cid) doTeleportThing(cid, getCreaturePosition(cid)) doSendMagicEffect(position, CONST_ME_TELEPORT)...
  18. Lava Titan

    Lua TFS(0.4) - How to track item count?

    I just figured out if someone drops a container with items inside the items will be gone, I totally forgot this part xD, does anyone have any idea how can I fix this?
  19. Lava Titan

    OpenTibia Sublime Text 3 - Lua TFS Autocomplete

    Does anyone have this for TFS 0.4?
  20. Lava Titan

    Lua TFS(0.4) - How to track item count?

    Thanks worked <3
Back
Top