How To Configure Mob Drops [Help Needed]
How To Configure Mob Drops [Help Needed]
Hey everyone! Ive searched on the forumns high and low and read I believe damn near everything on how to configure a mob/HNM's drops.
From my understanding the tables to work with are
Mob Pools>Mob Groups>Mob Droplist
Mob pools to find the PoolID
Mob Group to find the group ID
and Droplist to change a specified drop
So for instance as an example, let's say I want Absolute Virtue to Drop the Kraken Club. So first is Mob pool for pool ID in this case AV is 21.
Next we hitup the group ID. With a pool ID of 21 and checking his zone ID of 33 and with his HP @66000 I know this is AV for sure so his group ID is 862 so his drop ID is 4.
Now in Mob Droplist it's simply adding a item to his drop pool to which ive done yet im still not understanding why the said item refuses to drop entirely.
Can anyone tell me exactly what I am doing wrong and if so point me in the right direction, im sure I was doing everything right but I have to be doing something wrong ^^I. Thank You In advance!
Also ive tried changing items in KB/Jormungand etc and still no success.
From my understanding the tables to work with are
Mob Pools>Mob Groups>Mob Droplist
Mob pools to find the PoolID
Mob Group to find the group ID
and Droplist to change a specified drop
So for instance as an example, let's say I want Absolute Virtue to Drop the Kraken Club. So first is Mob pool for pool ID in this case AV is 21.
Next we hitup the group ID. With a pool ID of 21 and checking his zone ID of 33 and with his HP @66000 I know this is AV for sure so his group ID is 862 so his drop ID is 4.
Now in Mob Droplist it's simply adding a item to his drop pool to which ive done yet im still not understanding why the said item refuses to drop entirely.
Can anyone tell me exactly what I am doing wrong and if so point me in the right direction, im sure I was doing everything right but I have to be doing something wrong ^^I. Thank You In advance!
Also ive tried changing items in KB/Jormungand etc and still no success.
Re: How To Configure Mob Drops [Help Needed]
Are you using INSERT INTO or REPLACE INTO?
Re: How To Configure Mob Drops [Help Needed]
@Desufire im sorry can can you please elaborate a little bit? all im doing is simply changing numbers. Nothing of the sort of what you mentioned though.
Re: How To Configure Mob Drops [Help Needed]
I misunderstood. Above you said you were adding the item. If all you're doing is changing an already existing item with a new one, it should work fine. Are you executing / importing the droplist after you've changed it?Vlera wrote:@Desufire im sorry can can you please elaborate a little bit? all im doing is simply changing numbers. Nothing of the sort of what you mentioned though.
Re: How To Configure Mob Drops [Help Needed]
could you describe what exactly you are changing and what programs you are using to do it?
Re: How To Configure Mob Drops [Help Needed]
What im trying to change is certain HNM drops. For instance i'll go into MobDropssql. Find the specific mob, Look at the droplist and change one of the non needed drops in they're pool to something different. All im using is just the basic Navicat aswell as all the regular tables you have when creating a server. For one reason or another when I change a specific drop to a different one it doesn't take effect ingame.
Re: How To Configure Mob Drops [Help Needed]
how are you changing it, though? are you editing the .sql file directly? editing the table in navicat by hand? running an UPDATE query on the database?
Re: How To Configure Mob Drops [Help Needed]
@KJlotus Changing the values in the specified tables by navicat, that's the only thing ive been doing. So for instance changing the # of the item under the ItemID.
Re: How To Configure Mob Drops [Help Needed]
just to be sure, you are committing your changes, yes? it's a checkmark at the bottom. then, you are completely restarting the server?
Re: How To Configure Mob Drops [Help Needed]
@kjlotus that was the exact problem! wasn't fully committing them >.>iii thank you very much. Feel so dumb right now lol