Quest Droprate ??

Newbie Spellweaver
Joined
Oct 3, 2008
Messages
15
Reaction score
0
Hey
how can i make a quest with a droprtae?
I will maje so when i aktivate a quest and then drop the items not before

Can any1 help me?

greez Paddyx3
 
u cant make a quest whith the drop rate... u have to make the quest insert into the players inv.
 
Upvote 0
Code:
;Demon Vulgar
(monster (name 1) (index 1) (country 2) (race 0) (level 1) (ai 1) (range 20) (sight 160 240) (exp 2) (itemgroup 1 7)
        (str 21) (hth 1) (int 10) (wis 10) (dex 2) (hp 1) (mp 70) (aspeed 2400) (hit 0) (dodge 0)
        (attack 0 7 7) (magic 0 0) (defense 0 0) (absorb 0) (mspeed 1600 800)
        [COLOR=Red](quest (2 1 901 10) (3 1 902 10) (54 1 1025 10) (8001 1 933 10))[/COLOR])
isn't it somewhere explained what all this nummbers mean x'D ?
hm...that I remember x'D :

901= Itemd index
10 = amount

but not sure at the moment about the 2 and 1
 
Upvote 0
;Demon Vulgar
(monster (name 1) (index 1) (country 2) (race 0) (level 1) (ai 1) (range 20) (sight 160 240) (exp 2) (itemgroup 1 7)
(str 21) (hth 1) (int 10) (wis 10) (dex 2) (hp 1) (mp 70) (aspeed 2400) (hit 0) (dodge 0)
(attack 0 7 7) (magic 0 0) (defense 0 0) (absorb 0) (mspeed 1600 800)
(quest (2 1 901 10) (3 1 902 10) (54 1 1025 10) (8001 1 933 10)))

901 is not item index it is the ItemGroup index :P
 
Upvote 0
Back