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!

Illúvatar's Artifacts

Alden

Wanderer
Illúvatar's Artifacts

This is my first script i did on my own if you see any problems please email me.

The Crown, Protector, and Grasp are all armor pieces and the Will is an ethereal dagger with 7 range on it.
 

Attachments

  • IllúvatarsCrown.cs
    832 bytes · Views: 196
  • IllúvatarsGrasp.cs
    886 bytes · Views: 175
  • IllúvatarsProtector.cs
    1.1 KB · Views: 169
  • IllúvatarsWill.cs
    996 bytes · Views: 181
they all work fine for me, i have alot of weird artifacts so i had to make these minor artifacts cause i had to impliment alot of semi super artis cause a few of my bosses are really tough but loots worth it :D but i like them, good job for a first
 
Scripts: Compiling C# scripts...failed (4 errors, 0 warnings)
- Error: Scripts\Custom\Artifacts\Illúvatar's\IllúvatarsCrown.cs: CS0234: (line
3, column 22) The type or namespace name 'XmlSpawner2' does not exist in the cl
ass or namespace 'Server.Engines' (are you missing an assembly reference?)
- Error: Scripts\Custom\Artifacts\Illúvatar's\IllúvatarsGrasp.cs: CS0234: (line
3, column 22) The type or namespace name 'XmlSpawner2' does not exist in the cl
ass or namespace 'Server.Engines' (are you missing an assembly reference?)
- Error: Scripts\Custom\Artifacts\Illúvatar's\IllúvatarsProtector.cs: CS0234: (
line 3, column 22) The type or namespace name 'XmlSpawner2' does not exist in th
e class or namespace 'Server.Engines' (are you missing an assembly reference?)
- Error: Scripts\Custom\Artifacts\Illúvatar's\IllúvatarsWill.cs: CS0234: (line
3, column 22) The type or namespace name 'XmlSpawner2' does not exist in the cla
ss or namespace 'Server.Engines' (are you missing an assembly reference?)

you tell me, pls =)
 

A_Li_N

Knight
Looks to me like he scripted the items with support of the XMLSpawner released in these forums. Get that, or figure out what he added to the scripts to include the system, and take it out.
 

Alden

Wanderer
I'm sorry go into the script and delete the xmlspawner line from it, its around line 3 or 4. Sorry about that.
 
Top