What is the easiest source to use for a beginner? I tried Club, but mysql is so annoying sometimes. If you make a suggestion, will you please add the link to the source and tutorial how to set it up?
Clubs is the easiest to make and edit.
Takes about 3 minutes to set up.
Import db>struct.sql in workbench then close workbench
Open server.sln in Sharp Develop (I use 5.1 beta) then find database.cs in db and insert your mysql password (most people use botmaker) where it says password=
Find list.cs in server>char and scroll down to the default server which is Trav's Hamachi I think, change that you your server name (ex: Infinite Realms which is mine) and then find the dns a few lins under it, change to your hamachi or VPS IP.
Rebuild/Build solution.
Open yogda, open the client.swf the source folder gives you, then search for 127.0.0.1 and double click it for it to bring you to that line, then when youre there, double click it again to edit it, change to hamachi IP or VPS IP, whichever you used.
Keep the ':8888' there because thats the port. If you change that you will also have to change it in server program.cs. I suggest just keeping it as 8888.
But, then save client.
Run server.exe as admin, wserver.exe regularly.
If server.exe crashes, heres a fix:
Go in sharpdev, find project tab, go to project options, click, go to compiling, find target CPU: and then change it to 32-bit one.
Then rebuild again.
Clubs is the easiest to make and edit.
Takes about 3 minutes to set up.
Import db>struct.sql in workbench then close workbench
Open server.sln in Sharp Develop (I use 5.1 beta) then find database.cs in db and insert your mysql password (most people use botmaker) where it says password=
Find list.cs in server>char and scroll down to the default server which is Trav's Hamachi I think, change that you your server name (ex: Infinite Realms which is mine) and then find the dns a few lins under it, change to your hamachi or VPS IP.
Rebuild/Build solution.
Open yogda, open the client.swf the source folder gives you, then search for 127.0.0.1 and double click it for it to bring you to that line, then when youre there, double click it again to edit it, change to hamachi IP or VPS IP, whichever you used.
Keep the ':8888' there because thats the port. If you change that you will also have to change it in server program.cs. I suggest just keeping it as 8888.
But, then save client.
Run server.exe as admin, wserver.exe regularly.
If server.exe crashes, heres a fix:
Go in sharpdev, find project tab, go to project options, click, go to compiling, find target CPU: and then change it to 32-bit one.
Then rebuild again.
Everytime I try to import the server workbench says, "You need an established connection to the mysql server" or something like that.