small release, Big Puf Daddy drops 110 stuff

Newbie Spellweaver
Joined
Feb 10, 2008
Messages
28
Reaction score
0
Just run this query in mysql
PHP:
INSERT INTO monsterdrops
(`monsterid`, `itemid`, `chance`)
VALUES
(9400569, 1052075,1);
INSERT INTO monsterdrops
(`monsterid`, `itemid`, `chance`)
VALUES
(9400569, 1002551,1);
INSERT INTO monsterdrops
(`monsterid`, `itemid`, `chance`)
VALUES
(9400569, 1072273,1);
INSERT INTO monsterdrops
(`monsterid`, `itemid`, `chance`)
VALUES
(9400569, 1082168,1);
INSERT INTO monsterdrops
(`monsterid`, `itemid`, `chance`)
VALUES
(9400569, 1052076,1);
INSERT INTO monsterdrops
(`monsterid`, `itemid`, `chance`)
VALUES
(9400569, 1082164,1);
INSERT INTO monsterdrops
(`monsterid`, `itemid`, `chance`)
VALUES
(9400569, 1002401,1);
INSERT INTO monsterdrops
(`monsterid`, `itemid`, `chance`)
VALUES
(9400569, 1072268,1);
INSERT INTO monsterdrops
(`monsterid`, `itemid`, `chance`)
VALUES
(9400569, 1052072,1);
INSERT INTO monsterdrops
(`monsterid`, `itemid`, `chance`)
VALUES
(9400569, 1082167,1);
INSERT INTO monsterdrops
(`monsterid`, `itemid`, `chance`)
VALUES
(9400569, 1002550,1);
INSERT INTO monsterdrops
(`monsterid`, `itemid`, `chance`)
VALUES
(9400569, 1072272,1);
INSERT INTO monsterdrops
(`monsterid`, `itemid`, `chance`)
VALUES
(9400569, 1052071,1);
INSERT INTO monsterdrops
(`monsterid`, `itemid`, `chance`)
VALUES
(9400569, 1082163,1);
INSERT INTO monsterdrops
(`monsterid`, `itemid`, `chance`)
VALUES
(9400569, 1002547,1);
INSERT INTO monsterdrops
(`monsterid`, `itemid`, `chance`)
VALUES
(9400569, 1072227,1);


your server may need a restart for this
 
Re: [Release] small release, Big Puf Daddy drops 110 stuff

actually it can be for anything. just replace all the 9400569 with the other monster code you'd like
 
Re: [Release] small release, Big Puf Daddy drops 110 stuff

I'm pretty sure that this has already been released. Maybe you should work on something that hasn't been released...
 
Re: [Release] small release, Big Puf Daddy drops 110 stuff

stop making what?
i only released this and a happyville release ?.?
btw. if you post a link to someone that already released this, i will notice it, and post a link with it
 
Re: [Release] small release, Big Puf Daddy drops 110 stuff

IS THIS A RELEASE? GTFO

People, just look for guide how to change drops.
 
Re: [Release] small release, Big Puff Daddy drops 110 stuff

It takes time for someone to have that SQL typed out.
ANd it sure takes longer THAN what you are typing here, flaming here... Instead of all these why not learn to appreciate what others is using their own time to type that small small release.

And it is not that easy to find items IDs though.

Anyway, i am going to use this script but not big puff daddy though. I'm going to add this to anego =D
 
Back