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] On-site Dueling System 2.0

Jeff

Lord
evilfreak said:
Ok I have your system installed on pretty fresh install of 2.0 now... I was testing out your gumps when I ran into a problem. When you first type in [duel and the gump appears if you uncheck the allow invites box it loops and says you cannot do anything else untill you check that box, then it freezes will not let you recheck the box,close the window, and server restart does not reset the problem same thing when I restart.
And???....im kidding ill fix it as soon as i get a chance, thanks
 

vash88

Wanderer
Hey Shard crashed

The shard crashes and gives me this in crash report

Exception:
System.NullReferenceException: Object reference not set to an instance of an object.
at Server.OnsiteDueling.DuelScoreBoardGump.AddEntry(DuelPoints duelPoints, Int32 i)
at Server.OnsiteDueling.DuelScoreBoardGump..ctor(Int32 page)
at Server.OnsiteDueling.DuelScoreBoardGump.OnResponse(NetState 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)
 

Jeff

Lord
vash88 said:
The shard crashes and gives me this in crash report

Exception:
System.NullReferenceException: Object reference not set to an instance of an object.
at Server.OnsiteDueling.DuelScoreBoardGump.AddEntry(DuelPoints duelPoints, Int32 i)
at Server.OnsiteDueling.DuelScoreBoardGump..ctor(Int32 page)
at Server.OnsiteDueling.DuelScoreBoardGump.OnResponse(NetState 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)
Can you provide a debug crashlog? This issue can be like 10 different things in that method :)
 

Χååç

Wanderer
On-site Dueling System screwing Ilshenar

Yeah, Jeff, that script gayed up my server.

I have this champion spawn in Ilshenar in level two of the Spider Cave for Mephitis. My players use their pets to kill him, but when I've got your On-site Dueling System in my shard, for all the players it will say :

You cannot performe benificial acts on your target.

When they try to heal their pets.:(
When i'm on my GM character I can heal them and they can heal the pets when I don't have that script in.

If you've got any ideas on what the problem is tell me please.:)
 

Tee312

Wanderer
Χååç said:
Yeah, Jeff, that script gayed up my server.

I have this champion spawn in Ilshenar in level two of the Spider Cave for Mephitis. My players use their pets to kill him, but when I've got your On-site Dueling System in my shard, for all the players it will say :

You cannot performe benificial acts on your target.

When they try to heal their pets.:(
When i'm on my GM character I can heal them and they can heal the pets when I don't have that script in.

If you've got any ideas on what the problem is tell me please.:)

did you try healing them on a player character, without the script in? because GM characters can heal anything either way (i think.. thats if your talking bout your Game Master character)
 

Χååç

Wanderer
Yeah, ive already tried healing it on a player character like I said, I've even tried healing it on my own player character when the script is in. It only does it in Ilshenar but its fine in Felucca. I can heal the animals on a staff character and a player character when their in Ilshenar without the script.:confused:
 

Χååç

Wanderer
I forgot to add.

Also when I use the script for On-site dueling is there a way to make it so, if you have pets you can't use them to kill a person while in the On-site duel?:p
 

dracana

Sorceror
Χååç said:
Yeah, Jeff, that script gayed up my server.

I have this champion spawn in Ilshenar in level two of the Spider Cave for Mephitis. My players use their pets to kill him, but when I've got your On-site Dueling System in my shard, for all the players it will say :

You cannot performe benificial acts on your target.

When they try to heal their pets.:(
When i'm on my GM character I can heal them and they can heal the pets when I don't have that script in.

If you've got any ideas on what the problem is tell me please.:)

Isaac,

Look at this post by me in this thread...
http://www.runuo.com/forums/showpost.php?p=563864&postcount=18

Make this change in DuelController.cs and restart server. All should be well then. Guess Jeff forgot to fix in last release :)
 

Χååç

Wanderer
Question for Jeff

When you said you fixed it now, does that fix the link at the top? I had deleted the script thinking it wouldn't work and now that I'm going to download it again, I've got a question as to weither or not I have to edit the DuelController.cs.:confused:
 

Fr€€man

Sorceror
Help!

I made everything right and i got this msg

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 (1 errors, 1 warnings)
Warnings:
 + Customs/CC2.0.cs:
    CS0168: Line 45: The variable 'e' is declared but never used
[COLOR="Red"]Errors:
 + Items/Misc/Corpses/Corpse.cs:
    CS0103: Line 874: The name 'OnsiteDueling' does not exist in the current con
text[/COLOR]
Scripts: One or more scripts failed to compile or no script files were found.
 - Press return to exit, or R to try again.
 

TruenoAE86

Wanderer
error

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, 0 warnings)
Errors:
+ Items/Misc/Corpses/Corpse.cs:
CS0103: Line 874: The name 'OnsiteDueling' does not exist in the current con
text
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.:(
 

Jeff

Lord
TruenoAE86 said:
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, 0 warnings)
Errors:
+ Items/Misc/Corpses/Corpse.cs:
CS0103: Line 874: The name 'OnsiteDueling' does not exist in the current con
text
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.:(


Sry, read the installation again, i fixed it.
 

TruenoAE86

Wanderer
other error

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, 0 warnings)
Errors:
+ Items/Misc/Corpses/Corpse.cs:
CS1513: Line 880: } expected
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.:(
 

TruenoAE86

Wanderer
when i put that } in line 880 says other error 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, 0 warnings)
Errors:
+ Items/Misc/Corpses/Corpse.cs:
CS0234: Line 874: The type or namespace name 'Dueling' does not exist in the
namespace 'Server' (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.:(
 

m00er

Sorceror
After implementing the scripts it seems that it wiped my shard completely clean, every item/mobiles, as well as every door, and spawners.
 
Top