[Help] Ancient Drop from monsters and luck opt

Status
Not open for further replies.
Junior Spellweaver
Joined
Dec 13, 2004
Messages
164
Reaction score
14
Hi, I am trying to find out where to set the options for the drops of ancient items from mobs.
For example in Kalima the red lobster looking like mobs drop ancient items.
Where can i set it to drop more ancient with luck option (increase luck rate) or even set some other mobs to drop ancient items.
Anyone knows ?
I am using the chs version on a 102.k server.

Thanks
 
Re: [HELP]Ancient Drop from monsters and luck opt

im looking for something similar to this too.

My thought is it may be an eventbag - but I haven't found one I can associate with a specific group -- I'm sure it's just because I have only some of the eventitembags that i can read in my server files.

I'll keep looking, Let me know if you find out for sure, and I will do the same.

GL amigo
 
Upvote 0
Re: [HELP]Ancient Drop from monsters and luck opt

Well... this changes item options a bit:

Code:
#Excelent and Simple Drop +Skill + Luck
ExcellentSkill    = 40  ; Excellent +Skill Drop Rate
ExcellenceLucky    = 40  ; Excellent +Luck Drop Rate
GeneralSkills    = 50  ; Simple +Skill Drop Rate (Simple = NoN Excellent)
GeneralLucky    = 50  ; Simple +Luck Drop Rate (Simple = NoN Excellent)

Code:
#+16 , +12 , +8 and +4 Aditional Item Drop Rate
Warrant16    = 50  ; +16 Aditional Item Drop Rate
Warrant12    = 50  ; +12 Aditional Item Drop Rate
Warrant8    = 50  ; +8 Aditional Item Drop Rate
Warrant4    = 50  ; +4 Aditional Item Drop Rate

it can be found in GameServer ... dandanweb config settings
 
Upvote 0
Status
Not open for further replies.
Back