RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Almost every ML Item

xxx007xxx

Sorceror
ok im noob but i try

RunUO - [www.runuo.com] Version 1.0.0, Build 36918
Scripts: Compiling C# scripts...failed (3 errors, 0 warnings)
- Error: Scripts\Items\Weapons\Abilities\Dismount.cs: CS0234: (line 3, column 2
1) The type or namespace name 'Ninjitsu' does not exist in the class or namespac
e 'Server.Spells' (are you missing an assembly reference?)
- Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0234: (line 5, col
umn 21) The type or namespace name 'Bushido' does not exist in the class or name
space 'Server.Spells' (are you missing an assembly reference?)
- Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0234: (line 6, col
umn 21) The type or namespace name 'Ninjitsu' does not exist in the class or nam
espace 'Server.Spells' (are you missing an assembly reference?)
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.


after put ability i got this error
i remove some code from WeaponAbility.cs and put old Dismount.cs.
now i got no error but i dont know if it work.
Can some one try my fix and say me if it work or maby fix this 2 file.
View attachment 5907
 

matchstick

Sorceror
ok ive been trying to figure this out. when i first try to run it i get this error
Code:
RunUO - [www.runuo.com] Version 1.0.0, Build 36918
Scripts: Compiling C# scripts...failed (1 errors, 0 warnings)
 - Error: Scripts\Items\Weapons\Abilities\Dismount.cs: CS0234: (line 3, column 2
1) The type or namespace name 'Ninjitsu' does not exist in the class or namespac
e 'Server.Spells' (are you missing an assembly reference?)
Scripts: One or more scripts failed to compile or no script files were found.
 - Press return to exit, or R to try again.

so i comment out the Server.Spells.Ninjitsu; and i get a bunch more errors
Code:
RunUO - [www.runuo.com] Version 1.0.0, Build 36918
Scripts: Compiling C# scripts...failed (26 errors, 10 warnings)
 - Warning: Scripts\Customs\New\Items\TravelWand.cs: CS0108: (line 19, column 31
) The keyword new is required on 'Server.Items.TravelWand.Weight' because it hid
es inherited member 'Server.Item.Weight'
 - Warning: Scripts\Customs\ML\AquariumEastAddon.cs: CS0219: (line 22, column 19
) The variable 'ac' is assigned but its value is never used
 - Warning: Scripts\Customs\ML\AquariumSouthAddon.cs: CS0219: (line 22, column 1
9) The variable 'ac' is assigned but its value is never used
 - Warning: Scripts\Spells\Base\Spell.cs: CS0162: (line 173, column 4) Unreachab
le code detected
 - Warning: Scripts\Customs\ML\ElvenBedEastAddon.cs: CS0219: (line 22, column 19
) The variable 'ac' is assigned but its value is never used
 - Warning: Scripts\Customs\ML\ElvenBedSouthAddon.cs: CS0219: (line 22, column 1
9) The variable 'ac' is assigned but its value is never used
 - Warning: Scripts\Customs\ML\ParrotPerchEastAddon.cs: CS0219: (line 21, column
 19) The variable 'ac' is assigned but its value is never used
 - Warning: Scripts\Customs\ML\ParrotPerchSouthAddon.cs: CS0219: (line 21, colum
n 19) The variable 'ac' is assigned but its value is never used
 - Warning: Scripts\Customs\ML\StoneCoffinEastAddon.cs: CS0219: (line 22, column
 19) The variable 'ac' is assigned but its value is never used
 - Warning: Scripts\Customs\ML\StoneCoffinSouthAddon.cs: CS0219: (line 22, colum
n 19) The variable 'ac' is assigned but its value is never used
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0117: (line 263, c
olumn 4) 'Server.Mobile' does not contain a definition for 'CanReveal'
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 265, c
olumn 9) The type or namespace name 'HonorableExecution' could not be found (are
 you missing a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 267, c
olumn 17) The type or namespace name 'SetNewSpell' could not be found (are you m
issing a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 269, c
olumn 5) The type or namespace name 'HonorableExecution' could not be found (are
 you missing a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 272, c
olumn 9) The type or namespace name 'LightningStrike' could not be found (are yo
u missing a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 274, c
olumn 17) The type or namespace name 'SetNewSpell' could not be found (are you m
issing a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 276, c
olumn 5) The type or namespace name 'LightningStrike' could not be found (are yo
u missing a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 279, c
olumn 9) The type or namespace name 'MomentumStrike' could not be found (are you
 missing a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 281, c
olumn 17) The type or namespace name 'SetNewSpell' could not be found (are you m
issing a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 283, c
olumn 5) The type or namespace name 'MomentumStrike' could not be found (are you
 missing a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 286, c
olumn 9) The type or namespace name 'FocusAttack' could not be found (are you mi
ssing a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 288, c
olumn 17) The type or namespace name 'SetNewSpell' could not be found (are you m
issing a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 290, c
olumn 5) The type or namespace name 'FocusAttack' could not be found (are you mi
ssing a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 295, c
olumn 6) The type or namespace name 'FocusAttack' could not be found (are you mi
ssing a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 298, c
olumn 9) The type or namespace name 'DeathStrike' could not be found (are you mi
ssing a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 300, c
olumn 17) The type or namespace name 'SetNewSpell' could not be found (are you m
issing a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 302, c
olumn 5) The type or namespace name 'DeathStrike' could not be found (are you mi
ssing a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 305, c
olumn 9) The type or namespace name 'KiAttack' could not be found (are you missi
ng a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 307, c
olumn 17) The type or namespace name 'SetNewSpell' could not be found (are you m
issing a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 309, c
olumn 5) The type or namespace name 'KiAttack' could not be found (are you missi
ng a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 312, c
olumn 9) The type or namespace name 'SurpriseAttack' could not be found (are you
 missing a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 314, c
olumn 17) The type or namespace name 'SetNewSpell' could not be found (are you m
issing a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 316, c
olumn 5) The type or namespace name 'SurpriseAttack' could not be found (are you
 missing a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 319, c
olumn 9) The type or namespace name 'Backstab' could not be found (are you missi
ng a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 321, c
olumn 17) The type or namespace name 'SetNewSpell' could not be found (are you m
issing a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 323, c
olumn 5) The type or namespace name 'Backstab' could not be found (are you missi
ng a using directive or an assembly reference?)
Scripts: One or more scripts failed to compile or no script files were found.
 - Press return to exit, or R to try again.

some of them relating to the problem and some of them way off the wall. if someone could point me in the right direction thatd be great

thanks

match
 

Greystar

Wanderer
matchstick said:
ok ive been trying to figure this out. when i first try to run it i get this error
Code:
RunUO - [www.runuo.com] Version 1.0.0, Build 36918
Scripts: Compiling C# scripts...failed (1 errors, 0 warnings)
 - Error: Scripts\Items\Weapons\Abilities\Dismount.cs: CS0234: (line 3, column 2
1) The type or namespace name 'Ninjitsu' does not exist in the class or namespac
e 'Server.Spells' (are you missing an assembly reference?)
Scripts: One or more scripts failed to compile or no script files were found.
 - Press return to exit, or R to try again.

so i comment out the Server.Spells.Ninjitsu; and i get a bunch more errors
Code:
RunUO - [www.runuo.com] Version 1.0.0, Build 36918
Scripts: Compiling C# scripts...failed (26 errors, 10 warnings)
 - Warning: Scripts\Customs\New\Items\TravelWand.cs: CS0108: (line 19, column 31
) The keyword new is required on 'Server.Items.TravelWand.Weight' because it hid
es inherited member 'Server.Item.Weight'
 - Warning: Scripts\Customs\ML\AquariumEastAddon.cs: CS0219: (line 22, column 19
) The variable 'ac' is assigned but its value is never used
 - Warning: Scripts\Customs\ML\AquariumSouthAddon.cs: CS0219: (line 22, column 1
9) The variable 'ac' is assigned but its value is never used
 - Warning: Scripts\Spells\Base\Spell.cs: CS0162: (line 173, column 4) Unreachab
le code detected
 - Warning: Scripts\Customs\ML\ElvenBedEastAddon.cs: CS0219: (line 22, column 19
) The variable 'ac' is assigned but its value is never used
 - Warning: Scripts\Customs\ML\ElvenBedSouthAddon.cs: CS0219: (line 22, column 1
9) The variable 'ac' is assigned but its value is never used
 - Warning: Scripts\Customs\ML\ParrotPerchEastAddon.cs: CS0219: (line 21, column
 19) The variable 'ac' is assigned but its value is never used
 - Warning: Scripts\Customs\ML\ParrotPerchSouthAddon.cs: CS0219: (line 21, colum
n 19) The variable 'ac' is assigned but its value is never used
 - Warning: Scripts\Customs\ML\StoneCoffinEastAddon.cs: CS0219: (line 22, column
 19) The variable 'ac' is assigned but its value is never used
 - Warning: Scripts\Customs\ML\StoneCoffinSouthAddon.cs: CS0219: (line 22, colum
n 19) The variable 'ac' is assigned but its value is never used
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0117: (line 263, c
olumn 4) 'Server.Mobile' does not contain a definition for 'CanReveal'
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 265, c
olumn 9) The type or namespace name 'HonorableExecution' could not be found (are
 you missing a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 267, c
olumn 17) The type or namespace name 'SetNewSpell' could not be found (are you m
issing a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 269, c
olumn 5) The type or namespace name 'HonorableExecution' could not be found (are
 you missing a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 272, c
olumn 9) The type or namespace name 'LightningStrike' could not be found (are yo
u missing a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 274, c
olumn 17) The type or namespace name 'SetNewSpell' could not be found (are you m
issing a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 276, c
olumn 5) The type or namespace name 'LightningStrike' could not be found (are yo
u missing a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 279, c
olumn 9) The type or namespace name 'MomentumStrike' could not be found (are you
 missing a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 281, c
olumn 17) The type or namespace name 'SetNewSpell' could not be found (are you m
issing a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 283, c
olumn 5) The type or namespace name 'MomentumStrike' could not be found (are you
 missing a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 286, c
olumn 9) The type or namespace name 'FocusAttack' could not be found (are you mi
ssing a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 288, c
olumn 17) The type or namespace name 'SetNewSpell' could not be found (are you m
issing a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 290, c
olumn 5) The type or namespace name 'FocusAttack' could not be found (are you mi
ssing a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 295, c
olumn 6) The type or namespace name 'FocusAttack' could not be found (are you mi
ssing a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 298, c
olumn 9) The type or namespace name 'DeathStrike' could not be found (are you mi
ssing a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 300, c
olumn 17) The type or namespace name 'SetNewSpell' could not be found (are you m
issing a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 302, c
olumn 5) The type or namespace name 'DeathStrike' could not be found (are you mi
ssing a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 305, c
olumn 9) The type or namespace name 'KiAttack' could not be found (are you missi
ng a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 307, c
olumn 17) The type or namespace name 'SetNewSpell' could not be found (are you m
issing a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 309, c
olumn 5) The type or namespace name 'KiAttack' could not be found (are you missi
ng a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 312, c
olumn 9) The type or namespace name 'SurpriseAttack' could not be found (are you
 missing a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 314, c
olumn 17) The type or namespace name 'SetNewSpell' could not be found (are you m
issing a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 316, c
olumn 5) The type or namespace name 'SurpriseAttack' could not be found (are you
 missing a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 319, c
olumn 9) The type or namespace name 'Backstab' could not be found (are you missi
ng a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 321, c
olumn 17) The type or namespace name 'SetNewSpell' could not be found (are you m
issing a using directive or an assembly reference?)
 - Error: Scripts\Items\Weapons\Abilities\WeaponAbility.cs: CS0246: (line 323, c
olumn 5) The type or namespace name 'Backstab' could not be found (are you missi
ng a using directive or an assembly reference?)
Scripts: One or more scripts failed to compile or no script files were found.
 - Press return to exit, or R to try again.

some of them relating to the problem and some of them way off the wall. if someone could point me in the right direction thatd be great

thanks

match

You will have to go back to your old WeaponAbility.cs then change the Abilities on each weapon affected.
 

arul

Sorceror
Seanchen.net said:
What is "cu sidhe"
Its a mount from ML, looks like pig-dog-fox

 

mitty

Sorceror
sorry for not posting the errors but...

I got everything in my cutoms folder, and had to remove all but the add-ons!! Got errors on Weapon abilities with bushido and ninjitsu, says no definitions for these char types. Scripts/items/weapons/abilities also Server.spells were the distinct folders missing these items? Help maybe?
 

Greystar

Wanderer
mitty said:
I got everything in my cutoms folder, and had to remove all but the add-ons!! Got errors on Weapon abilities with bushido and ninjitsu, says no definitions for these char types. Scripts/items/weapons/abilities also Server.spells were the distinct folders missing these items? Help maybe?

It's cause the author of these is using a Package of SE scripts that provide these things. The way to fix them is to change back to your old weaponabilities scripts and then edit the individual scripts that give errors about missing abilities after going back to your old scripts. I said that in my other reply too, I can not tell you how to do this cause these work as they are in my shard.
 

mitty

Sorceror
Thank you!

Yes you did reply almost identical to this problem sorry for not reading more in depth before posting. I usally go through all forums before asking. Thank you for your patience things coming along nicely. :)
 

Joeku

Lord
ItemIDs:
12223, 12224, 12225, 12226, 12236, 12237, 12238, 12239, 12240, 12241.

I suggest that you go to http://uo.stratics.com and download InsideUO. It's a dynamic viewer for UO artwork, sounds, hues, fonts, animations, and maps. I used it to find the above information.
 

Pace

Wanderer
Hey!

Have a link to all the SE items / mobiles / skills / etc?


I have been looking for this for a while
 
Mobiles

Do the mobiles in this pack conflict with those in Nerun's latest distro update?
If so, can I get away with just not downloading these ones or is he missing some?
 
S

Savaal

Guest
Wow, those items would of took alot of patience, thanks for sahring i'd use them if I didn't hate AoS, SE and ML...

Howere I will say A++ job anyways :)
 

RavonTUS

Sorceror
ML Vendors - Armour Dealer, Weapons & Axes Dealer, and Tailor.

Greetings,

These vendors are elves - pointy ears and hair and they are wearing elven clothes. They also have elven names, if you update your name.xml with the one included.

I have updated my version of the vendors (posted somewhere, I just can't find them now). You may need to make a few changes to the SB*.cs scripts. You may need Twig's hair script too. If you have made it this far it should not be a problem.

-Ravon
 

Attachments

  • MLVendors.zip
    29.6 KB · Views: 93

zachseitz

Sorceror
sry to bump but this pack gots tons of errors.....
Code:
RunUO - [www.runuo.com] Version 1.0.0, Build 36918
Scripts: Compiling C# scripts...failed (32 errors, 8 warnings)
 - Error: Scripts\Custom Scripts\New Folder\Abilities\WeaponAbility.cs: CS0117:
(line 261, column 4) 'Server.Mobile' does not contain a definition for 'CanRevea
l'
 - Error: Scripts\Custom Scripts\New Folder\Abilities\WeaponAbility.cs: CS0246:
(line 263, column 9) The type or namespace name 'HonorableExecution' could not b
e found (are you missing a using directive or an assembly reference?)
 - Error: Scripts\Custom Scripts\New Folder\Abilities\WeaponAbility.cs: CS0246:
(line 265, column 17) The type or namespace name 'SetNewSpell' could not be foun
d (are you missing a using directive or an assembly reference?)
 - Error: Scripts\Custom Scripts\New Folder\Abilities\WeaponAbility.cs: CS0246:
(line 267, column 5) The type or namespace name 'HonorableExecution' could not b
e found (are you missing a using directive or an assembly reference?)
 - Error: Scripts\Custom Scripts\New Folder\Abilities\WeaponAbility.cs: CS0246:
(line 270, column 9) The type or namespace name 'LightningStrike' could not be f
ound (are you missing a using directive or an assembly reference?)
 - Error: Scripts\Custom Scripts\New Folder\Abilities\WeaponAbility.cs: CS0246:
(line 272, column 17) The type or namespace name 'SetNewSpell' could not be foun
d (are you missing a using directive or an assembly reference?)
 - Error: Scripts\Custom Scripts\New Folder\Abilities\WeaponAbility.cs: CS0246:
(line 274, column 5) The type or namespace name 'LightningStrike' could not be f
ound (are you missing a using directive or an assembly reference?)
 - Error: Scripts\Custom Scripts\New Folder\Abilities\WeaponAbility.cs: CS0246:
(line 277, column 9) The type or namespace name 'MomentumStrike' could not be fo
und (are you missing a using directive or an assembly reference?)
 - Error: Scripts\Custom Scripts\New Folder\Abilities\WeaponAbility.cs: CS0246:
(line 279, column 17) The type or namespace name 'SetNewSpell' could not be foun
d (are you missing a using directive or an assembly reference?)
 - Error: Scripts\Custom Scripts\New Folder\Abilities\WeaponAbility.cs: CS0246:
(line 281, column 5) The type or namespace name 'MomentumStrike' could not be fo
und (are you missing a using directive or an assembly reference?)
 - Error: Scripts\Custom Scripts\New Folder\Abilities\WeaponAbility.cs: CS0246:
(line 284, column 9) The type or namespace name 'FocusAttack' could not be found
 (are you missing a using directive or an assembly reference?)
 - Error: Scripts\Custom Scripts\New Folder\Abilities\WeaponAbility.cs: CS0246:
(line 286, column 17) The type or namespace name 'SetNewSpell' could not be foun
d (are you missing a using directive or an assembly reference?)
 - Error: Scripts\Custom Scripts\New Folder\Abilities\WeaponAbility.cs: CS0246:
(line 288, column 5) The type or namespace name 'FocusAttack' could not be found
 (are you missing a using directive or an assembly reference?)
 - Error: Scripts\Custom Scripts\New Folder\Abilities\WeaponAbility.cs: CS0246:
(line 293, column 6) The type or namespace name 'FocusAttack' could not be found
 (are you missing a using directive or an assembly reference?)
 - Error: Scripts\Custom Scripts\New Folder\Abilities\WeaponAbility.cs: CS0246:
(line 296, column 9) The type or namespace name 'DeathStrike' could not be found
 (are you missing a using directive or an assembly reference?)
 - Error: Scripts\Custom Scripts\New Folder\Abilities\WeaponAbility.cs: CS0246:
(line 298, column 17) The type or namespace name 'SetNewSpell' could not be foun
d (are you missing a using directive or an assembly reference?)
 - Error: Scripts\Custom Scripts\New Folder\Abilities\WeaponAbility.cs: CS0246:
(line 300, column 5) The type or namespace name 'DeathStrike' could not be found
 (are you missing a using directive or an assembly reference?)
 - Error: Scripts\Custom Scripts\New Folder\Abilities\WeaponAbility.cs: CS0246:
(line 303, column 9) The type or namespace name 'KiAttack' could not be found (a
re you missing a using directive or an assembly reference?)
 - Error: Scripts\Custom Scripts\New Folder\Abilities\WeaponAbility.cs: CS0246:
(line 305, column 17) The type or namespace name 'SetNewSpell' could not be foun
d (are you missing a using directive or an assembly reference?)
 - Error: Scripts\Custom Scripts\New Folder\Abilities\WeaponAbility.cs: CS0246:
(line 307, column 5) The type or namespace name 'KiAttack' could not be found (a
re you missing a using directive or an assembly reference?)
 - Error: Scripts\Custom Scripts\New Folder\Abilities\WeaponAbility.cs: CS0246:
(line 310, column 9) The type or namespace name 'SurpriseAttack' could not be fo
und (are you missing a using directive or an assembly reference?)
 - Error: Scripts\Custom Scripts\New Folder\Abilities\WeaponAbility.cs: CS0246:
(line 312, column 17) The type or namespace name 'SetNewSpell' could not be foun
d (are you missing a using directive or an assembly reference?)
 - Error: Scripts\Custom Scripts\New Folder\Abilities\WeaponAbility.cs: CS0246:
(line 314, column 5) The type or namespace name 'SurpriseAttack' could not be fo
und (are you missing a using directive or an assembly reference?)
 - Error: Scripts\Custom Scripts\New Folder\Abilities\WeaponAbility.cs: CS0246:
(line 317, column 9) The type or namespace name 'Backstab' could not be found (a
re you missing a using directive or an assembly reference?)
 - Error: Scripts\Custom Scripts\New Folder\Abilities\WeaponAbility.cs: CS0246:
(line 319, column 17) The type or namespace name 'SetNewSpell' could not be foun
d (are you missing a using directive or an assembly reference?)
 - Error: Scripts\Custom Scripts\New Folder\Abilities\WeaponAbility.cs: CS0246:
(line 321, column 5) The type or namespace name 'Backstab' could not be found (a
re you missing a using directive or an assembly reference?)
 - Error: Scripts\Custom Scripts\New Folder\Abilities\Dismount.cs: CS0246: (line
 47, column 42) The type or namespace name 'ChaosDragoon' could not be found (ar
e you missing a using directive or an assembly reference?)
 - Error: Scripts\Custom Scripts\New Folder\Abilities\Dismount.cs: CS0246: (line
 53, column 9) The type or namespace name 'AnimalForm' could not be found (are y
ou missing a using directive or an assembly reference?)
 - Error: Scripts\Custom Scripts\New Folder\Abilities\Dismount.cs: CS0246: (line
 82, column 44) The type or namespace name 'BlockMountType' could not be found (
are you missing a using directive or an assembly reference?)
 - Error: Scripts\Custom Scripts\New Folder\Abilities\Dismount.cs: CS0117: (line
 82, column 4) 'Server.Mobiles.BaseMount' does not contain a definition for 'Set
MountPrevention'
 - Error: Scripts\Custom Scripts\New Folder\Abilities\Dismount.cs: CS0246: (line
 83, column 44) The type or namespace name 'BlockMountType' could not be found (
are you missing a using directive or an assembly reference?)
 - Error: Scripts\Custom Scripts\New Folder\Abilities\Dismount.cs: CS0117: (line
 83, column 4) 'Server.Mobiles.BaseMount' does not contain a definition for 'Set
MountPrevention'
 - Warning: Scripts\Custom Scripts\New Folder\AquariumEastAddon.cs: CS0219: (lin
e 22, column 19) The variable 'ac' is assigned but its value is never used
 - Warning: Scripts\Custom Scripts\New Folder\AquariumSouthAddon.cs: CS0219: (li
ne 22, column 19) The variable 'ac' is assigned but its value is never used
 - Warning: Scripts\Custom Scripts\New Folder\ElvenBedEastAddon.cs: CS0219: (lin
e 22, column 19) The variable 'ac' is assigned but its value is never used
 - Warning: Scripts\Custom Scripts\New Folder\ElvenBedSouthAddon.cs: CS0219: (li
ne 22, column 19) The variable 'ac' is assigned but its value is never used
 - Warning: Scripts\Custom Scripts\New Folder\ParrotPerchEastAddon.cs: CS0219: (
line 21, column 19) The variable 'ac' is assigned but its value is never used
 - Warning: Scripts\Custom Scripts\New Folder\ParrotPerchSouthAddon.cs: CS0219:
(line 21, column 19) The variable 'ac' is assigned but its value is never used
 - Warning: Scripts\Custom Scripts\New Folder\StoneCoffinEastAddon.cs: CS0219: (
line 22, column 19) The variable 'ac' is assigned but its value is never used
 - Warning: Scripts\Custom Scripts\New Folder\StoneCoffinSouthAddon.cs: CS0219:
(line 22, column 19) The variable 'ac' is assigned but its value is never used
Scripts: One or more scripts failed to compile or no script files were found.
 - Press return to exit, or R to try again.
i just installed UO eigth age and wanted to see new stuff. but i get s*** load of errors...
 

Darknesslord

Sorceror
Dude i can't even change for skills :S. Can u tell me please why:
Code:
using Server.Spells.Bushido;
is needed to make the script works?
 
Top