1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  2. If you have a problem and need help, create a new thread with a title that briefly describes the problem.
    Do not use titles like 'Help!' or 'I have a problem!'
    Dismiss Notice
  3. Hey Guest, is it this your first time on the forums?

    Visit the Beginner's Box

    Introduce yourself, read some of the ins and outs of the community, access to useful links and information.

    Dismiss Notice

How to manually spawn zombies?

Discussion in 'General Help' started by Grindle, Jul 5, 2012.

  1. Grindle

    Grindle Shipwright

    Messages:
    84
    Can someone help me this would be like garry's mod (sorry if you don't respect my relation).
    This HAS been posted before but the ones I read had no answers! :QQ:
     
  2. RjGleb

    RjGleb Catapult Fodder

    Messages:
    2
    You are not able to spawn monsters manually, without any modifications in the scripts of KAG, visit the modding section of the forums, that is the place where you are going to have most luck finding a modification which will allow you to spawn them manually...good luck in your searches!
     
  3. Downburst

    Downburst Mindblown Global Moderator Forum Moderator Donator Tester

    Messages:
    1,813
    You can manually spawn zombies. You will have to be admin though.

    /rcon addBlob(`zombie`, `Entities/Actors/ZombieKnight.cfg`, 5, 780, 1);

    Will add a ZombieKnight to the (x, y) coordinates (5, 780)
    Just replace ZombieKnight to Greg, Wraith, Skeleton or whatever if you want to spawn something else.
     
  4. Froghead48

    Froghead48 Haxor

    Messages:
    703
    you can also spawn kegs. this is a really confusing thing, becuase it doesnt work with lanterns/chests/boulders unless you mess around some more.
    /rcon addBlob(`keg`, `Entities/items/keg.cfg`, 100, 100, 1);
    if you spawn one on top of another, Boom....
     
  5. Grindle

    Grindle Shipwright

    Messages:
    84
    Yah thanks guys I didn't know this stuff :)
     
  6. luizffgv

    luizffgv Base Burner

    Messages:
    17
    Can spawn zombies in creative servers???
    I tried and not function:>:(:
     
  7. Downburst

    Downburst Mindblown Global Moderator Forum Moderator Donator Tester

    Messages:
    1,813
    Is it a gold server you have rcon access on?

    What error message did you get?
     
    luizffgv likes this.
  8. Hella

    Hella The Nightmare of Hair Global Moderator Donator Tester

    Messages:
    1,655
    The last number in the command decides which team the zombies are on; 0 sets their team to Blue, 1 sets their team to red. They won't attack anyone on their team, and can use team doors and such of their team.
     
  9. luizffgv

    luizffgv Base Burner

    Messages:
    17
    Oh... i forgot to make the server a gold server, thank you ^^
     
  10. Gerald

    Gerald Bison Rider

    Messages:
    73
    is it possible to spawn a zombie portal?
     
  11. Downburst

    Downburst Mindblown Global Moderator Forum Moderator Donator Tester

    Messages:
    1,813
    Yes but I am not sure if they're able to survive...

    /rcon addBlob(`room`, `Entities/Rooms/Portal.cfg`, 5, 780, 1);
    with 5 as x and 780 as y coordinate
     
    johncarterminime2 and Beepo like this.
  12. dandyking7179

    dandyking7179 Bison Rider

    Messages:
    183
    So can I spawn zombies on sandbox? I tried and i can't manage, even if I am logged into my premium account...
     
  13. Downburst

    Downburst Mindblown Global Moderator Forum Moderator Donator Tester

    Messages:
    1,813
    Froghead48 likes this.
  14. Gerald

    Gerald Bison Rider

    Messages:
    73
    okay maybe this doesnt fit in here but how can i spawn a donkeykeg?
     
  15. Downburst

    Downburst Mindblown Global Moderator Forum Moderator Donator Tester

    Messages:
    1,813
    Make a donkeykeg.cfg file at base/entities/items by editing the normal Keg.cfg in a text editor.
     
  16. Gerald

    Gerald Bison Rider

    Messages:
    73
    would be
    /rcon addBlob(`DonkeyKeg`, `Entities/items/DonkeyKeg.cfg`, 100, 100, 1);
    right?
     
  17. Downburst

    Downburst Mindblown Global Moderator Forum Moderator Donator Tester

    Messages:
    1,813
    /rcon addBlob(`Keg`, `Entities/items/DonkeyKeg.cfg`, 100, 100, 1);

    The command is case sensitive btw.
     
  18. i didnt even know it was possible to spawn zombies using rcon :S
     
  19. Froghead48

    Froghead48 Haxor

    Messages:
    703
    Code:
    (`Keg`, 
    No capital on the Keg. just "keg". (or atleast i cant with a capital Keg )
     
    Downburst likes this.
  20. DubstepMonkey

    DubstepMonkey Horde Gibber

    Messages:
    112