|
||
|
|||||||
| Custom Script Release Archive This is a pre-script database archive of what our users had released. |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Forum Novice
Join Date: Dec 2005
Age: 33
Posts: 105
|
ive changed this line up and down... Am i over looking a second command line somewhere ??? I want tot's to spawn at a fairly easy rate ... So far changing this up and down no one has gotten any tot's ...
HTML Code:
pm.ToTTotalMonsterFame += (int)(bc.Fame * (1 + Math.Sqrt( pm.Luck ) / 100)); TY in advance for any help on this ..... |
|
|
|
|
#2 (permalink) |
|
Master of the Internet
|
that line does not affect the chance for them - these do:
Code:
//const double A = 8.63316841 * Math.Pow( 10, -4 ); const double A = 0.000863316841; //const double B = 4.25531915 * Math.Pow( 10, -6 ); const double B = 0.00000425531915; double chance = A * Math.Pow( 10, B * x ); to more like this: const double A = 0.001; or this const double B = 0.00000425531915; to this: const double B = 0.000005; i would mess more with changing "A" around - be caoune be very very toucnh on it just raise it up in spurts but looking at that formula, these are meant to be very very very rare
__________________
http://www.AoAUO.com
:) ..... Come for the Customs, Play for the Fun. Return to see your new Friends ..... :) |
|
|
|
|
#5 (permalink) |
|
Master of the Internet
|
treasures of tukono is also the file name
__________________
http://www.AoAUO.com
:) ..... Come for the Customs, Play for the Fun. Return to see your new Friends ..... :) |
|
|
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|