Jezika
Member
xmlspawner attach.cs & xmlsetgump.cs errors. please guide me to fix this please
I had just downloaded the xmlspawner2 from https://code.google.com/p/xmlspawner/issues/detail?id=7 on may 31,2014. followed the instructions, which might i add were very precise and clear. I had and have no errors with any of the alterations that were suggested. thank you =)
Here is a copy of the runuo window
RunUO - [https://github.com/runuo/] Version 2.5.0.24991
Core: Running on .NET Framework Version 4.0.30319
Core: Optimizing for 3 64-bit processors
Core: Server garbage collection mode enabled
RandomImpl: CSPRandom (Software)
Scripts: Compiling C# scripts...failed (2 errors, 0 warnings)
Errors:
+ Customs/XmlSpawner Core/XmlAttach/XmlAttach.cs:
CS1525: Line 2473: Invalid expression term 'else'
CS1002: Line 2473: ; expected
+ Customs/XmlSpawner Core/XmlPropsGumps/XmlSetGump.cs:
CS1502: Line 271: The best overloaded method match for 'Server.Gumps.SetBody
Gump.SetBodyGump(System.Reflection.PropertyInfo, Server.Mobile, object, System.C
ollections.Generic.Stack<Server.Gumps.StackEntry>, int, System.Collections.Array
List)' has some invalid arguments
CS1503: Line 271: Argument 4: cannot convert from 'System.Collections.Stack'
to 'System.Collections.Generic.Stack<Server.Gumps.StackEntry>'
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
For the first error...its an else line....; isn't needed there so I'm just baffled. the 2nd error for the setgumps theres been issues i have read about but I was under the impression that the issue was corrected and the update was published on fwiffo's page back in april. i did check my setgumps.cs with the new one with winmerge and they are identical.
I had just downloaded the xmlspawner2 from https://code.google.com/p/xmlspawner/issues/detail?id=7 on may 31,2014. followed the instructions, which might i add were very precise and clear. I had and have no errors with any of the alterations that were suggested. thank you =)
Here is a copy of the runuo window
RunUO - [https://github.com/runuo/] Version 2.5.0.24991
Core: Running on .NET Framework Version 4.0.30319
Core: Optimizing for 3 64-bit processors
Core: Server garbage collection mode enabled
RandomImpl: CSPRandom (Software)
Scripts: Compiling C# scripts...failed (2 errors, 0 warnings)
Errors:
+ Customs/XmlSpawner Core/XmlAttach/XmlAttach.cs:
CS1525: Line 2473: Invalid expression term 'else'
CS1002: Line 2473: ; expected
+ Customs/XmlSpawner Core/XmlPropsGumps/XmlSetGump.cs:
CS1502: Line 271: The best overloaded method match for 'Server.Gumps.SetBody
Gump.SetBodyGump(System.Reflection.PropertyInfo, Server.Mobile, object, System.C
ollections.Generic.Stack<Server.Gumps.StackEntry>, int, System.Collections.Array
List)' has some invalid arguments
CS1503: Line 271: Argument 4: cannot convert from 'System.Collections.Stack'
to 'System.Collections.Generic.Stack<Server.Gumps.StackEntry>'
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
For the first error...its an else line....; isn't needed there so I'm just baffled. the 2nd error for the setgumps theres been issues i have read about but I was under the impression that the issue was corrected and the update was published on fwiffo's page back in april. i did check my setgumps.cs with the new one with winmerge and they are identical.