NPCDialog.cs open (for example) and change something. So I save and close. (I saved by using Ctrl + S). I the New CO Server and reopen. And when I open the server, the NPC has changed nothing. What i need to do to save correctly?
saving does nothing... You need to debug it in order to re-build the .exe files.
The project file and the .cs files it loads are all your source code that controls the server. You cannot simply run those though (without using a compiler obviously, I just mean in general). You have to use a program to build them into a .exe file that you can click and run. To do that press f5 in your project and it will debug (and load) the server. you can then open the bin/debug folder to find the .exe and run it.
saving does nothing... You need to debug it in order to re-build the .exe files.
The project file and the .cs files it loads are all your source code that controls the server. You cannot simply run those though (without using a compiler obviously, I just mean in general). You have to use a program to build them into a .exe file that you can click and run. To do that press f5 in your project and it will debug (and load) the server. you can then open the bin/debug folder to find the .exe and run it.
You made something so simple so confusing.
@OP: You aren't building your project. Go to Build > Build Solution OR hit "F6"... then run the server.
You hit F5 (or Debug > Start Debugging) when you want to debug it within Visual Studios to find errors.
Writing code does nothing.
You have to COMPILE that code into machine language, so you get the .exe you see.
So just saving the code does nothing. You would have to recompile the project.
Visual C++ (C++), Visual Basic, oder AutoIT? 06/24/2010 - .NET Languages - 11 Replies Hallo Zusammen
Ich würde gerne mit dem Programmieren anfangen.
Meine Vorstellungen:
Es müsste möglich sein, eigene Programme zu schreiben wie z. B. MSN, Emule oder ähnliches. Natürlich nie in dieser Grösse nur als Beispiel.
Als weiteres sollte mit der gleichen Programmiersprache auch die Möglichkeit bestehen einen WoW Bot zu schreiben. Habe gehört die meisten Bots sind in Auto IT geschrieben. Gibt es unterschiede wegen des Warden schutzes oder kommt es nicht darauf an?
saving 06/05/2010 - CO2 Private Server - 10 Replies When im changing the status of a player ex. normal to PM.
Then they only got it untill they logoff.
But how can I save it?
I tried alot things now, anyone got a clue for it?
I tried put save in Character save etc.
But didnt work.
Is for Tanels source.
help saving 06/24/2009 - EO PServer Hosting - 4 Replies for some reason when i set my compose rate high just to mess around everytime i logg off it drops alot of the stars i just got off ... any1 know what if its a save problem or what is it?