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

    Lua Display effect on client side TFS 1.4

    Hey you! Thanks a lot for your answer! <3 Well I too thought about something like this but does lua work like that? I mean wont the delay be seperate for every player so this will "only" prevent a single player from spamming the effects but it woulnt prevent multiple from spamming at the same...
  2. Sprrw

    Lua Display effect on client side TFS 1.4

    Hello otland! I made this NPC that shows you the way using the CONST_ME_TUTORIALARROW effect. Ex like this : local passage = { x = 1068, y = 1010, z = 7 } local stairLocations = { l = Position({ x = 1058, y = 989, z...
  3. Sprrw

    Lua Creating items on no ground tile

    Ahh good stuff! Thanks m8! My stupid ass tried using XD
  4. Sprrw

    Lua Creating items on no ground tile

    local chimneyTutorialHousePos = {x = 1072, y = 1023, z = 4} Oh my bad, ofc you can! ^^
  5. Sprrw

    Lua Creating items on no ground tile

    Hey! Thanks a lot for keeping up with my newbieness xd Well Yea I tried that aswell but now Im getting the error of createItem a nil value :(
  6. Sprrw

    Lua Creating items on no ground tile

    Thanks a lot m8! but I tried using it like chimneyTutorialHousePos.createItem(smoke, 1) and it doesnt seem to do anything (no error tho). Updated nm. Tried with ":" instead of "." idk I always seem to mess that up... But now I got an error of 'createItem' a nil value
  7. Sprrw

    Lua Creating items on no ground tile

    Thanks a lot! <3
  8. Sprrw

    Lua Creating items on no ground tile

    Hello folks how would I go about adding an item in the air (so not on a ground tile). so atm Im trying to use doCreateItem(itemId, count, pos) and that works great when creating items on ground tiles but it doesnt seem to work like I want it to. Bonus question, is there any better looking way...
  9. Sprrw

    RevScripts Mechanic Bosses Quests

    Lmao, I was just joking around. But hey tell you what. When I get home Ima give it a try for you! :) I will keep you updated on my progress!
  10. Sprrw

    RevScripts Mechanic Bosses Quests

    Yea I had this exact script laying around but since you didnt tag me I just cant leave it here for you Im so sorry :(
  11. Sprrw

    TFS 1.X+ Tfs 1.4 and Otc v8 Cant pick up items

    Idk, I dont think so. All I have done was fixing some error with the npcs This fix : fix c++ exception by nekiro · Pull Request #3928 · otland/forgottenserver (https://github.com/otland/forgottenserver/pull/3928) But that shoulnt impact items like this? Hmm 1678675206 Argh I know how bad this...
  12. Sprrw

    TFS 1.X+ Tfs 1.4 and Otc v8 Cant pick up items

    Yes :( Is it possible that there is a script doing this or is it more likely to be some wrong doing I've done in the sources? 1678674796 +1
  13. Sprrw

    TFS 1.X+ Tfs 1.4 and Otc v8 Cant pick up items

    Hello otland, I just found out that none of my characters in-game can pick up or equip any item. They can use items from the ground and they can carry items if they use /i (item id). But they cant pick anything up. Im just getting the "Sorry not possible" msg at the bottom of my screen. And yea...
  14. Sprrw

    Mapping with 26905 mountains and borders

    Hello Otland! I was making a small cave system using the newer mountains shown in the img below: and as you can see, the only borders that I found that kinda worked with those mountains were the "mountain soils" id : 4514 > 4525. But Im not convinced those are the best fit, are there any other...
  15. Sprrw

    issavi sprites

    Up to date with what? Sorry I dont get it... Well if its up to date sprites you mean then yes. Evil Puncker does HERE. 1677019507 Yea like he said.... XD Too fast for old Sprrw 😁
  16. Sprrw

    issavi sprites

    Im not 100% sure what you mean but you can use the client from tibia.com and get an 10.98 spr/dat using the tool I linked in my previous post.
  17. Sprrw

    issavi sprites

    IDS: 33434 - 33574 Idk the exact update but you could get them by using THIS tool. Anywho, here you go! ^^
  18. Sprrw

    AAC MYAAC, database fetching

    Thanks a lot for your answer! Its getting quite late so Ima test some out tmrw and may get back to you if I got more questions. But thanks a lot. This was very helpful! <3
  19. Sprrw

    AAC MYAAC, database fetching

    Ohh okay, thanks a lot for your answer m8! How would I go about fetching db info tho? I mean how would I cache the info so they wont have to load it every time? BTW. Would fetching all account ids count as private information? I mean there is really nothing linking any accounts to the ids...
Back
Top