[Help]Changing Server name

03/27/2011 23:38 royalpro#1
Hello there guys,

I'm using NewestCOServer (.Ini files)
When i login it says.
[System] Welcome to ThunderCo! blablabla

Well.. I tried teleport.cs and edit it and save it etc..

But it doesnt change the message at all...
Anyone got any idea why? :P

Thanks in advance :D
03/28/2011 02:16 pro4never#2
Open the entire solution and then edit teleport.cs from the solution manager inside and then debug.

You cannot just edit single .cs files. You have to debug/compile the entire project for changes to be made.
03/28/2011 12:13 Syst3m_W1z4rd#3
Remember the executeable file is not reading your source files (Only if you code it to do that eg. ScriptEngine). You would need to debug in order to compile the code from your sourcefiles to computerlanguage (Assembly).