Bagdrop groupkill

smoochy boys on tour

Amenovis

Golden Oldie
Golden Oldie
Loyal Member
Jan 9, 2006
1,105
0
143
Germany
I know its old but i didnt find the answer here maybe i havent the right key words !?

if i kill a mob i wanna have it that he drop me directly an item in my bag. that is quit simple with mapquest.

but how i make it in grp ? that everyone that is in group get that item in his bag after 1 or 2 killed that mob and the rest as example stay beside and look ( example noobpushing uw)
 

CheekyVimto

It's my Precious!
Veteran
Mar 8, 2005
396
170
130
I assume you have already made the script to work for mondie trigger. which will look like this:
Code:
2 [0] 1 [mondie] Mob * [Mapquest_Def\BagDrop] [@main]

all you need to do to make everyone in the group run the same script is add group to the end so
Code:
2 [0] 1 [mondie] Mob * [Mapquest_Def\BagDrop] [@main] group
 
Upvote 0

budyniowski

Dedicated Member
Dedicated Member
Dec 16, 2007
149
0
63
Warsaw, Poland
I assume you have already made the script to work for mondie trigger. which will look like this:
Code:
2 [0] 1 [mondie] Mob * [Mapquest_Def\BagDrop] [@main]
all you need to do to make everyone in the group run the same script is add group to the end so
Code:
2 [0] 1 [mondie] Mob * [Mapquest_Def\BagDrop] [@main] group


Ok and how do it if i havent bagdrop file? i can create file for WoomaTaurus (for example) using this:
2 [0] 1 [mondie] Mob * [Mapquest_Def\BagDrop] [@main] group
and create bagdrop.txt in mapquest_Def folder and write in this file some like this:
Code:
[@main]
#IF
checkitem knief 1
#ACT
take knief 1
give WoomaSkin
#SAY
You found a rare WoomaSkin!\\
<[ Exit ]/@exit>\\



And its all? or how i can do it?
 
Last edited:
Upvote 0