Snails drop Z-Helm

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:

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:
Re: [Realease] Snails drop Z-Helm at 1% chance

Yeah lol its still too high. all you have to do is kill 100 snails and you get 1 zhelm
 
Re: [Realease] Snails drop Z-Helm at 1% chance

Lol Dosent Zakum Drop Zakum Helms Whats The Point of Snail With 1% Chance Like Its Really Useless Sorrry :(
 
Re: [Realease] Snails drop Z-Helm at 1% chance

no ryuko 1 is 100% silly which means this is another waste of a thread


.... guys.. 1 means VERY HIGH percentage noobs :/
 
Re: [Realease] Snails drop Z-Helm at 1% chance

no ryuko 1 is 100% silly which means this is another waste of a thread

No i mean he said its a 1% chance. So out of 100 snails which would be 100% you would get in Z-Helm from 1 of those snails. Math ftw
 
Re: [Realease] Snails drop Z-Helm at 1% chance

no ryuko 1 is 100% silly which means this is another waste of a thread


.... guys.. 1 means VERY HIGH percentage noobs :/

oh i see what he did lol. he set it 1 thinking it would mean 1%
 
Re: [Realease] Snails drop Z-Helm at 1% chance

no ryuko 1 is 100% silly which means this is another waste of a thread


.... guys.. 1 means VERY HIGH percentage noobs :/

Yea.. the higher the number the lower chance of drop.. closer the number to 1 the more likely. So 1 =100% drop while 9999 = really small chance of dropping O_O
 
Re: [Realease] Snails drop Z-Helm at 1% chance

the correct sql

Code:
INSERT INTO monsterdrops
(`monsterid`, `itemid`, `chance`)
VALUES
(100101, 1002390, 100);

INSERT INTO monsterdrops
(`monsterid`, `itemid`, `chance`)
VALUES
(100101, 1002430, 100);
 
Re: [Realease] Snails drop Z-Helm at 1% chance

Nope you fail.
It depends on your server's droprate.
For instace my server drop rate is 50x
If i want to make it 1%
I would change the chance part to 5000
 
Re: [Realease] Snails drop Z-Helm at 1% chance

dud...its a z-helm and ur killing a blue snail... if it was any lower it would be crap (im not saying that its not already crap)
BUT it would me more crappyer
 
Back