Couple of questions

Desolation Mir2 (Med Rate Server)

LegendsMir

Dedicated Member
Dedicated Member
Sep 13, 2010
61
1
34
How would i make a mob run a NPC script when it dies.

How would i go about making a kill count quest, kill 10 mobs to complete.

And how do i make custom commands "think its custom command" like @Pk checks ur pk points etc.

And how does the check stat command work, im trying to make it check u have below 10 dc. But it wont work =/ Same for MC,SC

Cheers :)
 

Bon

Legend
Legendary
Jul 29, 2004
6,745
346
330
Kent, UK
in Qfunction-0 (located in market_def folder) put this:

[@OnKillMob(MOBNAME)]
put your script under this






search for kill count quests, plenty of guides, not writing 1 as its too long and u can just search, it involves variables





put hte command in customcommands.txt (in envir folder) eg @town

then in qfunction put

[@town]
script here
 
Upvote 0

LegendsMir

Dedicated Member
Dedicated Member
Sep 13, 2010
61
1
34
Cheers for that Bon, have searched for kill count quests and found a couple. Looks a bit tricky, but im sure il manage it.

Any one know how the check stat command works ? Ive tried a few setups now with no luck.
 
Upvote 0