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!

OWLTR and RunUO 2.3 CanFly merge problems

Solei

Sorceror
I am having this issue. Im a novice at this but I did everything you said above and I do have the backup file and the new one I saved when I merged it. If I leave in the can fly section on the basecreature file, I get a whole new set of errors. Any suggestions?
 

tshealey

Sorceror
Ok still having issues. I've read all of the above and still getting errors. I've replaced all files with the exception of merging basevendor.cs, playermobile.cs, genericsell.cs and basecreature.cs. I used Winzip to merge and I merged all yellow highlighted text from modified files mentioned above to the original file. (<Wanted to make sure this was not my mistake here.) Below you will see my errors and copies of the mentioned files. (BAK files are in with the cs files in my scripts. Wasn't able to upload those for some reason.)

RunUO - [https://github.com/runuo/] Version 2.4.1.9264
Core: Running on .NET Framework Version 4.0.30319
Core: Optimizing for 12 64-bit processors
RandomImpl: CSPRandom (Software)
Scripts: Compiling C# scripts...failed (1 errors, 0 warnings)
Errors:
+ Mobiles/BaseCreature.cs:
CS1519: Line 3627: Invalid token 'if' in class, struct, or interface member
declaration
CS1519: Line 3627: Invalid token '!=' in class, struct, or interface member
declaration
CS1519: Line 3628: Invalid token '(' in class, struct, or interface member d
eclaration
CS1519: Line 3628: Invalid token ',' in class, struct, or interface member d
eclaration
CS1519: Line 3628: Invalid token ')' in class, struct, or interface member d
eclaration
CS1519: Line 3631: Invalid token '||' in class, struct, or interface member
declaration
CS1519: Line 3631: Invalid token '==' in class, struct, or interface member
declaration
CS1519: Line 3631: Invalid token ')' in class, struct, or interface member d
eclaration
CS1519: Line 3631: Invalid token '&&' in class, struct, or interface member
declaration
CS1519: Line 3631: Invalid token '!=' in class, struct, or interface member
declaration
CS1519: Line 3631: Invalid token '&&' in class, struct, or interface member
declaration
CS1519: Line 3631: Invalid token '!=' in class, struct, or interface member
declaration
CS1519: Line 3631: Invalid token '&&' in class, struct, or interface member
declaration
CS1519: Line 3631: Invalid token '==' in class, struct, or interface member
declaration
CS1519: Line 3631: Invalid token '&&' in class, struct, or interface member
declaration
CS1519: Line 3631: Invalid token ')' in class, struct, or interface member d
eclaration
CS1520: Line 3641: Method must have a return type
CS1001: Line 3641: Identifier expected
CS1031: Line 3641: Type expected
CS1520: Line 3641: Method must have a return type
CS1001: Line 3641: Identifier expected
CS1031: Line 3641: Type expected
CS1519: Line 3643: Invalid token ')' in class, struct, or interface member d
eclaration
CS1520: Line 3644: Method must have a return type
CS1031: Line 3644: Type expected
CS1520: Line 3646: Method must have a return type
CS1001: Line 3646: Identifier expected
CS0116: Line 3651: A namespace cannot directly contain members such as field
s or methods
CS1518: Line 3669: Expected class, delegate, enum, interface, or struct
CS1518: Line 3672: Expected class, delegate, enum, interface, or struct
CS1022: Line 3673: Type or namespace definition, or end-of-file expected
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
 

Attachments

  • BaseCreature.cs
    146.5 KB · Views: 2
  • BaseVendor.cs
    35.8 KB · Views: 0
  • GenericSell.cs
    3.6 KB · Views: 0
Top