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

    GlobalEvent Summon Auto Attacking Monster [1.0]

    Another thing, would it be possible to enable this to summons in general, like every monster you summon with utevo res will work this way?
  2. V

    Random Boss Room

    That seems to fit my needs perfectly fine! Thanks ALOT to the both of you for helping out a nub like me!
  3. V

    Random Boss Room

    Yep its in globalevents.xml <globalevent name="randomboss" interval="30000" script="random_boss.lua"/> The file in scripts is named random_boss.lua just like its supposed to be. Edit: i just noticed that if i spawn something inside that area (/m), then it starts summoning more but stops the...
  4. V

    Random Boss Room

    I really appreciate all the help you are providing, its really amazing but it still isnt doing anything, you dont happen to have the ability to test it our yourself? :)
  5. V

    Random Boss Room

    Nothing happens when i fire that thing off sadly :/ Could it be that something in the script isnt recognized by my Tfs 1.2 or similar?
  6. V

    Random Boss Room

    What exactly do i type in if i want it to randomly select the type then? Since its now baked into one big function, could u show me what it could look like?
  7. V

    Random Boss Room

    So where exactly do i put the selection of monsters that i want spawning, could you give me an example?
  8. V

    Random Boss Room

    Im usining TFS 1.2, doesnt say a rev anywhere as far as i can see though. About the script, there are no more errors but it doesnt seem to spawn any monsters at all. local centerpos = {x = 32395, y = 32194, z = 7} function onThink(interval) local monsterCount = 0 local maxMonsters = 11...
  9. V

    Random Boss Room

    So im trying to use your script now static, but i cant get it to work, i will post what it looks like currently : function onThink(interval) local centerpos = {x = 32395, y = 32194, z = 7} local monsterCount = 0 local specs = getSpectators(centerpos, 7, 7) if #specs > 0 then for i = 1...
  10. V

    Random Boss Room

    So that basicalliy means that from the centerpos and a radius of 7 sqm outwards in all directions is where it will check for spawned monsters, and if the count doesnt match up, it will continue spawning? And btw @Xikini, ur fix seems to do the job for me thanks alot! I'm going to try out ur...
  11. V

    GlobalEvent Summon Auto Attacking Monster [1.0]

    Excuse me but where do i "register" it? I pasted the first line in under creaturescripts and also made a file named autoAttack.lua, but where do i register that last part?
  12. V

    Random Boss Room

    So, ive been tweaking this a little, but there is one thing i cant figure out how to do. I made it so that it spawns a monster within a random square of coordinates. But i would like the room to spawn more than 1 monster, but as soon as i change "type == 2 then" to like 3 or any number at all...
  13. V

    AutoLoot System for tfs 1.x

    I'm trying to get this to work. Copy/pasted everything in to their respective place but it wont work. I can get all commands etc to work (add,remove,show,clear) but the looting wont work. :(
  14. V

    [10.77][TFS 1.2] ORTS, a real map project

    excuse me if i wonder but in order to run this i need to download the forgottsenserver source, compile it in order to get a .exe file and then just drag and drop all of the other things into my newly compiled tfserver?
  15. V

    VIDEO TUTORIAL: From nothing to a fully working OT server, website and shop system

    I got my server up and running but i cant work out how to open it up to the public. Changing Connecting config to my IP in Config.lua doesnt seem to work, i believe that something else has to be changed maybe with the MYSQL settings?
  16. V

    [9.80-9.86] The Forgotten Server v0.2.15 (Mystic Spirit)

    Everything seems to be working just fine but i can't see any NPCs anywhere :S I am using the latest https://github.com/otland/forgottenserver/releases/tag/v1.0 btw Couldnt find a edit button to type this in the first message but i managed to solve it!
  17. V

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    Why does Virustotal have a 34/56 Detection Ratio? :( https://www.virustotal.com/sv/file/e0a08e3c5e5ce0f1fa7898494c44c15bd6ae73473e1f3274ed762d84bc69cdd6/analysis/
  18. V

    [9.80-9.86] The Forgotten Server v0.2.15 (Mystic Spirit)

    Excuse me but what is the source file and what am i supposed to do with it? Couldnt find any thread or so explaining what it is.
  19. V

    MySQL [COMPLETE TUTORIAL]How to setup a server!

    I'm currently following your tutorial and im currently at this step : "Then enter root as user name and your password under it. After logging in there is one thing you need to do to make your server even more secure.. Do this:" But i can't see that or any other picture telling me where to go...
Back
Top