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

    Solved Pacman

    @tetra20 Getting this error when I reload the creature events [24/02/2014 21:49:37] [Error - CreatureScript Interface] [24/02/2014 21:49:37] data/creaturescripts/scripts/advance.lua [24/02/2014 21:49:37] Description: [24/02/2014 21:49:37] data/creaturescripts/scripts/advance.lua:13...
  2. D

    Warning: Could not load house data.

    TFS 0.3.6 crying damson, printer.
  3. D

    Solved Pacman

    @tetra20 Hey m8, can you look at this script. I want it so when you advance in for example Level and if you are an druid or elder druid a distanceeffect will show up, if you are a sorcerer or master sorcerer then a different will show up and so on. But I cant get it to work.. :( Please help...
  4. D

    Warning: Could not load house data.

    Hello guys. I have encounterd this kind of error. Which I do belive is really hard for me to get rid off, as I do not know how. Basically I get this error when I startup my server, the players cannot buy houses as they do not exist in game (I go to a "house" which should be a house but it isnt)...
  5. D

    Solved LMS golden goblet reward not working...

    ooh I didnt know that lol... So sorry guys, Wont happen again. I promise :D But I got another problem.... When I starup my server I am getting this irritating error... "WARNING: Could not load house data". I dont know but I cant buy houses cause there aint no houses in game... How do I fix this...
  6. D

    Solved LMS golden goblet reward not working...

    @tetra20 Cheers m8! It works :D
  7. D

    Solved LMS golden goblet reward not working...

    Hello, The title speaks for it self... When I win the LMS event I get a bunch of errors and a golden throphy but It aint got any description on it. Im not reciving my tokens too (ID = 6527) Script local t = { tmp = { {x = 1016, y = 1486, z = 7}, -- North west corner of Area where players must...
  8. D

    Solved Pacman

    Ikr.. @tetra20 Strange, Can you try to see what the problem is?
  9. D

    Solved Pacman

    Also I added the line local goblet = doPlayerAddItem(arenaPlayers[1], 5805, 1) doItemSetAttribute(goblet, "description", "Awarded to " .. getCreatureName(arenaPlayers[1]) .. " for winning the Last Man Standing event.") Under doBroadcastMessage(getCreatureName(arenaPlayers[1]) .." won a Last...
  10. D

    Solved Pacman

    @tetra20 XML: <!-- Last Man Standing --> <globalevent name="LastMan" interval="60" event="script" value="lastman.lua"/> <globalevent name="arena" interval="300" event="script" value="lastmantp.lua"/> I registered it in globalevents (The lastman.lua is it)
  11. D

    Solved Pacman

    @tetra20 I havent fixed it, I wanna fix it. I am asking you if you could fix it for me :p Anyways, heres my LMS globalevent (the one with the price in it, prize = tokens but I want it to be the golden goblet too) local t = { tmp = { {x = 1016, y = 1486, z = 7}, -- North west corner of Area...
  12. D

    Solved Pacman

    @tetra20 Awesome job m8! Thnx :D Also how do I make so the players cant kill the event zombies :p EDIT: And that if the player is winning LMS he get the golden goblet. Just as if you win the Zombie event. Saying when right clicked "Awarded to "playername" for winning the Last man standing event.
  13. D

    Solved Pacman

    @tetra20 Cheers m8! It worked! :D @tetra20 Also what did you change in the script so it worked? Im just curious.
  14. D

    Solved Pacman

    @tetra20 For the LMS problem, that is solved. The Zombie problem remains... When someone win the zombie event, it keeps spawning zombies! It just keeps goins to spawn the zombie and spamming by broadcasting "15 zombies have currently spawned" etc... Help me fix this problem, please.
  15. D

    Solved Pacman

    @tetra20 M8, I am getting this error in the console... WARNING: Could not load house data.. There is no houses in game, I can't buy houses. When I right click a door that should be a house it just say "You see a closed door". If I open it and go in, there is PZ, so it should be a house. Please...
  16. D

    LMS players cant win

    bump
  17. D

    Solved Pacman

    Zombie creaturescript local config = { playerCount = 2001, -- Global storage for counting the players left/entered in the event goblet = 5805, -- id of the gold goblet you'll get when finishing the event. rewards = {6527, 25}, -- You will get this + a gold goblet with your name...
  18. D

    boss kill creaturescript

    Well I have problems with the broadcast part... :P I kill the boss, And nothing happends. I go out and back in to the teleport room. Then there is the boss... So the respawn is working and everything except the broadcast part...
  19. D

    Solved Pacman

    @tetra20 Ty m8! it worked :D @tetra20 Also, the zombie event you posted. Is that with broadcast? And when it has gone X amount of minutes a teleportal will be created at X Y Z? @tetra20 Also I got a problem... With the SD rune. When I am shooting on a target I lose health, like only 20. I...
  20. D

    Where to host?

    @HalfAway Cheers m8! :D
Back
Top