• 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

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

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

    Real Revamps Showoff

    Sure Boss XD
  3. silveralol

    Real Revamps Showoff

    I miss that update XD
  4. 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
  5. silveralol

    Beyond Sky [ShowOff]

    Liberty Bay, looks Nice ... I love the revamp maps
  6. 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.
  7. silveralol

    OpenTibia Assets Editor

    Just read ALL the thread, some guys get this fixed using z1 instead of 0... Just read and try
  8. 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
  9. 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
  10. 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
  11. 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...
  12. silveralol

    Feature New types of DAMAGE (how to create)

    you tested with tfs 1.4 ?
  13. 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.
  14. silveralol

    Feature setCreatureName & monster:setName for TFS 1.2

    Someone can help in the update name for spectators ? Bring It back haha
  15. 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
  16. 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...
  17. 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...
  18. silveralol

    Solved format a nil value? TFS 1.2 / otservbr

    So, to fix It should I use msgLoot = "" or what? First time that I use format function in my ideas...
  19. silveralol

    Solved format a nil value? TFS 1.2 / otservbr

    hello folks, I can't figure out what is happening... so, I use otservbr, or whatever, same with tfs 1.2 I want to chance some msg of loot with a chance... local text = {} msgLoot = {} if self:getName():lower() == (Game.getBoostedCreature()):lower() then...
  20. silveralol

    TFS 1.3 - How to ADD Timer to Magic Wall and Wild Growth [ Like Magebot ] ?

    This function is already done, Just search in the forum, I cant do It right now, but It exists.
Back
Top