Arena Teams

Mu online season 21 - grand opening

forspinki

Legend
Legendary
Oct 23, 2006
3,431
115
190
Handan, China
im trying to figure a way to do this but im not sure how it would work.

i want it so that a grp of 2 people can speak to an npc and and get teled into ArenaMap1 and then another grp of 2 people can speak to the npc and get teled into ArenaMap1 but then it locks the map down so nobody else can enter while the 4 people are inside. and the last person left can a prize off the npc.

and then repeat for ArenaMap2 and 3 ect




also



is there a way so tht a grp of 2 peoplee can speak to an npc and it woulld let them type in a title for themselfs ?
 
Last edited:

Killmaster

Legend
Legendary
Golden Oldie
Loyal Member
Nov 13, 2003
3,967
27
274
Title, no the other thing yes it could be done... very briefly though I'll try and explain.

Basically make it so it checks that if there are people in the map you are teleporting in to. (may not allow you to make 2 grps then teleport in though, they would need to be in one grp then make there own grps while they have been teleported in) once there are no players left on the map, it would have to go through an npc somewhere on the map to check it and then it would reward you or whatever you wish to do. Hopefully this makes a bit of sense.
 
Upvote 0

TravisW

LOMCN Veteran
Veteran
Sep 4, 2007
737
17
105
CHECKMAPHUMANCOUNT mapname = 6 what it does: checks if there are 6 humans on map with name 'mapname', options: =,<,>,>=

checkgroupleader usage: CHECKGROUPLEADER what it does: checks if you're the group leader
checkgroupnearby usage: CHECKGROUPNEARBY what it does: checks if you're the entire group is near the npc
checkgroupcount usage: CHECKGROUPCOUNT = 5 what it does: checks if there's exactly 5 ppl in group ,options are = , < , >
checkgroupclass usage: CHECKGROUPCLASS Warrior = 2 what it does: checks if there are 2 warriors in your group, options: Warrior,Wizard,Taoist | =,<,>,>=, also checks if you're group leader if not its false anyway
groupmovemap usage: GROUPMOVEMAP mapname 5 6 what it does: moves everyone in your group to map with name 'mapname' coords 5:6, only works if you're group leader
 

Attachments

  • if + act statements.doc
    32 KB · Views: 9
Upvote 0