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

Boulder

Sorceror
auction system

get no errors or mesg
but try to do auction and click on item nothing happens
the auction Stone say active
try auctionadmin
the only button that work is to disable it
any clues how to get it working
 
Help Please

we installed the auction system, but cant place items up for auction any help will be appreciated

Thanks in advance....:D
 
So you did not read the post on how to install the system... great. :)

If you have placed the scripts somewhere in your Customs folder and edited Assemblies.cfg - and the server finally starts and your world is loaded and you login:
type [initauction - and place the stone somewhere
then add auctioners all over the place where you want them :)

Also so far nobody has given a detailed report on how to repeat this crash. Would be nice if someone did.

And another bug notice: If you decide to disable the auction system temporarily (means until next restart) and you type [initauction again, another auctionstone will be placed.
 
Help

the stone is up, the auctioneer is up but will not let us place an item up for auction ? any clue why, it didnt crash our server, just wont let us put items up for auction once we placed the auctioneer:D
 
yes we selected buy and got the lil arrow to point at what u wanted to sell, then when u click the item nothing happens...im stumped...:eek:
 

Jarrod

Sorceror
Code:
Exception:
System.NullReferenceException: Object reference not set to an instance of an object.
at Server.Map.OnLeave(Item item)
at Server.Item.set_Parent(Object value)
at Server.Item.AddItem(Item item)
at Server.Items.Container.DropItem(Item dropped)
at Server.Items.Container.TryDropItem(Mobile from, Item dropped, Boolean sendFullMessage)
at Arya.Auction.AuctionItemCheck.Deliver(Mobile to)
at Arya.Auction.AuctionDeliveryGump.OnResponse(NetSta te sender, RelayInfo info)
at Server.Network.PacketHandlers.DisplayGumpResponse( NetState state, PacketReader pvSrc)
at Server.Network.MessagePump.HandleReceive(NetState ns)
at Server.Network.MessagePump.Slice()
at Server.Core.Main(String[] args)

Is there any word on exactly what the bug in the core was?
 
X

Xanthos

Guest
I have not investigated further and as far as I know there is currently no way to report bugs to the dev team.
 
Auction causing server crash

Any word on the crash due to claiming item from auction check yet? Been waiting to activate the auction system till it's fixed. My auction system works other than that stupid crash.
 
Error with Script, Any Ideas?

Hiya, im having a slight error with the script, any ideas on what i'm doing wrong? :)

Error i am recieving:
RunUO - [www.runuo.com] Version 2.0, Build 2357.32527
Core: Running on .NET Framework Version 2.0.50727
Core: Optimizing for 2 processors
Scripts: Compiling C# scripts...failed (1 errors, 1 warnings)
Errors:
+ Misc/CharacterCreation.cs:
CS0200: Line 736: Property or indexer 'Server.Mobile.BankBox' cannot be assi
gned to -- it is read only
CS0029: Line 736: Cannot implicitly convert type 'Server.Items.BankBox' to '
bool'
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.



section in Charactercreation.cs file below:

if ( young && newChar.BankBox != null )
{
NewPlayerTicket ticket = new NewPlayerTicket();
ticket.Owner = newChar;
newChar.BankBox.DropItem( ticket );
}

// Start Xanth Auction System
if (newChar.BankBox = null)
newChar.BankBox.DropItem(new Arya.Savings.SavingsAccount());
// End Xanth Auction System


Thank you in advance for looking at this for me.!!
 

Joeku

Lord
Xanthos is gone... he won't be coming back.

Hopefully someone else will be able to help though :(

***EDIT***
Change this:
if (newChar.BankBox = null)
to this:
if (newChar.BankBox == null)
 
Thank you Joeku

Thanks Joeku, that Fixed it Perfectly. and the Savings account works great!!
Thanks Again for helping me out.
Definately +Karma..!!!
Soultaker
 
Joeku;631848 said:
Xanthos is gone... he won't be coming back.

Hopefully someone else will be able to help though :(

***EDIT***
Change this:
if (newChar.BankBox = null)
to this:
if (newChar.BankBox == null)

What happened to Xanthos?
 

dagan1545

Wanderer
not why this happened

not sure what happened here i did just what the script said to do but when i put the ultima.dll file in the assemblies file i get alot of system errors..


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:
Error:
System.ArgumentException: The path is not of a legal form.
at System.IO.Path.NormalizePathFast(String path, Boolean fullCheck)
at System.IO.Path.GetFullPathInternal(String path)
at System.IO.Path.GetFullPath(String path)
at Server.ScriptCompiler.Display(CompilerResults results)
at Server.ScriptCompiler.CompileCSScripts(Boolean debug, Assembly& assembly)
at Server.ScriptCompiler.Compile(Boolean debug)
at Server.Core.Main(String[] args)
This exception is fatal, press return to exit


when i remove this and reboot server evrything comes up fine but action system doesn't work??? the rest of the file remains in the custom folder where it is said to go and a copy of ultima is in the runuo folder maybe i missed a step ?
 
Problem with Cliloc.enu File Location

I am having and error with the Cliloc.enu File location i think
Basically when i click on the Auctioner, and click Buy then Auction and Item then Target something it does nothing.
i changed the Location in the AuctionConfig.xml
to: C:\Program Files\EA Games\Ultima Online The Eighth Age
am i missing something else, because this still didnt make it work..
Lost and Confused
 

Soultaker

Sorceror
To Make Savings Account Add to your Bank

This is how i finally got the Savings account to Add to New a Characters Bank, figured i would put it here so nobody would have alotta fun getting it like me :) is kinda like what they have on the 1st page but that wouldnt work for me. this was a single line i found it on another post. but now i can't remember where.

Look for the following Line:
newChar.Hunger = 20;

Add the following line After the above Line:
newChar.BankBox.DropItem(new Arya.Savings.SavingsAccount());
 

X-SirSly-X

Sorceror
partystuffcloseouts;637917 said:
I am having and error with the Cliloc.enu File location i think
Basically when i click on the Auctioner, and click Buy then Auction and Item then Target something it does nothing.
i changed the Location in the AuctionConfig.xml
to: C:\Program Files\EA Games\Ultima Online The Eighth Age
am i missing something else, because this still didnt make it work..
Lost and Confused

I'm experiencing the same problem as well.

click on the Auctioneer
click buy
click on on create auction
target item
nothing happens

I'm using SVN 160, what about yourself?

@dagan1545
Your assemblies file should look like this:
Code:
System.dll
System.Web.dll
System.Xml.dll
System.Data.dll
System.Drawing.dll
System.Windows.Forms.dll
Ultima.dll

Doh! It helps to read the instructions... In order to get it to work, edit
/Data/AuctionConfig.xml
and around line 45 insert the location of your cliloc.enu file (it will be found in your Ultima Online installation folder)
 
Top