Full Version : Latest RunUO 2.0 server - rev 286
xmlspawner >>Misc >>Latest RunUO 2.0 server - rev 286


<< Prev | Next >>

Erica- 12-13-2006
Svn is now Svn 113 Latest Update.

Erica- 12-13-2006
svn 116 now.

DrussRob- 12-13-2006
114 included core changes.

"Buffer allocation optimizations in PacketWriter
Misc string cleanup"

This exe is compiled from 117

Erica- 12-15-2006
svn 120 is latest.

gladik- 12-15-2006
QUOTE (Erica @ December 15, 2006 01:07 pm)
svn 120 is latest.

What was changed in 119 & 120 Revision ?

ArteGordon- 12-15-2006
only Scripts changes were made. The server was not changed.

gladik- 12-15-2006
QUOTE (ArteGordon @ December 15, 2006 03:24 pm)
only Scripts changes were made. The server was not changed.

Can u post log of 119 & 120 Revision? Because when I try to look over a log, in these Revisions empty.

ArteGordon- 12-15-2006
yes, I noticed that the changes dont show up in the summary log. I dont have a record of what was changed.

DarkGypsy- 12-17-2006
I saw a post earlier about changed scripts, but I'm not sure where to find them. I recompiled my server but without the scripts that were redone I'm somewhat stuck lol. This is my error message:
CODE
RunUO - [www.runuo.com] Version 2.0, Build 2539.13758
Core: Running on .NET Framework Version 2.0.50727
Scripts: Compiling C# scripts...failed (4 errors, 0 warnings)
Errors:
+ Items/Misc/Corpses/Corpse.cs:
   CS0506: Line 548: 'Server.Items.Corpse.SendInfoTo(Server.Network.NetState)':
cannot override inherited member 'Server.Item.SendInfoTo(Server.Network.NetStat
e)' because it is not marked virtual, abstract, or override
+ Items/Misc/Blocker.cs:
   CS0506: Line 21: 'Server.Items.Blocker.SendInfoTo(Server.Network.NetState)':
cannot override inherited member 'Server.Item.SendInfoTo(Server.Network.NetStat
e)' because it is not marked virtual, abstract, or override
+ Items/Misc/LOSBlocker.cs:
   CS0506: Line 30: 'Server.Items.LOSBlocker.SendInfoTo(Server.Network.NetState
)': cannot override inherited member 'Server.Item.SendInfoTo(Server.Network.NetS
tate)' because it is not marked virtual, abstract, or override
+ Multis/HouseFoundation.cs:
   CS0506: Line 623: 'Server.Multis.HouseFoundation.SendInfoTo(Server.Network.N
etState)': cannot override inherited member 'Server.Item.SendInfoTo(Server.Netwo
rk.NetState)' because it is not marked virtual, abstract, or override
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.


Could someone point me in the right direction please? biggrin.gif

Doh, strike the help request, found the scripts that were needed earlier in this posting.

Erica- 12-20-2006
Svn 121 is latest.

ArteGordon- 12-20-2006
121 updated clientversion.cs so it is an important revision for being able to properly identify newer clients.

Erica- 12-20-2006
QUOTE (ArteGordon @ December 20, 2006 06:07 am)
121 updated clientversion.cs so it is an important revision for being able to properly identify newer clients.

Yes very important to bad uogateway still wont work till mrfix updates uogateway .

gladik- 12-20-2006
Im download rev 121 server, but when run...


Errors:
+ Misc/ResourceInfo.cs:
CS0101: Line 6: The namespace 'Server.Items' already contains a definition f
or 'CraftResource'
CS0101: Line 32: The namespace 'Server.Items' already contains a definition
for 'CraftResourceType'
CS0101: Line 40: The namespace 'Server.Items' already contains a definition
for 'CraftAttributeInfo'
CS0101: Line 277: The namespace 'Server.Items' already contains a definition
for 'CraftResourceInfo'
CS0101: Line 307: The namespace 'Server.Items' already contains a definition
for 'CraftResources'
CS0101: Line 547: The namespace 'Server.Items' already contains a definition
for 'OreInfo'
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.

DarkGypsy- 12-21-2006
The problem appears to be with your ResourceInfo.cs file. Did you remember to clear your Scripts/Output folder before you tried to restart your server? Only other thing it could be is having the file duplicated in your scripts folder somewhere.

gladik- 12-21-2006
I put standard scripts and server and it gives out this error.