Page 1 of 1

Help Building the clients

Posted: Mon Feb 24, 2014 11:01 am
by deoboropk
Hi there.

I have been running a FFXI Private server for just over a year now. Last night I needed to update the server so I re-build the client on visual studio. I now keep getting this error when I try to build it;

Error 1 error MSB8008: Specified platform toolset (v120) is not installed or invalid. Please make sure that a supported PlatformToolset value is selected. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Platforms\Win32\Microsoft.Cpp.Win32.Targets 518 6 DSConnect-server


Any help would be grateful.

Re: Help Building the clients

Posted: Mon Feb 24, 2014 12:29 pm
by whasf
Sounds like you have it targeted wrong.. See some of these hits:

https://www.google.com/#q=Specified+pla ... or+invalid

Re: Help Building the clients

Posted: Mon Feb 24, 2014 12:42 pm
by kjLotus
install visual studio 2013, the project requires 2013 now

Re: Help Building the clients

Posted: Fri Feb 28, 2014 7:58 am
by deoboropk
Brilliant thanks! Got it working again :)

One more thing. Didn't wanna make another post JUST for this.

But... The @setgil command doesnt work. All the other commands work, just not that one?

Re: Help Building the clients

Posted: Fri Feb 28, 2014 9:16 am
by nasomi
@setgil works, but it's a self targeted thing. @setgil 10 would set your personal gil to 10. If you want to give gil to another player you would @givegil player 10.

Re: Help Building the clients

Posted: Fri Feb 28, 2014 9:31 am
by deoboropk
Hmm strange. The @setgil doesn't work but if I do the @givegil and put my name on then it works. Strange. Oh well. Thanks for your help!!