Go Back   RunUO - Ultima Online Emulation > RunUO > Custom Script Release Archive

Custom Script Release Archive This is a pre-script database archive of what our users had released.

 
 
Thread Tools Display Modes
Old 06-29-2006, 06:20 PM   #26 (permalink)
Forum Novice
 
Join Date: May 2004
Location: Canada
Age: 35
Posts: 158
Default

I have a quick ?, I tryed makin a hitching post but i keep getting a message saying: you don't have the required skills to attempt this item, any idea's y or what am i doing wrong, ohh btw i have all skills set to 120
dragonlady is offline  
Old 06-29-2006, 06:25 PM   #27 (permalink)
Forum Newbie
 
Join Date: Sep 2004
Age: 51
Posts: 62
Default powerscrolls

I just found this out last night as I was testing on my admin char and was fizzling doing earthquake at 150 skill level and couldn't tame a mondain steed with min taming of 119 when I had 150 taming. Seems even as staff now you have to eat a powerscroll to get your skills past 100 cap. In other words it's reading your skill level at 100 even when you set it to 120 until you eat a 120 powerscroll to raise that skills cap to 120. My admin char ate 150 powerscrolls in most major skills then I set the skills to 150 and had no problems using the skills. Seems that is something new with runuo2
dutch331 is offline  
Old 06-29-2006, 06:39 PM   #28 (permalink)
Forum Novice
 
Join Date: May 2004
Location: Canada
Age: 35
Posts: 158
Default

omg i didn't know that, too funny, ty for this learn something new everyday hehe, btw it worked tks for the tip
dragonlady is offline  
Old 06-29-2006, 07:00 PM   #29 (permalink)
 
Join Date: Mar 2004
Age: 24
Posts: 8
Default

these's are the errors i'm getting, i edited the distro files myself, tho i am new to this and might have done something wrong somewhere
Code:
RunUO - [www.runuo.com] Version 2.0, Build 2357.32527
Core: Running on .NET Framework Version 2.0.50727
Scripts: Compiling C# scripts...failed (6 errors, 1 warnings)
Warnings:
 + Engines/AI/Creature/BaseCreature.cs:
    CS1717: Line 3128: Assignment made to same variable; did you mean to assign
something else?
Errors:
 + Engines/AI/Creature/BaseCreature.cs:
    CS0117: Line 2955: 'Server.Mobiles.BaseCreature' does not contain a definiti
on for 'controlled'
    CS0117: Line 3026: 'Server.Mobiles.BaseCreature' does not contain a definiti
on for 'controlled'
    CS0117: Line 3092: 'Server.Mobiles.BaseCreature' does not contain a definiti
on for 'controlled'
    CS0117: Line 3710: 'Server.Mobiles.BaseCreature' does not contain a definiti
on for 'controlled'
 + Custom/FSAnimalTaming2.0-Beta/Commands/ShrinkCommand.cs:
    CS0117: Line 62: 'Server.Mobiles.EvolutionDragon' does not contain a definit
ion for 'KP'
    CS0117: Line 63: 'Server.Mobiles.EvolutionDragon' does not contain a definit
ion for 'Stage'
    CS0117: Line 64: 'Server.Mobiles.EvolutionDragon' does not contain a definit
ion for 'HasEgg'
    CS0117: Line 66: 'Server.Mobiles.EvolutionDragon' does not contain a definit
ion for 'Pregnant'
    CS0117: Line 67: 'Server.Mobiles.EvolutionDragon' does not contain a definit
ion for 'S1'
    CS0117: Line 68: 'Server.Mobiles.EvolutionDragon' does not contain a definit
ion for 'S2'
    CS0117: Line 69: 'Server.Mobiles.EvolutionDragon' does not contain a definit
ion for 'S3'
    CS0117: Line 70: 'Server.Mobiles.EvolutionDragon' does not contain a definit
ion for 'S4'
    CS0117: Line 71: 'Server.Mobiles.EvolutionDragon' does not contain a definit
ion for 'S5'
    CS0117: Line 72: 'Server.Mobiles.EvolutionDragon' does not contain a definit
ion for 'S6'
 + Custom/FSAnimalTaming2.0-Beta/Items/New Potions/PetShrinkPotion.cs:
    CS0117: Line 141: 'Server.Mobiles.EvolutionDragon' does not contain a defini
tion for 'KP'
    CS0117: Line 142: 'Server.Mobiles.EvolutionDragon' does not contain a defini
tion for 'Stage'
    CS0117: Line 143: 'Server.Mobiles.EvolutionDragon' does not contain a defini
tion for 'HasEgg'
    CS0117: Line 145: 'Server.Mobiles.EvolutionDragon' does not contain a defini
tion for 'Pregnant'
    CS0117: Line 146: 'Server.Mobiles.EvolutionDragon' does not contain a defini
tion for 'S1'
    CS0117: Line 147: 'Server.Mobiles.EvolutionDragon' does not contain a defini
tion for 'S2'
    CS0117: Line 148: 'Server.Mobiles.EvolutionDragon' does not contain a defini
tion for 'S3'
    CS0117: Line 149: 'Server.Mobiles.EvolutionDragon' does not contain a defini
tion for 'S4'
    CS0117: Line 150: 'Server.Mobiles.EvolutionDragon' does not contain a defini
tion for 'S5'
    CS0117: Line 151: 'Server.Mobiles.EvolutionDragon' does not contain a defini
tion for 'S6'
 + Custom/FSAnimalTaming2.0-Beta/Items/HitchingPost.cs:
    CS0117: Line 158: 'Server.Mobiles.EvolutionDragon' does not contain a defini
tion for 'KP'
    CS0117: Line 159: 'Server.Mobiles.EvolutionDragon' does not contain a defini
tion for 'Stage'
    CS0117: Line 160: 'Server.Mobiles.EvolutionDragon' does not contain a defini
tion for 'HasEgg'
    CS0117: Line 162: 'Server.Mobiles.EvolutionDragon' does not contain a defini
tion for 'Pregnant'
    CS0117: Line 163: 'Server.Mobiles.EvolutionDragon' does not contain a defini
tion for 'S1'
    CS0117: Line 164: 'Server.Mobiles.EvolutionDragon' does not contain a defini
tion for 'S2'
    CS0117: Line 165: 'Server.Mobiles.EvolutionDragon' does not contain a defini
tion for 'S3'
    CS0117: Line 166: 'Server.Mobiles.EvolutionDragon' does not contain a defini
tion for 'S4'
    CS0117: Line 167: 'Server.Mobiles.EvolutionDragon' does not contain a defini
tion for 'S5'
    CS0117: Line 168: 'Server.Mobiles.EvolutionDragon' does not contain a defini
tion for 'S6'
 + Custom/FSAnimalTaming2.0-Beta/Items/PetLeash.cs:
    CS0117: Line 166: 'Server.Mobiles.EvolutionDragon' does not contain a defini
tion for 'KP'
    CS0117: Line 167: 'Server.Mobiles.EvolutionDragon' does not contain a defini
tion for 'Stage'
    CS0117: Line 168: 'Server.Mobiles.EvolutionDragon' does not contain a defini
tion for 'HasEgg'
    CS0117: Line 170: 'Server.Mobiles.EvolutionDragon' does not contain a defini
tion for 'Pregnant'
    CS0117: Line 171: 'Server.Mobiles.EvolutionDragon' does not contain a defini
tion for 'S1'
    CS0117: Line 172: 'Server.Mobiles.EvolutionDragon' does not contain a defini
tion for 'S2'
    CS0117: Line 173: 'Server.Mobiles.EvolutionDragon' does not contain a defini
tion for 'S3'
    CS0117: Line 174: 'Server.Mobiles.EvolutionDragon' does not contain a defini
tion for 'S4'
    CS0117: Line 175: 'Server.Mobiles.EvolutionDragon' does not contain a defini
tion for 'S5'
    CS0117: Line 176: 'Server.Mobiles.EvolutionDragon' does not contain a defini
tion for 'S6'
 + Custom/FSAnimalTaming2.0-Beta/Shrink System/ShrinkItem.cs:
    CS0117: Line 248: 'Server.Mobiles.EvolutionDragon' does not contain a defini
tion for 'KP'
    CS0117: Line 249: 'Server.Mobiles.EvolutionDragon' does not contain a defini
tion for 'Stage'
    CS0117: Line 250: 'Server.Mobiles.EvolutionDragon' does not contain a defini
tion for 'HasEgg'
    CS0117: Line 252: 'Server.Mobiles.EvolutionDragon' does not contain a defini
tion for 'Pregnant'
    CS0117: Line 253: 'Server.Mobiles.EvolutionDragon' does not contain a defini
tion for 'S1'
    CS0117: Line 254: 'Server.Mobiles.EvolutionDragon' does not contain a defini
tion for 'S2'
    CS0117: Line 255: 'Server.Mobiles.EvolutionDragon' does not contain a defini
tion for 'S3'
    CS0117: Line 256: 'Server.Mobiles.EvolutionDragon' does not contain a defini
tion for 'S4'
    CS0117: Line 257: 'Server.Mobiles.EvolutionDragon' does not contain a defini
tion for 'S5'
    CS0117: Line 258: 'Server.Mobiles.EvolutionDragon' does not contain a defini
tion for 'S6'
    CS0117: Line 1210: 'Server.Mobiles.EvolutionDragon' does not contain a defin
ition for 'KP'
    CS0117: Line 1211: 'Server.Mobiles.EvolutionDragon' does not contain a defin
ition for 'Stage'
    CS0117: Line 1212: 'Server.Mobiles.EvolutionDragon' does not contain a defin
ition for 'HasEgg'
    CS0117: Line 1214: 'Server.Mobiles.EvolutionDragon' does not contain a defin
ition for 'Pregnant'
    CS0117: Line 1215: 'Server.Mobiles.EvolutionDragon' does not contain a defin
ition for 'S1'
    CS0117: Line 1216: 'Server.Mobiles.EvolutionDragon' does not contain a defin
ition for 'S2'
    CS0117: Line 1217: 'Server.Mobiles.EvolutionDragon' does not contain a defin
ition for 'S3'
    CS0117: Line 1218: 'Server.Mobiles.EvolutionDragon' does not contain a defin
ition for 'S4'
    CS0117: Line 1219: 'Server.Mobiles.EvolutionDragon' does not contain a defin
ition for 'S5'
    CS0117: Line 1220: 'Server.Mobiles.EvolutionDragon' does not contain a defin
ition for 'S6'
Scripts: One or more scripts failed to compile or no script files were found.
 - Press return to exit, or R to try again.
Linqist is offline  
Old 06-29-2006, 07:13 PM   #30 (permalink)
Forum Newbie
 
Join Date: Sep 2004
Age: 51
Posts: 62
Default most welcome

Quote:
omg i didn't know that, too funny, ty for this learn something new everyday hehe, btw it worked tks for the tip
Your most welcome, first time I actually knew enough to be able to help someone. Feels kinda good!!
dutch331 is offline  
Old 06-30-2006, 03:42 AM   #31 (permalink)
Forum Novice
 
Join Date: Jul 2004
Age: 41
Posts: 163
Default

Hello...

I tried doing it all over again now Im getting the following error:
RunUO - [www.runuo.com] Version 2.0, Build 2357.32527
Core: Running on .NET Framework Version 2.0.50727
Scripts: Compiling C# scripts...failed (1 errors, 0 warnings)
Errors:
+ Mobiles/PlayerMobile.cs:
CS0234: Line 2349: The type or namespace name 'TamingBOBFilter' does not exi
st in the namespace 'Server.Engines.BulkOrders' (are you missing an assembly ref
erence?)
CS0234: Line 2356: The type or namespace name 'TamingBOBFilter' does not exi
st in the namespace 'Server.Engines.BulkOrders' (are you missing an assembly ref
erence?)
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.

Should it be BODFilter?
darkoverlord is offline  
 

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5