Snails drop Z-Helm

Elite Diviner
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:
Legendary Battlemage
Loyal Member
Joined
Apr 8, 2008
Messages
667
Reaction score
12
Re: [Realease] Snails drop Z-Helm at 1% chance

Yo thats nutzz :p

Nice :)
 
Skilled Illusionist
Loyal Member
Joined
May 5, 2008
Messages
352
Reaction score
0
Re: [Realease] Snails drop Z-Helm at 1% chance

thats honestly retarded
 
Skilled Illusionist
Joined
Apr 17, 2008
Messages
386
Reaction score
0
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
 
Newbie Spellweaver
Joined
Jul 1, 2008
Messages
69
Reaction score
0
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 :(
 
Skilled Illusionist
Loyal Member
Joined
May 5, 2008
Messages
352
Reaction score
0
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 :/
 
Skilled Illusionist
Joined
Apr 17, 2008
Messages
386
Reaction score
0
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
 
Skilled Illusionist
Joined
Apr 17, 2008
Messages
386
Reaction score
0
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%
 
Junior Spellweaver
Joined
Jun 25, 2008
Messages
172
Reaction score
0
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
 
Master Summoner
Loyal Member
Joined
Jul 22, 2008
Messages
573
Reaction score
0
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);
 
Skilled Illusionist
Loyal Member
Joined
May 5, 2008
Messages
352
Reaction score
0
Re: [Realease] Snails drop Z-Helm at 1% chance

ryuko read the script

(100101, 1002430, 1);
 
Junior Spellweaver
Joined
Apr 20, 2008
Messages
123
Reaction score
0
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);

No, just no.
 
Legendary Battlemage
Joined
May 23, 2008
Messages
628
Reaction score
4
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
 
Elite Diviner
Joined
Jul 16, 2008
Messages
411
Reaction score
0
Re: [Realease] Snails drop Z-Helm at 1% chance

o oops ill update it
 
Legendary Battlemage
Joined
May 23, 2008
Messages
628
Reaction score
4
Re: [Realease] Snails drop Z-Helm at 1% chance

Noob. Go back to MPC.
 
Elite Diviner
Joined
Jul 16, 2008
Messages
411
Reaction score
0
Re: [Realease] Snails drop Z-Helm at 1% chance

ok i fixed it
 
Elite Diviner
Joined
Jul 16, 2008
Messages
411
Reaction score
0
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
 
Newbie Spellweaver
Joined
Jun 17, 2008
Messages
46
Reaction score
0
Re: [Realease] Snails drop Z-Helm at 1% chance

So what is the point of this release?
 
Elite Diviner
Joined
Jul 16, 2008
Messages
411
Reaction score
0
Re: [Realease] Snails drop Z-Helm at 1% chance

uhh...its for noobs that are to lazy to kill zakum :)
 
Back
Top