[2.3] checknamelist of murdered player?

Mu online season 21 - grand opening

hershire

LOMCN Veteran
Veteran
Loyal Member
Sep 5, 2004
427
10
45
heyas, heres what I'm trying to do and having a brain fart.

if a player from divine faction kill a player of the chaos faction

so i need to check for the player who gets killed if they are on the name list for chaos faction or perhaps a quest flag going to use kills vs a different faction as a form of points for additional abilities and bonuses.

i'll keep thinking to see if i can figure it out just thought id throw this out there if someone already had something similar.
 

NightScare

Legend
Legendary
Nov 11, 2005
3,071
225
290
Nottingham
isnt there a onhumandeath command on 2.3? that goes in the QManage.

Basiclly (roughly)

[@onhumandeath]
#IF
CHECKNAMELIST ******faction
goto @******factionbuff
#elseact
#if
checknamelist dickfaction
goto @dickfactionbuff
#elseact
#say
wtf this shouldnt be showing

Not 100% sure if it will work tho (u might need to put the path to the name list in)
 
Upvote 0