Hi, I am developing a private server and i've been trying to add g70 drop for a splachy spawn. However, I managed to add drop for archer, mage and all the weapons... then when i was trying to add knight i got some bug in game which made the monster drop like 999999x geon bags.
this is how it looks like in my itemgroup.txt
(group (index 3007) (money (500 15000)))
(group (index 3030) (item (40 5020 0) (180 5027 0)))
(group (index 4000) (item (100 972 0) (200 978 0) (300 965 0) (400 971 0) (500 1124 0)))
(group (index 4034) (item (100 2500 0) (200 2501 0) (300 2502 0) (400 2503 0) (500 2504 0)))
(group (index 4035) (item (100 2505 0) (200 2506 0) (300 2507 0) (400 2508 0) (500 2509 0)))
(group (index 4036) (item (100 2510 0) (200 2511 0) (300 2512 0) (400 2513 0) (500 2514 0)))
the last group (4036) is g70 knight which doesn't work i have also tried with many diffrent index names.
and here is the rest.
(itemgroup (index 3007) (group (200 3007)))
(itemgroup (index 3030) (group (20 3030)))
(itemgroup (index 4000) (group (20 4000)))
(itemgroup (index 4034) (group (20 4034)))
(itemgroup (index 4035) (group (20 4035)))
(itemgroup (index 4036) (group (20 4036)))
and the mob.
(monster (name 125) (index 125) (country 0 1 2) (race 1) (level 70) (ai 2) (range 32) (sight 200 320) (exp 4600000) (itemgroup 3007 1) (itemgroup 3030 1) (itemgroup 4000 1) (itemgroup 4034 1) (itemgroup 4035 1) (itemgroup 4036 1)
(str 101) (hth 103) (int 90) (wis 50) (dex 31) (hp 4500) (mp 300) (aspeed 2300) (hit 149) (dodge 130)
(attack 0 490 560) (magic 0 0) (defense 106 83) (absorb 18) (mspeed 1600 600) (resist 14 14 14 14 14)
(quest ))
I know the problem is in here somwhere, perhaps someone can see why the last itemgroup makes the mob drop x9999999 geon bags?


Reply With Quote


