Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Event Command and FM

Status
Not open for further replies.
Newbie Spellweaver
Joined
Mar 13, 2007
Messages
53
Reaction score
0
You can use this so if you want to have a event it will warp everyone on the same ch as you to that map.

Replace mapid with the map.

Code:
    }else if (splitted[0].equals("!event1")) {
        for (MapleCharacter chr : cserv.getPlayerStorage().getAllCharacters()) {
    victim.changeMap(cserv.getMapFactory().getMap(mapid),cserv.getMapFactory().getMap(mapid).getPortal(O);
)

Free Market has a few custom NPC's in it, there is a monster spawn which you can replace with any one you want. Free market has all the nana's there so yea.

If requested i will upload the towns with nana in them with nana removed. Aswell as if requested i will upload the town files the fm and the shop sql's for each NPC.

Now all you gotta do is compile, found in Guides.

Code:
NPC Id's
2042002
2070000
9120104
9120004
9300014
9310003
9201027
9201024
9201023
9201001
 

Attachments

You must be registered for see attachments list
Last edited:
Master Summoner
Joined
May 31, 2008
Messages
524
Reaction score
1
Re: [Release]Event Command

So !event1 would be the command... But, this would have a catch. Not ALL the members would want to participate in events.
 
ιĐαrk?
Joined
Jan 30, 2008
Messages
420
Reaction score
5
Re: [Release]Event Command

this command is like !warpallhere >_>
 
Delta
Loyal Member
Joined
Apr 4, 2008
Messages
951
Reaction score
305
Re: [Release]Event Command and FM

for your first command this is god.

Great great work, I know I'll be using this on my server ;)

Great job again.
 
ιĐαrk?
Joined
Jan 30, 2008
Messages
420
Reaction score
5
Re: [Release]Event Command and FM

Why did you named Event1?
Here are some Good Names
Code:
    }else if (splitted[0].equals("!eventnow")) {
        for (MapleCharacter chr : cserv.getPlayerStorage().getAllCharacters()) {
    victim.changeMap(cserv.getMapFactory().getMap(mapid),cserv.getMapFactory().getMap(mapid).getPortal(O);
)

Code:
    }else if (splitted[0].equals("!doevent")) {
        for (MapleCharacter chr : cserv.getPlayerStorage().getAllCharacters()) {
    victim.changeMap(cserv.getMapFactory().getMap(mapid),cserv.getMapFactory().getMap(mapid).getPortal(O);
)

BTW GJ and Thx [Going to use this on my Server!] ^_^
 
Master Summoner
Loyal Member
Joined
Apr 27, 2008
Messages
596
Reaction score
0
Re: [Release]Event Command and FM

Yeh, isn't it the same as !warpallhere?
 
Delta
Loyal Member
Joined
Apr 4, 2008
Messages
951
Reaction score
305
Re: [Release]Event Command and FM

Yeh, isn't it the same as !warpallhere?

With !map combined.
Please read the above posts.

It brings YOU and EVERYBODY to one place specified.
 
Status
Not open for further replies.
Back
Top