Hello guys.
I have been updated my servuo shard by munually.


Above the update must change 46 files with 4,665 additions and 23 deletions, and I have done perfectly.
After that, during the compiling, I got an error.
Please let me know somthing which can resolve this.

C#:
Errors:
+ Mobiles/NPCs/Mannequin/Gumps.cs:
    CS0103: Line 244: The name 'AddSpriteImage' does not exist in the current context
    CS0103: Line 268: The name 'AddSpriteImage' does not exist in the current context
    CS0103: Line 42: The name 'AddSpriteImage' does not exist in the current context
    CS0103: Line 70: The name 'AddSpriteImage' does not exist in the current context
Scripts: One or more scripts failed to compile or no script files were found.
 
When you open up your server, should be a folder called server

the path tot he file you need is server/gumps

the file is located in there. make sure you are using VS to do any code merges these helps track issues with your code.
 
Back