[Help] Monsters won't drop

01/11/2011 20:49 Nolimitation#1
Hi guys, I have been working on my server and have changed monsters to drop certain things, it has been working fine since today, I checked to see if everything was fine but no monsters are dropping any items, I've checked in my database and monsters still have there drop item rule and also in the drop item rule table nothing has changed either, if anyone know how to fix this, it will be very cool, thanks.
01/11/2011 20:54 cyberghoser1#2
did you also change the chance of drop?
01/11/2011 20:59 Nolimitation#3
Yep
01/11/2011 21:04 stedabest321#4
Make sure the IDS are Exacly the same and you put the chances exacly the same try that
01/11/2011 21:15 Nolimitation#5
Still no change, I've set the superbeasts to drop certain items, I've also made 4 new dropitem rules and linked 3 of them to that. The 4th I used to make the lost sirens drop special XP balls, all was working fine.
01/11/2011 21:31 stedabest321#6
Well here is Somthing i made for Cronus mobs maybe u can take look and see if it looks the same ? or kind of the same .

Quote:
INSERT INTO `cq_monstertype` VALUES ('10018', 'CronusMonster', '0299', '0468', '0', '0', '0600', '00', '0700', '0350', '2000', '0000', '0030', '0000', '0000', '0000', '0000', '0001', '0015', '0000', '1000', '0000', '0750', '32771', '0000', '0000', '0005', '0000', '0000', '099', '099', '099', '099', '099', '099', '099', '0000', '6090000', '0000', '0000', '0000', '0025', '0000', '0000', '0000', '0000', '0000', '5000000', '000', '0000000000', '0000000000', '0000000000', '0000000000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');

INSERT INTO `cq_dropitemrule` VALUES ('500', '5000000', '0002', '6090000'724041', '724041', '420044', '724041', '724041', '724041', '420044', '724041', '724041', '724041', '420044', '724041', '724041', '724041', '420044');
RED = DropRule
BLUE = Drop chance

Did this help ?
01/11/2011 21:54 Nolimitation#7
no mate, didn't change anything, I did it like that anywhere but manually instead of querie, I've even changed the monstertype table back to a older version, My only guess is that maybe i've changed a ID by accident in the dropitemrule table, and it's making other things fail, Going to back that table up, hope it works then re-edit things if it does, but I appreciate your help none the less.
01/11/2011 22:21 stedabest321#8
Thanks, if you would like to add me to MSN bro, just send me your MSN in a PM i will add you then if you need instant help i can help
01/13/2011 14:33 King_Arthur#9
Quote:
Originally Posted by Nolimitation View Post
no mate, didn't change anything, I did it like that anywhere but manually instead of querie, I've even changed the monstertype table back to a older version, My only guess is that maybe i've changed a ID by accident in the dropitemrule table, and it's making other things fail, Going to back that table up, hope it works then re-edit things if it does, but I appreciate your help none the less.
It's always better to use a query instead of "manually" changing things for this reason, especially when you are doing it to more then one record. It's one of the main features of relational databases.