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

    map 11.0 Diego's map.

    Could be 13.20~14
  2. silveralol

    map 11.0 Diego's map.

    R.I.P to your brother 😞 Someone could convert to client ID map? I've tried, but couldn't use....
  3. silveralol

    Request maps you need here!

    I got this, but I use clientID maps... so you can find the converter and do the conversion by yourself...
  4. silveralol

    Action Holy Catholic Rosary! All Mysteries, [PL, EN]

    The script could crash the server using addEvent without any checks
  5. silveralol

    Real Revamps Showoff

    Sure Boss XD
  6. silveralol

    Real Revamps Showoff

    I miss that update XD
  7. silveralol

    [12x] - OTG BR-Global

    IS Just do not use It :) I dont undertand, why have to say anything about what you didnt not contribute in anything
  8. silveralol

    Beyond Sky [ShowOff]

    Liberty Bay, looks Nice ... I love the revamp maps
  9. silveralol

    User you miss from Otland

    @Mkalo and his systems, he helped me alots ... Also, some feeling about Slavi Dodo, I'm sad How he died.
  10. silveralol

    OpenTibia Assets Editor

    Just read ALL the thread, some guys get this fixed using z1 instead of 0... Just read and try
  11. silveralol

    [Quick Showoff] Post your latest maps!

    trying some adaption in oramond south... making some custom caves, idk if I put seacrest serpents or what creature, what you think? 1630617866 Ingame pic
  12. silveralol

    Small Boat Attack bug

    Aff Just check the items id in items.xml Almost sure that the items have the type "Teleport" and teleport type make Impossible throw runes on it
  13. silveralol

    RevScripts Kroazur bug: Someone is fighting against the boss!

    So find It bro... You need check If this function return true or false for monsters
  14. silveralol

    RevScripts Kroazur bug: Someone is fighting against the boss!

    Where is the function roomIsOccupied? Seems that this function dont check If is player or Monsters in the Room...
  15. silveralol

    Feature New types of DAMAGE (how to create)

    you tested with tfs 1.4 ?
  16. silveralol

    Feature New types of DAMAGE (how to create)

    idk if works on tfs 1.4 ... tested with 1.1 and 1.2 and it work.. about the items, I missed it in the tutorial... RazorBlade resolves it.
  17. silveralol

    Feature setCreatureName & monster:setName for TFS 1.2

    Someone can help in the update name for spectators ? Bring It back haha
  18. silveralol

    [10.98] Mapping by Vexii

    Nice... This depot remind me on archlight server... Was an inspiration for you? Haha Nice map Bro, Go ahead
  19. silveralol

    Lua table as param

    bump I didn't got it working ... I'll explain better the use of the function ... I want to make a bossRoom System ... exemple: team A enter in the room, so I store their UID to check in the function that will clean the room.... team A leave the room before the function be called... team B enter...
  20. silveralol

    Lua table as param

    Hello, I'm trying using a table as parameter to use in another function ... above the function ofc ... local playerTable = {} for i = 1, #playerPos do local playerTile = Tile(playerPos[i]):getTopCreature() if playerTile and playerTile:isPlayer() then...
Back
Top