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

    Break 5 jars spawn monster

    also, could I make it so that only jars with action id are breakable? or uniqueid
  2. vingo

    Break 5 jars spawn monster

    works now, sweet thanks! last question, Is there a chance you can add so that he wont run out of the room he spawns in or is that impossibru
  3. vingo

    Break 5 jars spawn monster

    I just changed math .random to 1, 3
  4. vingo

    Break 5 jars spawn monster

    I cant break them, they just spam messages
  5. vingo

    Break 5 jars spawn monster

    for i = 1, #config.jarPositions do local tile = Tile(config.jarPositions) if tile:getItemById(config.brokenJarId) then broken = 1 else broken = 0 break end end if broken > 0 then...
  6. vingo

    Break 5 jars spawn monster

    You dont understand, I want to add that, how? I dont see it in the script
  7. vingo

    Break 5 jars spawn monster

    Ok but let me break this down, I break all 5 jars. 4 Walls (1 wall on 4 tiles) gets removed and a message appears "Horestis has spawned" and then doSummonCreature(horestis, xxxxx)
  8. vingo

    Break 5 jars spawn monster

    and how would I setup this if there is 4 walls and what do I put in actions.xml ? hmm also It looks like I can break 1 and then it just says, "you're to afraid to break this" data/actions/scripts/horestis.lua:onUse data/actions/scripts/horestis.lua:37: attempt to index local 'tile' (a nil...
  9. vingo

    Break 5 jars spawn monster

    is it possible to spawn a monster after breaking all the jars?
  10. vingo

    Break 5 jars spawn monster

    that goes where?
  11. vingo

    Break 5 jars spawn monster

    up
  12. vingo

    Sandra NPC edron TFS 1.0

    up
  13. vingo

    Break 5 jars spawn monster

    up
  14. vingo

    Sandra NPC edron TFS 1.0

    up
  15. vingo

    [Sweden] Ruthina | Realmap | 10.37 |

    This restarts changes&fixes # Eremo now stands at his island # Reworked damage on sorcerer spells # Repaired map bugs # Gamble NPC level restriction = 100 # Chartan now trades with you # Port hope boat npcs now work as intended # More rotworms added to thais sewers # Doors around the world...
  16. vingo

    Sandra NPC edron TFS 1.0

    Does anyone have sandra (npc that gives lottery ticket for vials and gives addon for winning lottery ticket)
  17. vingo

    Break 5 jars spawn monster

    AS it says does anyone have the Horestis break jars script? Maybe even to remove the wall after breaking 5 jars. Something along the lines of this function onUse(cid, item, fromPosition, itemEx, toPosition) local storage = 26000 local count = getGlobalStorageValue(storage) local options = {...
  18. vingo

    [Sweden] Ruthina | Realmap | 10.37 |

    Im joining in on this project! Here's the latest news # Server now restarts at serversave, countdown added to the website # Mortal combat works after server save # Solar axe, Epiphany and Dark trinity mace stats reworked # Varius map bugs fixed # You now buy houses by bidding on the website #...
  19. vingo

    Drops item with bless

    I can't get 6 blessings, even If i add "addblessing, 6" code it gives me 31 in blessings value
Back
Top