Go for it. Always encouraging ppl to make use of/connvert stuff i release.Quote:
Sounds like a decent source im dl'ing now ill check it out might use some of ur ideas and perfect em if they arent already if u dont mind
Credits will be given ofc!
starting hellmouth again is a great ideea :DQuote:
Go for it. Always encouraging ppl to make use of/connvert stuff i release.
Keep in mind this version of the source especially is half coded/sloppy features just to test that i could get something working lol... don't expect much more than examples from it lol.
@ starting up hellmouth again... rather unlikely that it will return as anything more than a test server once the ai system is done/in place but anything can happen. Maybe if the test server is stable enough and popular and i can get some funding it will come back... far down the road though.
i have this problem too, i changed "managedopenssl" from gameserver and loginserver, luaInterface and mysql.data. i dont know if i change the corect dll's, so please i need a little help from u, i run 32 bit OS. thx pro4never for all ur all post, bc i learning alot from u.Quote:
Looks to me like it's not loading korvaks dmap reader properly. Are you runnin 32 bit os? If so grab the 32 bit dll from his thread here and change the reference to it. Thiis was setup and running on 64 bit so you may need to swap some dll's
Korvaks dmap reader 32 bit (search forum), libeay32.dll 32 bit one (is in original coemu download) and i think that's it.Quote:
i have this problem too, i changed "managedopenssl" from gameserver and loginserver, luaInterface and mysql.data. i dont know if i change the corect dll's, so please i need a little help from u, i run 32 bit OS. thx pro4never for all ur all post, bc i learning alot from u.
edit:
what dll's i need to change for 32 bits OS?
what is this warning, and how i can fix?:Quote:
Korvaks dmap reader 32 bit (search forum), libeay32.dll 32 bit one (is in original coemu download) and i think that's it.
Won't cause any problem. just means i made a variable that was never used.Quote:
what is this warning, and how i can fix?:
Warning 1 The variable 'e' is declared but never used C:\Hellmouth\CoEmu v2 GameServer\Handlers\QuizShow.cs 123 30 CoEmu v2 GameServer
Warning 2 The field 'CoEmu_v2_GameServer.Handlers.Handler.x' is assigned but its value is never used C:\Hellmouth\CoEmu v2 GameServer\Handlers\Chat.cs 28 20 CoEmu v2 GameServer
The type initializer for 'OpenSSL.BigNumber' threw an exception.
public static void GenerateKey()
{
[COLOR="DarkRed"]Nano.ServerKey = new OpenSSL.DH(OpenSSL.BigNumber.FromHexString(P), OpenSSL.BigNumber.FromHexString(G));[/COLOR]
Nano.ServerKey.GenerateKeys();
}