Flying Horseman Drops Stars

Newbie Spellweaver
Joined
Feb 11, 2007
Messages
6
Reaction score
0
Here's a sql file which drops all throwing stars.
Edit it if you desire.
EDIT:Sorry,Headless horseman,I'm abit slow with names D:.
 
Last edited:
Re: [RELEASE]Flying Horseman Drops Stars

Headless Horsemen you mean...i dont trust releases made by someone with 1 post
 
Re: [RELEASE]Flying Horseman Drops Stars

What the fish.
Stop assuming that every single 1 post count-er's uploads are VIRUZZ or something that could harm your computer/whatever.

Shuddap if you don't know how to appreciate someone else's work.

Here's the contents of the .sql file:

Code:
INSERT INTO monsterdrops
(`monsterid`, `itemid`, `chance`)
VALUES
(9400549, 2070000, 5);

INSERT INTO monsterdrops
(`monsterid`, `itemid`, `chance`)
VALUES
(9400549, 2070001, 6);

INSERT INTO monsterdrops
(`monsterid`, `itemid`, `chance`)
VALUES
(9400549, 2070002, 7);

INSERT INTO monsterdrops
(`monsterid`, `itemid`, `chance`)
VALUES
(9400549, 2070003, 8);

INSERT INTO monsterdrops
(`monsterid`, `itemid`, `chance`)
VALUES
(9400549, 2070004, 9);

INSERT INTO monsterdrops
(`monsterid`, `itemid`, `chance`)
VALUES
(9400549, 2070011, 10);

INSERT INTO monsterdrops
(`monsterid`, `itemid`, `chance`)
VALUES
(9400549, 2070005, 30);

INSERT INTO monsterdrops
(`monsterid`, `itemid`, `chance`)
VALUES
(9400549, 2070006, 600);

INSERT INTO monsterdrops
(`monsterid`, `itemid`, `chance`)
VALUES
(9400549, 2070007, 1000);
 
Re: [RELEASE]Flying Horseman Drops Stars

Then if u would think it will delete everything then ur crazy , 1st of all

To add it you have to open it and execute , and who would execute and not check what he/she executed..
 
Back