|
||
|
|||||||
| Custom Script Release Archive This is a pre-script database archive of what our users had released. |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Join Date: Aug 2003
Age: 27
Posts: 134
|
I made this file for everyone who, like me, was having major issues with making this work.
Now all this information is available on here, but you have to search through pages of stuff. I figure I would help make this more efficient. Let me point out I did hardly anything but follow the directions of the creators, and other fellow members. So here is for those of you having problems like me! *edit Feb 13 2006* Fixed BaseCreature.cs Last edited by Celestria; 02-13-2006 at 10:56 AM. |
|
|
|
|
#3 (permalink) |
|
Join Date: May 2003
Posts: 303
|
Curious,
In your basecreature.cs file you removed to instances of the following code: Code:
PackItem( reg );
if ( Daat99OWLTR.Ops[5].Setting )
{
if (Utility.Random(100) == 50)
PackItem( new CraftingRecipe( 0 ) );
amount = Utility.RandomMinMax( 1, amount );
if (amount > 4)
amount = 4;
switch ( amount )
{
case 1: default: amount = Utility.RandomMinMax(1, 3); break;
case 2: amount = Utility.RandomMinMax(2, 4); break;
case 3: amount = Utility.RandomMinMax(3, 5); break;
case 4: amount = Utility.RandomMinMax(4, 6); break;
}
int check = 3, level = amount;
if (level < check)
check = level;
while (check != 0)
{
if (check > 2)
PackItem( new CraftingRecipe( level ) );
else
PackItem( new CraftingRecipe( Utility.RandomMinMax( 1, amount ) ) );
level--;
check--;
}
Thanks Anvil |
|
|
|
|
#4 (permalink) | |
|
RunUO Forum Moderator
|
Quote:
__________________
I always try to help
![]() Sometimes, I don't know how.... ![]() My Web Page Forum Rules ------------------------------------------------------------- Extensive OWLTR System | Token System | World Teleporters ------------------------------------------------------------- |
|
|
|
|
|
#6 (permalink) | |
|
RunUO Forum Moderator
|
Quote:
![]()
__________________
I always try to help
![]() Sometimes, I don't know how.... ![]() My Web Page Forum Rules ------------------------------------------------------------- Extensive OWLTR System | Token System | World Teleporters ------------------------------------------------------------- |
|
|
|
|
|
#8 (permalink) | |
|
RunUO Forum Moderator
|
Quote:
__________________
I always try to help
![]() Sometimes, I don't know how.... ![]() My Web Page Forum Rules ------------------------------------------------------------- Extensive OWLTR System | Token System | World Teleporters ------------------------------------------------------------- |
|
|
|
|
|
#9 (permalink) | |
|
Join Date: May 2003
Posts: 303
|
Quote:
Anvil |
|
|
|
|
|
#10 (permalink) | |
|
Join Date: Aug 2003
Age: 27
Posts: 134
|
Quote:
I just heard feminists roll over in their graves! lol ![]() |
|
|
|
|
|
#12 (permalink) | |
|
RunUO Forum Moderator
|
Quote:
Let me explain this to you, even tho now I'll sound stupid because it got out of the jokes category (not that I sound smart otherwise). You have a "guy", a "guy" that spend 24/7 around a computer. Since he's a "guy" and he's 24/7 around the computer he doesn't know anything that isn't related to that. So basically he know 2 things: 1. "Guy". 2. "Computer".
__________________
I always try to help
![]() Sometimes, I don't know how.... ![]() My Web Page Forum Rules ------------------------------------------------------------- Extensive OWLTR System | Token System | World Teleporters ------------------------------------------------------------- |
|
|
|
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|