Hello I downloaded the Complete Server pack With Owltr and i am not able to complie my server. Just wondering if somone has a idea where i could look to fix this. When i first downloaded the package i was told no need to complie just run. Though some point i will have to have there server recompile for certain big scripts. Where could i start . I need a good foundation to go off of or i am never going to get my shard right.
thanks....

This is the error it is throwing ....


Compile Server for Windows

Press any key to continue . . .
Could Not Find C:\Users\Titon\Desktop\vanq uo 7-20-16\ServUO.exe
C:\Users\Titon\Desktop\vanq uo 7-20-16>C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\csc.exe /win32icon:"C:\Users\Titon\Desktop\vanq uo 7-20-16\Server\servuo.ico" /r:"C:\Users\Titon\Desktop\vanq uo 7-20-16\Ultima.dll" /target:exe /out:"C:\Users\Titon\Desktop\vanq uo 7-20-16\ServUO.exe" /recurse:"C:\Users\Titon\Desktop\vanq uo 7-20-16\Server\*.cs" /d:ServUO /d:NEWTIMERS /nowarn:0618 /debug /nologo /optimize /unsafe
Server\Network\Packets.cs(305,32): error CS0246: The type or namespace name
'BuyItemState' could not be found (are you missing a using directive or
an assembly reference?)
Server\Network\Packets.cs(334,36): error CS0246: The type or namespace name
'BuyItemState' could not be found (are you missing a using directive or
an assembly reference?)
Server\Network\Packets.cs(385,44): error CS0246: The type or namespace name
'BuyItemState' could not be found (are you missing a using directive or
an assembly reference?)
Server\Network\Packets.cs(416,56): error CS0246: The type or namespace name
'SellItemState' could not be found (are you missing a using directive or an assembly reference?)
Server\Interfaces.cs(32,37): error CS0246: The type or namespace name
'BuyItemResponse' could not be found (are you missing a using directive
or an assembly reference?)
Server\Interfaces.cs(33,38): error CS0246: The type or namespace name
'SellItemResponse' could not be found (are you missing a using directive or an assembly reference?)

Done!

Press any key to continue . . .
 
Back