Miniboss/Boss spawner!

Results 1 to 12 of 12
  1. #1
    Member MysticMSDerick is offline
    MemberRank
    Feb 2010 Join Date
    50Posts

    Miniboss/Boss spawner!

    Thought I would just post a quick thing. If you want me to edit it for you, for whatever bosses you want in there just post a reply telling me which ones. :)

    Code:
    /* made by MysticMSDerick */ 
    
    var status = 0;    
    
    function start() {    
        status = -1;    
        action(1, 0, 0);    
    }    
    
    function action(mode, type, selection) {    
             
        if (mode == -1) {    
            cm.dispose();    
        }    
        else {     
            if (status >= 2 && mode == 0) {     
                cm.sendOk("Goodbye");     
                cm.dispose();     
                return;     
            }     
                
            if (mode == 1) {    
                status++;    
            }        
            else {    
                status--;    
            }    
                
            if (status == 0) {   
                cm.sendNext("I summon Monsters for #bMysticMS#l. I summon 10 monsters at a time for free.");  
            }  
            else if (status == 1) {  
       cm.sendSimple("Please remember I will summon 10. \r\nPlease choose #b\r\n#L0#Mano#l\r\n#L1#Stumpy#l\r\n#L2#King Clang#l\r\n#L3#Jr. Balrog#l\r\n#L4#Headless Horseman#l\r\n#L5#Black Crow#l\r\n#L6#Female 0#l\r\n#L7#Bigfoot#l\r\n#L8#Clear Drops#l\r\n#L9#Kill All Monsters#l#k");
            } 
            else if (status == 2) {
            
            if (selection == 0) {  
                cm.spawnMonster(2220000, 2000, 2000, 20, 120, 0, 10, 10, 380, -206);
                cm.dispose();
            }  
            else if (selection == 1) {  
                cm.spawnMonster(3220000, 3500, 3500, 35, 205, 0, 10, 10, 380, -206);
                cm.dispose();  
            } 
            else if (selection == 2) {
                cm.spawnMonster(5220001, 25000, 25000, 55, 1210, 0, 10, 10, 380, -206);
                cm.dispose();  
            }
            else if (selection == 3) {
                cm.spawnMonster(8130100 50000, 50000, 70, 2000, 0, 10, 10, 380, -206);
                cm.dispose();  
            }
            else if (selection == 4) {
                cm.spawnMonster(9400549, 3500000, 3500000, **** 300000, 0, 10, 10, 380, -206);
                cm.dispose();  
            }
            else if (selection == 5) {
                cm.spawnMonster(9400014, 35000000, 35000000, **** 1780000, 0, 10, 10, 380, -206);
                cm.dispose();  
            }
            else if (selection == 6) {
                cm.spawnMonster(9400121, 75000000, 75000000, 130, 3900000, 0, 10, 10, 380, -206);
                cm.dispose(); 
            }
            else if (selection == 7) {
                cm.spawnMonster(9400575, 32000000, 32000000, **** 2660000, 0, 10, 10, 380, -206);
                cm.dispose();  			
            }
            } else if (selection == 8) {
                cm.cleardrops();
                cm.dispose();
            } else if (selection == 9) {
                cm.killAllMonsters(true);
                cm.dispose();  
            }
            }  
        } 
    }
    Last edited by MysticMSDerick; 07-02-10 at 05:58 AM.


  2. #2
    Account Upgraded | Title Enabled! ♀Secret♂ is offline
    MemberRank
    Sep 2009 Join Date
    499Posts

    Re: Miniboss/Boss spawner!

    Maybe post out the killAllMonster method ._.

  3. #3
    bleh.... Shawn is offline
    MemberRank
    Oct 2008 Join Date
    Mississauga, CaLocation
    5,904Posts

    Re: Miniboss/Boss spawner!

    Yay!!! Let's take something that's already released, edit the bosses, and re-release it!!!

    http://forum.ragezone.com/f427/boss-...pawner-631062/

  4. #4
    offonline King Grub is offline
    MemberRank
    Aug 2009 Join Date
    Spring fieldLocation
    3,303Posts

    Re: Miniboss/Boss spawner!

    I don't see why pepole ignore arrays

  5. #5
    Account Upgraded | Title Enabled! Colors is offline
    MemberRank
    Jan 2010 Join Date
    ParadiseLocation
    385Posts

    Re: Miniboss/Boss spawner!

    Quote Originally Posted by DevonsDaddy View Post
    Yay!!! Let's take something that's already released, edit the bosses, and re-release it!!!

    http://forum.ragezone.com/f427/boss-...pawner-631062/
    Mystic just copied your plan :D

  6. #6
    Member MysticMSDerick is offline
    MemberRank
    Feb 2010 Join Date
    50Posts

    Re: Miniboss/Boss spawner!

    I actually didn't know it was posted my bad. I will take it off.

  7. #7
    bleh.... Shawn is offline
    MemberRank
    Oct 2008 Join Date
    Mississauga, CaLocation
    5,904Posts

    Re: Miniboss/Boss spawner!

    How did you not know it was posted? This script is exactly the same as the other one, with the exception of the mob details. The format is the same, the screw up with the indentation in the sendSimple is the same. The killAllMonsters method is the same. This is the exact same thing. Please, if you are trying to get e-rep from releasing an NPC, at least admit your fuck up when exposed.

  8. #8
    return null; mertjuh is offline
    MemberRank
    Dec 2008 Join Date
    The NetherlandsLocation
    1,269Posts

    Re: Miniboss/Boss spawner!

    you just download a random source take out the js script and just paste it here
    and where are the methods then? do you even know what those things are :|

  9. #9
    Account Upgraded | Title Enabled! .:LastBreath:. is offline
    MemberRank
    Oct 2009 Join Date
    Under your bedLocation
    1,315Posts

    Re: Miniboss/Boss spawner!

    Hmm... Well lots of people I know do NOT have the spawnMonster function.

  10. #10
    Proficient Member sum1udontkno is offline
    MemberRank
    Jun 2009 Join Date
    152Posts

    Re: Miniboss/Boss spawner!

    lol now that i look at it they are the exact same thing :O

  11. #11
    Infraction Banned Cyclone999 is offline
    MemberRank
    Jul 2008 Join Date
    CanadaLocation
    667Posts

    Re: Miniboss/Boss spawner!

    Yeah.
    I summon Monsters for #bMysticMS#l. I summon 10 monsters at a time for free.
    and compare it with
    I summon Bosses for #bFantasyStory#l. I summon 10 monsters at a time for free.
    Let's compare the differences. Just the names.
    The only 'real' difference I see is the spawnMonster function instead of summonMob function, but to be honest, I have both in my server :P

  12. #12
    Apprentice b0red0 is offline
    MemberRank
    Jan 2010 Join Date
    24Posts

    Re: Miniboss/Boss spawner!

    can you tell me a list of what monsters you have?

    EDIT: NVM
    Last edited by b0red0; 26-02-10 at 01:33 AM.



Advertisement