All Helbreath Server Source Discussion here.
asdfd
Regular
Posts: 47 Joined: Sat Nov 13, 2004 7:27 am
Post
by asdfd » Mon Nov 14, 2005 1:40 am
I followed the code from the other +3 topic so my upgrade success code looks like this
Code: Select all
switch (iValue) {
case 0: iProb = 33; break; // +1 :90% +1~+2
case 1: iProb = 33; break; // +2 :80% +3
case 2: iProb = 20; break; // +3 :48% +4
case 3: iProb = 15; break; // +4 :24% +5
case 4: iProb = 10; break; // +5 :9.6% +6
case 5: iProb = 10; break; // +6 :2.8% +7
case 6: iProb = 8; break; // +7 :0.57% +8
case 7: iProb = 8; break; // +8 :0.05% +9
case 8: iProb = 5; break; // +9 :0.004% +10
case 9: iProb = 3; break; // +10:0.00016%
default: iProb = 1; break;
}
But it's still failing. Any tips?
Ice-T
Loyal fan
Posts: 262 Joined: Sat Oct 18, 2003 8:51 am
Location: nowere
Post
by Ice-T » Mon Nov 14, 2005 1:54 am
what do u think iProb is?
asdfd
Regular
Posts: 47 Joined: Sat Nov 13, 2004 7:27 am
Post
by asdfd » Mon Nov 14, 2005 2:13 am
Originally the first iProb was 30, and on the side note it said that mean't to +1 its 90% chance right? so I put 33 for 99% just to see if it'd help a little.
maku
Regular
Posts: 42 Joined: Sat Dec 11, 2004 5:10 am
Post
by maku » Mon Nov 14, 2005 9:42 am
put 100 no fail
:ph34r:
Cleroth
Loyal fan
Posts: 416 Joined: Wed Jun 16, 2004 7:08 pm
Post
by Cleroth » Mon Nov 14, 2005 4:40 pm
asdfd wrote: Originally the first iProb was 30, and on the side note it said that mean't to +1 its 90% chance right? so I put 33 for 99% just to see if it'd help a little.
LOL!