Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

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
 
Junior Spellweaver
Joined
Jun 25, 2008
Messages
118
Reaction score
0
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
 
Master Summoner
Joined
May 31, 2008
Messages
524
Reaction score
1
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...
 
Legendary Battlemage
Joined
May 23, 2008
Messages
628
Reaction score
4
Re: [Release] small release, Big Puf Daddy drops 110 stuff

No offense or anything... but... COULD YOU STOP MAKING THESE >_>
 
Newbie Spellweaver
Joined
Feb 10, 2008
Messages
28
Reaction score
0
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
 
Legendary Battlemage
Loyal Member
Joined
May 18, 2008
Messages
614
Reaction score
53
Re: [Release] small release, Big Puf Daddy drops 110 stuff

completely agree with megoes, all this has been released before
 
Initiate Mage
Joined
Aug 8, 2008
Messages
4
Reaction score
0
Re: [Release] small release, Big Puf Daddy drops 110 stuff

IS THIS A RELEASE? GTFO

People, just look for guide how to change drops.
 
Newbie Spellweaver
Joined
Jul 8, 2008
Messages
32
Reaction score
1
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
Top