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!

[RunUO 2.0 RC1] Xanthos Auction System

hellalex

Sorceror
Oh man... I just installed the script and I got some errors, I feel somehow stupid since it says that it cant find ''Utilities'' in my Xanthos scripts, now.. I haven't found any Xanthos Utilities Package file or what so ever, I've been searching for ages, I read the entire thread, everyone seems to have found/downloaded it, someone even said that it came with the auction.rar file provided by Xanthos... eh, am I blind or did I just skip a step? here's the errors:

Code:
Errors:
 + New Custom Scripts/AUCTION SYSTEM/Gumps/AuctionAdminGump.cs:
    CS0234: Line 13: The type or namespace name 'Utilities' does not exist in th
e namespace 'Xanthos' (are you missing an assembly reference?)
 + New Custom Scripts/AUCTION SYSTEM/Gumps/AuctionControlGump.cs:
    CS0234: Line 13: The type or namespace name 'Utilities' does not exist in th
e namespace 'Xanthos' (are you missing an assembly reference?)
 + New Custom Scripts/AUCTION SYSTEM/Gumps/AuctionDeliveryGump.cs:
    CS0234: Line 13: The type or namespace name 'Utilities' does not exist in th
e namespace 'Xanthos' (are you missing an assembly reference?)
 + New Custom Scripts/AUCTION SYSTEM/Gumps/AuctionGump.cs:
    CS0234: Line 13: The type or namespace name 'Utilities' does not exist in th
e namespace 'Xanthos' (are you missing an assembly reference?)
 + New Custom Scripts/AUCTION SYSTEM/Gumps/AuctionListing.cs:
    CS0234: Line 13: The type or namespace name 'Utilities' does not exist in th
e namespace 'Xanthos' (are you missing an assembly reference?)
 + New Custom Scripts/AUCTION SYSTEM/Gumps/AuctionMessageGump.cs:
    CS0234: Line 13: The type or namespace name 'Utilities' does not exist in th
e namespace 'Xanthos' (are you missing an assembly reference?)
 + New Custom Scripts/AUCTION SYSTEM/Gumps/AuctionSearchGump.cs:
    CS0234: Line 14: The type or namespace name 'Utilities' does not exist in th
e namespace 'Xanthos' (are you missing an assembly reference?)
 + New Custom Scripts/AUCTION SYSTEM/Gumps/AuctionSortGump.cs:
    CS0234: Line 13: The type or namespace name 'Utilities' does not exist in th
e namespace 'Xanthos' (are you missing an assembly reference?)
 + New Custom Scripts/AUCTION SYSTEM/Gumps/AuctionViewGump.cs:
    CS0234: Line 13: The type or namespace name 'Utilities' does not exist in th
e namespace 'Xanthos' (are you missing an assembly reference?)
 + New Custom Scripts/AUCTION SYSTEM/Gumps/BidViewGump.cs:
    CS0234: Line 13: The type or namespace name 'Utilities' does not exist in th
e namespace 'Xanthos' (are you missing an assembly reference?)
 + New Custom Scripts/AUCTION SYSTEM/Gumps/CreatureDeliveryGump.cs:
    CS0234: Line 13: The type or namespace name 'Utilities' does not exist in th
e namespace 'Xanthos' (are you missing an assembly reference?)
 + New Custom Scripts/AUCTION SYSTEM/Gumps/DeleteSystemGump.cs:
    CS0234: Line 12: The type or namespace name 'Utilities' does not exist in th
e namespace 'Xanthos' (are you missing an assembly reference?)
 + New Custom Scripts/AUCTION SYSTEM/Gumps/MyAuctionGump.cs:
    CS0234: Line 13: The type or namespace name 'Utilities' does not exist in th
e namespace 'Xanthos' (are you missing an assembly reference?)
 + New Custom Scripts/AUCTION SYSTEM/Gumps/NewAuctionGump.cs:
    CS0234: Line 14: The type or namespace name 'Utilities' does not exist in th
e namespace 'Xanthos' (are you missing an assembly reference?)
 + New Custom Scripts/AUCTION SYSTEM/Items/MobileStatuette.cs:
    CS0234: Line 11: The type or namespace name 'Utilities' does not exist in th
e namespace 'Xanthos' (are you missing an assembly reference?)
    CS0234: Line 12: The type or namespace name 'Interfaces' does not exist in t
he namespace 'Xanthos' (are you missing an assembly reference?)
    CS0246: Line 19: The type or namespace name 'IShrinkItem' could not be found
 (are you missing a using directive or an assembly reference?)
 + New Custom Scripts/AUCTION SYSTEM/AuctionConfig.cs:
    CS0234: Line 16: The type or namespace name 'Utilities' does not exist in th
e namespace 'Xanthos' (are you missing an assembly reference?)
 + New Custom Scripts/AUCTION SYSTEM/AuctionItem.cs:
    CS0234: Line 19: The type or namespace name 'Utilities' does not exist in th
e namespace 'Xanthos' (are you missing an assembly reference?)
    CS0234: Line 20: The type or namespace name 'Interfaces' does not exist in t
he namespace 'Xanthos' (are you missing an assembly reference?)

If anyone could send me the utilities package I would appreciate , or if that's not the problem, just tell me what I did wrong... I added the Ultima.dll in my script folder + added the line Ultima.dll in the assemblies, placed the Xanthos auction script in my custom script folder..

Thanks!
 

oiii88

Sorceror
I believe this is what you need. Its been sometime since I installed this systme. But it was the only rar I had named Utilities...
 

Attachments

  • Utilities.rar
    15.8 KB · Views: 86

hellalex

Sorceror
Alright thanks, but now I'm getting some hues errors? :O
Code:
'int'
    CS0234: Line 88: The type or namespace name 'kLabelHue' does not exist in th
e namespace 'Arya.Misc' (are you missing an assembly reference?)
    CS1502: Line 88: The best overloaded method match for 'Server.Gumps.Gump.Add
Label(int, int, int, string)' has some invalid arguments
    CS1503: Line 88: Argument '3': cannot convert from 'Arya.Misc.kLabelHue' to
'int'
    CS0234: Line 92: The type or namespace name 'kGreenHue' does not exist in th
e namespace 'Arya.Misc' (are you missing an assembly reference?)
    CS1502: Line 92: The best overloaded method match for 'Server.Gumps.Gump.Add
TextEntry(int, int, int, int, int, int, string)' has some invalid arguments
    CS1503: Line 92: Argument '5': cannot convert from 'Arya.Misc.kGreenHue' to
'int'
    CS0234: Line 96: The type or namespace name 'kLabelHue' does not exist in th
e namespace 'Arya.Misc' (are you missing an assembly reference?)
    CS1502: Line 96: The best overloaded method match for 'Server.Gumps.Gump.Add
Label(int, int, int, string)' has some invalid arguments
    CS1503: Line 96: Argument '3': cannot convert from 'Arya.Misc.kLabelHue' to
'int'
    CS0234: Line 100: The type or namespace name 'kGreenHue' does not exist in t
he namespace 'Arya.Misc' (are you missing an assembly reference?)
    CS1502: Line 100: The best overloaded method match for 'Server.Gumps.Gump.Ad
dTextEntry(int, int, int, int, int, int, string)' has some invalid arguments
    CS1503: Line 100: Argument '5': cannot convert from 'Arya.Misc.kGreenHue' to
 'int'
    CS0234: Line 103: The type or namespace name 'kLabelHue' does not exist in t
he namespace 'Arya.Misc' (are you missing an assembly reference?)
    CS1502: Line 103: The best overloaded method match for 'Server.Gumps.Gump.Ad
dLabel(int, int, int, string)' has some invalid arguments
    CS1503: Line 103: Argument '3': cannot convert from 'Arya.Misc.kLabelHue' to
 'int'
    CS0234: Line 107: The type or namespace name 'kGreenHue' does not exist in t
he namespace 'Arya.Misc' (are you missing an assembly reference?)
    CS1502: Line 107: The best overloaded method match for 'Server.Gumps.Gump.Ad
dTextEntry(int, int, int, int, int, int, string)' has some invalid arguments
    CS1503: Line 107: Argument '5': cannot convert from 'Arya.Misc.kGreenHue' to
 'int'
    CS0234: Line 110: The type or namespace name 'kLabelHue' does not exist in t
he namespace 'Arya.Misc' (are you missing an assembly reference?)
    CS1502: Line 110: The best overloaded method match for 'Server.Gumps.Gump.Ad
dLabel(int, int, int, string)' has some invalid arguments
    CS1503: Line 110: Argument '3': cannot convert from 'Arya.Misc.kLabelHue' to
 'int'
    CS0234: Line 112: The type or namespace name 'kLabelHue' does not exist in t
he namespace 'Arya.Misc' (are you missing an assembly reference?)
    CS1502: Line 112: The best overloaded method match for 'Server.Gumps.Gump.Ad
dLabel(int, int, int, string)' has some invalid arguments
    CS1503: Line 112: Argument '3': cannot convert from 'Arya.Misc.kLabelHue' to
 'int'
    CS0234: Line 115: The type or namespace name 'kGreenHue' does not exist in t
he namespace 'Arya.Misc' (are you missing an assembly reference?)
    CS1502: Line 115: The best overloaded method match for 'Server.Gumps.Gump.Ad
dTextEntry(int, int, int, int, int, int, string)' has some invalid arguments
    CS1503: Line 115: Argument '5': cannot convert from 'Arya.Misc.kGreenHue' to
 'int'
    CS0234: Line 125: The type or namespace name 'kRedHue' does not exist in the
 namespace 'Arya.Misc' (are you missing an assembly reference?)
    CS1502: Line 125: The best overloaded method match for 'Server.Gumps.Gump.Ad
dLabel(int, int, int, string)' has some invalid arguments
    CS1503: Line 125: Argument '3': cannot convert from 'Arya.Misc.kRedHue' to '
int'
    CS0234: Line 126: The type or namespace name 'kRedHue' does not exist in the
 namespace 'Arya.Misc' (are you missing an assembly reference?)
    CS1502: Line 126: The best overloaded method match for 'Server.Gumps.Gump.Ad
dLabel(int, int, int, string)' has some invalid arguments
    CS1503: Line 126: Argument '3': cannot convert from 'Arya.Misc.kRedHue' to '
int'
    CS0234: Line 130: The type or namespace name 'kLabelHue' does not exist in t
he namespace 'Arya.Misc' (are you missing an assembly reference?)
    CS1502: Line 130: The best overloaded method match for 'Server.Gumps.Gump.Ad
dLabel(int, int, int, string)' has some invalid arguments
    CS1503: Line 130: Argument '3': cannot convert from 'Arya.Misc.kLabelHue' to
 'int'


Did I do something wrong? :O
 
A

AvariceShard

Guest
datguy;783590 said:
try the ultima.dll from your razor folder

Hey thanks, I had the same problem with the Ultima.dll being corrupted!
But copying and pasting the one in my Razr folder worked perfectly!

Thanks so much!:D
 

Iomega0318

Sorceror
So.. I was wondering if anyone would be able to merge two dll's together?..
I have a newer Ultima.dll that runs a certain script I have but it's missing what I need to run this..
But if I use the Ultima.dll that works for this then my other script wont work lol.. see my problem?

Is there anyone that might be able to do this..?
 

jokik

Sorceror
just for anyone else who uses this , it conflicts with the addon generator which causes the error with hues.

to fix , go into addongenerator.cs (or whatever it is called) and charge the name space from Arya.Misc to Arya.AddonGen

the problem with the cliloc.
make sure your editing the .xml file
make sure your path has the file (example \cliloc.enu ) on the end
make sure you arnt putting the file path into the example.
Make sure that the .xml file is in the DATA directory not the scripts.

hope this helps people :D
 

PandoraUO

Wanderer
this works fine etc. But I am getting on Invalid Localization in the auction window after the item is listed.

Any property of the item says Invalid Localization


So like a weapon would like this in the description

Invalid Localization
Invalid Localization
Invalid Localization
Invalid Localization
Invalid Localization
Invalid Localization



Anyone have a idea? Thank you.
 

Zabulon

Wanderer
Have the cliloc issue and don't know how to fix it, did it all the way it was described...

* the xml-file is in the data folder
* added the cliloc into my runuo folder und set the right path
 

datguy

Sorceror
try removing the xml file completely , make sure the path is set right in AuctionConfig.cs, I moved my cliloc.enu to the root folder of the server & edited AuctionConfig.cs to look there & it worked
 

Pure Insanity

Sorceror
...Have you tried copying your cliloc file from your Client's folder into your main folder where server.exe is? That should fix it. Make sure you grab the english one if you're english. =P
 

helpmetom

Sorceror
I have. still no dice. have this set in AuctionConfig.cml
<ClilocLocation type="string">C:\RUN\Cliloc.enu</ClilocLocation>

which is where my server.exe is
 

datguy

Sorceror
I just installed it on a fresh server & got it running in 5 minutes...YaY me lol

It set the Cliloc AFTER I put first item up to auction
Code:
Xanthos.Utilities.ConfigParser attempting to load Data/AuctionConfig.xml...
Xanthos.Utilities.ConfigParser success!
Xanthos.Utilities.ConfigParser attempting to load Data/ShrinkConfig.xml...
Xanthos.Utilities.ConfigParser failed.
Listening: fe80::cc6b:6fde:35b3:8611%11:2593
Listening: 192.168.0.197:2593
Listening: ::1:2593
Listening: 127.0.0.1:2593
Listening: fe80::5efe:192.168.0.197%12:2593
Listening: 2001:0:4137:9e76:61:2040:2786:3c1:2593
Listening: fe80::61:2040:2786:3c1%13:2593
Warning: 2 bad spawns detected, logged: 'badspawn.log'
Client: 192.168.0.197: Connected. [1 Online]
Login: 192.168.0.197: Valid credentials for '********'
Login: 192.168.0.197: Account '********' at character list
Core: Using dual save strategy
World: Saving...done in 0.33 seconds.
AuctionItem.cs: AuctionItem(): DEBUG: Beginning AuctionItem()
AuctionItem.cs: AuctionItem(): DEBUG: AuctionConfig.ClilocLocation NOT null! Va
ue: "C:\Program Files\EA GAMES\Ultima Online Mondain's Legacy\cliloc.enu"
AuctionItem.cs: AuctionItem(): DEBUG: clilocFolder set to C:\Program Files\EA G
MES\Ultima Online Mondain's Legacy
Core: Using dual save strategy
World: Saving...done in 0.12 seconds.
Shrink.cfg failed but that's because i commented out a few lines in the auctionitem.cs So the config is set that you can't sell pets in living form. Shunk pets are not pets, they are items so they're ok.
copy Ultima.dll into your RunUO folder. Open RunUO\Data\Assemblies.cfg and add the line:
Ultima.dll (which I've included)

Read the readme.htm found within
Commands
  • [Admin] InitAuction -- Nothing works till you do this
  • : this command is used to create the auction control stone (see: Installation). If a control stone already exists in the world, this command will teleport the user to the stone location.
  • [Admin] AuctionAdmin : this displays a panel giving control over the whole system (delete, perform auction verification, profiling...)
  • [GameMaster] Auction: brings up the main auction gump. Players have to access this through the Auctioner NPC.
  • [Player] MyAuction: brings up a limited auction gump. Players can only access auctions they're already participating in. They can't use this gump to create new auctions or to place bids on items they haven't bid on before.

here's my files, good luck
 

Attachments

  • Xanthos.rar
    133.8 KB · Views: 74

datguy

Sorceror
2nd time running it
Code:
RunUO - [www.runuo.com] Version 2.0, Build 3567.2838
Core: Running on .NET Framework Version 2.0.50727
Core: Running with arguments: -debug
Core: Optimizing for 4 64-bit processors
Scripts: Compiling C# scripts...done (cached)
Scripts: Skipping VB.NET Scripts...done (use -vb to enable)
Scripts: Verifying...done (2377 items, 532 mobiles)
Regions: Loading...done
World: Loading...AuctionItem.cs: AuctionItem(): DEBUG: Beginning AuctionItem()
AuctionItem.cs: AuctionItem(): DEBUG: AuctionConfig.ClilocLocation NOT null! Val
ue: "C:\RunUO-20\Data\cliloc.enu"
AuctionItem.cs: AuctionItem(): DEBUG: clilocFolder set to C:\RunUO-20\Data
done (100206 items, 2438 mobiles) (14.33 seconds)
Now it found the Cliloc @ "C:\RunUO-20\Data\cliloc.enu" Where i told it to look in AuctionConfig.cs
The Cliloc.enu is found in your Ultima game directory by default

2.0 final, in another install I run it on about SVN267
 
loved this one eclipse not sure if its the same version of it or not but this is the error im havin unmodified ...



RunUO - [www.runuo.com] Version 2.1, Build 3995.28114
Core: Running on .NET Framework Version 2.0.50727
Scripts: Compiling C# scripts...failed (1 errors, 0 warnings)
Errors:
+ Custom/Auction System/Mobiles/Auctioner.cs:
CS1715: Line 126: 'Arya.Auction.Auctioner.SBInfos': type must be 'System.Col
lections.Generic.List<Server.Mobiles.SBInfo>' to match overridden member 'Server
.Mobiles.BaseVendor.SBInfos'
CS0534: Line 52: 'Arya.Auction.Auctioner' does not implement inherited abstr
act member 'Server.Mobiles.BaseVendor.SBInfos.get'
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
 
Top