- Joined
- Jul 16, 2008
- Messages
- 411
- Reaction score
- 0
this is a stupid script i made when i was bored.
it just makes it so snails drop Z-Helms
Here is the link
*UPDATED
To change the chance amount open the script in MySQL
It should like this:
The numbers in red are the chanses edit those
I know this is pretty useless but it is my first script
it just makes it so snails drop Z-Helms
Here is the link
To view the content, you need to sign in or register
*UPDATED
To change the chance amount open the script in MySQL
It should like this:
Code:
INSERT INTO monsterdrops
(`monsterid`, `itemid`, `chance`)
VALUES
(100101, 1002390, 1000000);
INSERT INTO monsterdrops
(`monsterid`, `itemid`, `chance`)
VALUES
(100101, 1002430, 1000000);
The numbers in red are the chanses edit those
Code:
INSERT INTO monsterdrops
(`monsterid`, `itemid`, `chance`)
VALUES
(100101, 1002390, [COLOR="Red"]1[/COLOR]);
INSERT INTO monsterdrops
(`monsterid`, `itemid`, `chance`)
VALUES
(100101, 1002430, [COLOR="red"]1[/COLOR]);
I know this is pretty useless but it is my first script
Last edited: