MysteryMS
Please Vote For MysteryMS!

http://www.gtop100.com/in.php?site=47389

-Thank You

Join the forum, it's quick and easy

MysteryMS
Please Vote For MysteryMS!

http://www.gtop100.com/in.php?site=47389

-Thank You
MysteryMS
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Log in

I forgot my password

Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search
Search
 
 

Display results as :
 


Rechercher Advanced Search

Who is online?
In total there is 1 user online :: 0 Registered, 0 Hidden and 1 Guest

None

[ View the whole list ]


Most users ever online was 151 on Thu Oct 08, 2020 3:06 pm
Latest topics
» Free Username And Reallifecam
** New Boss Summoner NPC (script included!) ** EmptyTue Feb 18, 2014 6:21 am by onojaybi

» 3D_Total_Textures_R2_-_19_DVD_Bundle.torrent
** New Boss Summoner NPC (script included!) ** EmptySat Feb 15, 2014 12:24 am by onojaybi

» Quickmix Audio Ultra Dubstep Basslines MULTiFORMAT
** New Boss Summoner NPC (script included!) ** EmptyFri Feb 14, 2014 4:22 am by onojaybi

» If you have a question come here
** New Boss Summoner NPC (script included!) ** EmptyTue Jul 12, 2011 3:50 pm by yeltin

» Help Pwalks
** New Boss Summoner NPC (script included!) ** EmptyTue Jul 12, 2011 3:43 pm by yeltin

» Originality's Wacky Gm or Intern App you pick
** New Boss Summoner NPC (script included!) ** EmptySat Apr 16, 2011 1:14 am by Originality

» Sry jake :(
** New Boss Summoner NPC (script included!) ** EmptyWed Nov 10, 2010 5:03 pm by iChris

» If you want to thank or give a shout out to somone who has helped you so far in this server
** New Boss Summoner NPC (script included!) ** EmptyWed Sep 29, 2010 12:53 am by Madbro

» Intern Shop
** New Boss Summoner NPC (script included!) ** EmptyWed Sep 29, 2010 12:51 am by Madbro


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

2 posters

Go down

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

Post by ♥ Charlotte ♥ Sat Jul 24, 2010 11:33 am

I was suggesting a boss summoning NPC in some of the FM maps, here is the script if you want to make it, you can also add more monsters or change the price to summon. This npc summons 10 of each monster.

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();
}
♥ Charlotte ♥
♥ Charlotte ♥
New Member
New Member

Posts : 12
Points : 26
Reputation : 0
Join date : 2010-07-24
Location : Stalker? O.o

Back to top Go down

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

Post by JarrYd: Mon Jul 26, 2010 7:28 am

thanks i gues o.o
alright script Wink
JarrYd:
JarrYd:
Administrator
Administrator

Posts : 8
Points : 16
Reputation : 0
Join date : 2010-07-17

Back to top Go down

Back to top

- Similar topics

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