Help Make bosses drop items. (Glogicserver)

Joined
May 21, 2008
Messages
401
Reaction score
62
LOL at replies. if you want your boss to drop Rare Items make a .Genitem for example ( Veno Boss )



1.) Edit ur Item.isf and find the weapon you want to be dropped by the boss, then add the Gen Type ID


Example: Damascus Sets - 244 <- Gen Type ID
Dark Lunar Sets - 277 <- Gen Type ID
Sovereign Weapons - 301 <- Gen Type ID

2.) Create Boss_Veno.Genitem

//¹ß»ýÈ®À² %
GENRATE 100.0
//¹ß»ý°¹¼ö °³¼ö [max:5] %sum=100%
GENNUM 5 70 ( GEN NUM 5 <- How many Items do you want to be dropped and 70 is the percentage
GENNUM 6 50
GENNUM 7 30
//¹ß»ýÁ¾·ù Á¾·ù [max:10] %sum=100%
ITEMSPEC 244 20 // Damascus
ITEMSPEC 277 15 // Dark Lunar ( Red Numbers are The Gen Type ID)
ITEMSPEC 301 10 // Sove Weapons ( Blue Numbers are the Percentage )



3.) Save it and put it on the Glogicserver.rcc

4.) Put the Boss_Veno.Genitem on your Crow.mnsf and put the Gen Item on the Boss Mob
 
Upvote 0
Back
Top