• 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!

Search results

  1. Unknown Soldier

    The Unknown | Mapping Thread

    Right, this glitch is because of modified palisade that I'm using. I've cloned 3522 and 3527 palisades and made them passable, and for some reason it always stays on the top, even though the only change was this passable attribute... Will correct this, thanks!
  2. Unknown Soldier

    The Unknown | Mapping Thread

    I was unhappy with the previous location, never shown here, so I removed it completly and created something like this. I have also removed one location which was already shown in this thread, and replaced it with something new, but more about this later. [214] [215] [216] [217] [218]
  3. Unknown Soldier

    OTClient Few questions regarding 12+ clients

    Thanks for more details. 10.98 is totally fine for me, but as time passes it is natural to think about upgrades. The lack of tools for 12+ is very good reason to stay with 10.98 for me. There are things that I like more about 12+, and also things that I like more in OTC/10.98. Would be happy...
  4. Unknown Soldier

    OTClient Few questions regarding 12+ clients

    Could you give some details why? It's not that I want to push towards 12+ at all cost, just want to know good and bad aspects about the decision.
  5. Unknown Soldier

    OTClient Few questions regarding 12+ clients

    Hi everyone, I have some question regarding newer client versions after 10.98. Currently I'm working on a server for 10.98. Recently TFS started aiming for newer protocols 12+, it will most likely take some time to implement all that goodies from newer versions, but it will also take me some...
  6. Unknown Soldier

    The Unknown | Mapping Thread

    Thanks, means a lot! I like the blue tint, blue color in general, so this location hits my taste too. About seeing more... That's something I can do! I'm blue da ba dee [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213]
  7. Unknown Soldier

    The Unknown | Mapping Thread

    Love the comment bro, thanks!
  8. Unknown Soldier

    The Unknown | Mapping Thread

    Howdy, it is jungle time! [181] [182] [183] [184] [185] [186] [187] [188] [189] Waterfall madness :eek: [190] [191] [192] [193] [194] [195] [196] [197] [198] [199] [200]
  9. Unknown Soldier

    3D Tibia maps, what next?

    Really cool stuff! Love it!
  10. Unknown Soldier

    The Unknown | Mapping Thread

    Long time no see! Some simple location to keep the thread alive 😶 [176] [177] [178] [179] [180]
  11. Unknown Soldier

    The Unknown | Mapping Thread

    Hello again! [171] [172] [173] [174] [175]
  12. Unknown Soldier

    The Unknown | Mapping Thread

    A little bit more of previous stuff. Aqueducts and Underworld. [166] [167] [168] [169] [170]
  13. Unknown Soldier

    TFS 1.X+ TFS 1.3 Timer for quest lever

    Well, if you don't mind not using revscripts, here is oldschool action scrip that I use :p Never had any issue, very simple one. And I guess it is not a problem to convert it to revscript also... local bossConfig = { [50040] = { -- ActionID requiredLevel = 250...
  14. Unknown Soldier

    TFS 1.X+ TFS 1.3 Timer for quest lever

    So you are saying this script works nicely, but it doesn't work at all in my case. First fix the script, then add modifications :p
  15. Unknown Soldier

    TFS 1.X+ TFS 1.3 Timer for quest lever

    Check for typos, if there is everything ok then try placing the two last parts of the code in different places in the script. It should work, I am using this code in a script and it works for me. TFS 1.3. You can also use os.time for that local config = { delayglobal = 60032, -- global...
  16. Unknown Soldier

    TFS 1.X+ TFS 1.3 Timer for quest lever

    In your config {} add line where you specify global storage for the lever, and desired delay time in minutes. bossGlobalStorage = 12345, delayTime = 30 then inside your function which checks all the requirements players must meet, add this code, which will check the global storage. if...
  17. Unknown Soldier

    The Unknown | Mapping Thread

    Sup?! Another portion of screenshots to share with you. As always, I hope you like it! [154] [155] [156] [157] [158] [159] [160] [161] I have also started working on aqueducts, this location is in early stage so it may change, may get another details or something like that...
  18. Unknown Soldier

    Lua Simple NPC Trade TFS 1.3

    I thought it would be easier xD Yee, the loop is totally stupid in this case... I shouldn't be playing with scripts that late xd I guess I have two solutions then, create x number of clones of package item, which I don't really like, or stay with classic buying style, without modal window. You...
  19. Unknown Soldier

    Lua Simple NPC Trade TFS 1.3

    Hello, I'm having a problem with npc script selling equipment, wrapped furniture. It will be probably very easy for every lua scripter... It is about item:setAttribute("wrapid", itemsList[j].wrapid), and probably also the for loop where this line is (line 39). So I want the wrapid to be...
Back
Top