- Joined
- Apr 22, 2008
- Messages
- 41
- Reaction score
- 0
I thought I'm the one, who can actually figure out the itemgroups. I've created dozens of groups and itemgroups, which actually work. However, I can't get one of them working at all!
So my Initmonster:
The itemgroup:
and the problematic groups:
The ItemGroup 1040 - global group, all monsters have it - Works fine
The ItemGroup 135 - Only the groups 731 (g50 weps), 2052 (money) and 322 (talismans) work. The groups that should drop g50 armor parts just aren't working! I've tried to increase the rates a lot but.. well, IRing for 30 minutes should drop it for sure I guess ...
So my Initmonster:
Code:
... (monster (name 233) (index 233) (country 0 2) (race 1) (level 56) (ai 2) (range 28) (sight 190 320) (exp 33000) [B](itemgroup 1040 1) (itemgroup 135 1)[/B]
(str 134) (hth 98)...
Code:
(itemgroup (index 135) (group (70 731) (300 2052) (380 322) [B](600 9997) (750 9996) (900 9995)))[/B]
and the problematic groups:
Code:
;mage g50 armor
(group [B](index 9997)[/B] (item (80 382 0) (160 383 0) (240 384 0) (320 385 0) (400 386 0)))
;g50 knight armor
(group [B](index 9996)[/B] (item (80 372 0) (160 373 0) (240 374 0) (320 375 0) (400 376 0)))
;g50 archer armor
(group [B](index 9995)[/B] (item (80 377 0) (160 378 0) (240 379 0) (320 380 0) (400 381 0)))
The ItemGroup 1040 - global group, all monsters have it - Works fine
The ItemGroup 135 - Only the groups 731 (g50 weps), 2052 (money) and 322 (talismans) work. The groups that should drop g50 armor parts just aren't working! I've tried to increase the rates a lot but.. well, IRing for 30 minutes should drop it for sure I guess ...