DrakoMs v.75 forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

** New Boss Summoner NPC (script included!) **

+2
Janniesaur
Reactor
6 posters

Go down

** New Boss Summoner NPC (script included!) ** Empty ** New Boss Summoner NPC (script included!) **

Post by Reactor Tue Jul 20, 2010 5:34 am

I was suggesting a boss summoner NPC in some or maybe all the Free Market rooms? If you denied it, please explain why below as a comment. Thank you. Here is the code:

Code:
var mob = Array(8500001, 8510000, 9400014, 9400121, 9400112, 9400571, 9400575, 6130101);

function start() {
    cm.sendSimple("I am the boss summoner! Would you like me to spawn some bosses for you? I summon 10 of your choice.. \r\n Please choose #b\r\n#L0#Papulatus#l\r\n#L1#Pianus#l\r\n#L2#Black Crow#l\r\n#L3#Anego#l\r\n#L4#BodyGuard A#l\r\n#L5#Headless Horseman#l\r\n#L6#Bigfoot#l\r\n#L7#Mushmom#l#k");
}

function action(mode, type, selection) {
    if (cm.getMeso() > 0* cm.getC().getChannelServer().getMesoRate()) {
        cm.summonMob(mob[selection]);
   cm.summonMob(mob[selection]);
   cm.summonMob(mob[selection]);
   cm.summonMob(mob[selection]);
   cm.summonMob(mob[selection]);
   cm.summonMob(mob[selection]);
   cm.summonMob(mob[selection]);
   cm.summonMob(mob[selection]);
   cm.summonMob(mob[selection]);
   cm.summonMob(mob[selection]);
        cm.gainMeso(0* cm.getC().getChannelServer().getMesoRate());
    } else {
        cm.sendOk("You don't have enough mesos!");
    }
    cm.dispose();
}

You may also add/delete monsters. Or put in a price to summon mobs.
Reactor
Reactor

Posts : 15
Join date : 2010-07-17

Back to top Go down

** New Boss Summoner NPC (script included!) ** Empty Re: ** New Boss Summoner NPC (script included!) **

Post by Janniesaur Tue Jul 20, 2010 5:45 am

It's a No for me o_o
Sorry
Janniesaur
Janniesaur

Posts : 2084
Join date : 2010-04-03
Age : 82
Location : InYourPants. o _o

https://www.youtube.com/iipokies

Back to top Go down

** New Boss Summoner NPC (script included!) ** Empty Re: ** New Boss Summoner NPC (script included!) **

Post by supahkyle Tue Jul 20, 2010 8:12 am

maybe if you were to elaborate on it
supahkyle
supahkyle

Posts : 57
Join date : 2010-06-14
Location : Sandy Eggo

http://kylejwheaton.wordpress.com/

Back to top Go down

** New Boss Summoner NPC (script included!) ** Empty Re: ** New Boss Summoner NPC (script included!) **

Post by chachadog Sat Jul 31, 2010 3:11 am

Maybe try it? Some people might like it.
chachadog
chachadog

Posts : 314
Join date : 2010-03-29

Back to top Go down

** New Boss Summoner NPC (script included!) ** Empty Re: ** New Boss Summoner NPC (script included!) **

Post by Codicia Sat Jul 31, 2010 3:29 am

No, that's bosses in the FM and it's an extreme point of spoon feeding. It also sucks.
Codicia
Codicia
Admin

Posts : 935
Join date : 2010-03-31
Age : 29
Location : Buenos Aires, Argentina

Back to top Go down

** New Boss Summoner NPC (script included!) ** Empty Re: ** New Boss Summoner NPC (script included!) **

Post by Deagan Sun Aug 01, 2010 4:57 am

spoon feeding, one word.

Btw, npc doesn't really make sense.. cm.summonMob(mob[selection], 10);
I would always do it like this...
Deagan
Deagan
Admin

Posts : 851
Join date : 2010-03-08
Age : 29
Location : Netherlands

https://drakoms.forummotion.com

Back to top Go down

** New Boss Summoner NPC (script included!) ** Empty Re: ** New Boss Summoner NPC (script included!) **

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum