Full Version : Compatibility
xmlspawner >>SpawnEditor 2 Troubleshooting >>Compatibility


<< Prev | Next >>

xiantzu- 01-30-2006
I am not sure where to post this, there are three sites that you can find forums for the related, but I'm gonna give it a shot.

I started out with a fresh install to test the Shard Pack that contains the XML Spawner2 program, and I thought the Spawn Editor looked like a very helpful program. My difficulty is that I am running my server on a laptop that is just meant to run the server, and I want to use the Trans Server, but when I put in the files I get a few errors.

CODE

RunUO - [www.runuo.com] Version 1.0.0 Build 36918
Scripts : Compiling C# Scripts...failed (3 errors, 1 warnings)
- Error: Scripts\Custom\ArteGordon\TransferServer\GetSpawnerData.cs: CS1501: (line 309, column 4) No overload for method 'SaveSpawnList' takes  '2' arguments
- Error: Scripts\Custom\ArteGordon\TransferServer\SaveSpawnerData.cs: CS0117: (line 78, column 4) 'Server.Mobiles.XmlSpawner' does not contain a definition for 'XmlLoadFromStream'
- Error: Scripts\Custom\ArteGordon\TransferServer\UnloadSpawnerData.cs: CS0117: (line 76, column 4) 'Server.Mobiles.XmlSpawner' does not contain a definition for 'XmlUnLoadFromStream'
-Warning: Scripts\Items\Weapons\Ranged\BaseRanged.cs: CS0162: (line 102, column 7) Unreachable code detected


So my question is, will the Spawn Editor work with the Shard Pack instal method or I am just overlooking something. I looked into all tehse errors, but I am not sure how to fix them. And then I'm pretty confused about wether or not the BaseRanged problem has anything to do with this, but I didn't get the error until the Transfer Server went in.

Any help will be appreciated.

ArteGordon- 01-30-2006
you just need to upgrade to the latest version of xmlspawner2.

xiantzu- 01-30-2006
Alright I'll give it a shot.

By the way, is there a command list anywhere? I found commands in the update text files but not an organized list of commands.

ArteGordon- 01-30-2006
look in the How Do I forum.

xiantzu- 01-30-2006
Alright, I took all the files from the new update that it looked like you just put out and put them in the folder where the Shard Pack had them, and I came up with a slew of errors. Mostly container.cs. I'm gonna put a screen shot up in a minute.

The story is I have been running RunUO for just shy of a month now, and I am trying to add different features, and the Shard Pack looked nice, and it seemed to set everything up without clashing with other stuff. I am not familiar with C# and this is very hard to learn using these scripts. Wether this helps me or not, the least I can do is bring these problems to your attention.

ArteGordon- 01-30-2006
you probably have two copies of container.cs and stealing.cs

You need to replace the existing ones with the ones included in the package. Just look at the installation instructions again.

xiantzu- 01-30-2006
Alright that worked. I changed container and stealing to text files and it ran up. Then I threw in the Transfer Server and it is working. Thanks a lot for your help.