Im finding this kind a strange.

Joined
Feb 1, 2008
Messages
719
Reaction score
10
Code:
;Lord Of Forsaken Fort
(monster (name 600) (index 600) (country 2) (race 1) (level 60) (ai 6) (range 40) (sight 360 380) (exp 850000) (itemgroup 9001 2) (itemgroup 9002 7)
  (str 150) (hth 110) (int 10) (wis 20) (dex 70) (hp 125000) (mp 1400) (aspeed 1400) (hit 150) (dodge 100)
  (attack 0 450 680) (magic 0 0) (defense 230 230) (absorb 30) (mspeed 1600 500) (resist 16 16 16 16 16)
  (quest 90 1 9000 1))

The questindex i 90 and the flag is 1 and the itemgroup is 9000...
Still aint working..

Code:
(group (index 9002) (item (1000 4100 0)))
Code:
(itemgroup (index 9000) (group (1000 9002)))
 
Back