GroupRecall

Mu online season 21 - grand opening

Holy

LOMCN Veteran
Veteran
Feb 13, 2006
372
0
42
If there a command to recall a group of only 5 and a check to see if 5 members are in guild?

hope there is :D ty

/Echo
 

mazz

Dedicated Member
Dedicated Member
Aug 6, 2008
193
2
45
Im having this same problem

I have a npc that is moving the group for me though
I wanna make sure they are all in the same guild before warping them In

Suggestion
Code:
;2nd npc <---- this is a comment not code
Addguildlist guildname.txt
#IF
; You are the guild leader <---- this is a comment not code
isguildleader 
;There are 5 people in your group  <---- this is a comment not code
checkgroupcount = 5 
;1st npc <---- this is a comment not code
; would have to change this to check group some how
checkofguild guildname.txt
#Act
;May need a global var for x y postion the way you want it
GroupMoveMap mapname X Y
#ElseSay
Sorry not the same guild\\
 
Upvote 0

IceMan

Hero's Act Mir 2
Legendary
Apr 17, 2003
8,544
2
375
330
checkofguild CHECKOFGUILD guildname Checks if you are in a guild called 'guildname'
 
Upvote 0