The reason you're having the default parameter error is because you're not using Visual Studio 2010 or another IDE that supports 4.0 .NET frameworks default parameters. You either have to remove those default parameters or start using Visual Studio 2010.
You can download Visual C# Express from and from there choose the Visual C# Express.
Alternatively you could look at other sources and figure out how they handle the systems you want to add... and then use those as a guideline.
and yes... you need to actually UNDERSTAND how the systems work to code them properly. That's why I strongly suggest that everyone learn some coding (past simple npc editing and such) so that they can do this kind of thing.
Alternatively you could look at other sources and figure out how they handle the systems you want to add... and then use those as a guideline.
and yes... you need to actually UNDERSTAND how the systems work to code them properly. That's why I strongly suggest that everyone learn some coding (past simple npc editing and such) so that they can do this kind of thing.
man im not good at coding
can u code source and upload it beacause i sufer from this problem too much
I think its time you learnt how to do things for yourselves, this is an excellent release in itself, the community needs to learn to support itself like it used to back when it started out, instead of being supported by a few people acting as pillars.
I think its time you learnt how to do things for yourselves, this is an excellent release in itself, the community needs to learn to support itself like it used to back when it started out, instead of being supported by a few people acting as pillars.
I recoded the Msqlreader for mobspawns .. so He should read the mobspawns right? I added some spawn in the database saved it, debugged it.. but no mobs at all..
when I spawn the dragon or other mobs I can't attack it.. is that just because that are ''spawned monsters'' or didnt you write the whole attack/monster thingy (sorry for my bad explanation)
well I guess that's all >< Thanks for all the help you guys give me
[HellmouthRevival] Global Damage reduction: '0.8'
[HellmouthRevival] Loaded 14385 items into server
[HellmouthRevival] Loaded 10644 plus bonuses into server
[HellmouthRevival] Loaded 576 Npcs from database
[HellmouthRevival] Loaded 930 Sobs from database
[HellmouthRevival] Loaded 448 portals from database
[HellmouthRevival] Loaded 402 Base Monsters from database
[HellmouthRevival] Loaded 58 Shops from database
[HellmouthRevival] Loaded arena rankings successfully
Server started in 4471 milliseconds
Server Ready
[HellmouthRevival] 1 passed login auth check
System.BadImageFormatException: Foi feita uma tentativa de se carregar um progra
ma com um formato incorreto. (Exception from HRESULT: 0x8007000B)
at Hellmouth.Encryption.Blowfish.BF_set_key(IntPtr _key, Int32 len, Byte[] da
ta)
at Hellmouth.Encryption.Blowfish.SetKey(Byte[] data) in C:\Users\Caio.CabralJ
r-PC\Downloads\Hellmouth\Encryption\Blowfish.cs:line 106
at Hellmouth.Encryption.GameCryptography..ctor(Byte[] key) in C:\Users\Caio.C
abralJr-PC\Downloads\Hellmouth\Encryption\Blowfish.cs:line 12
at Hellmouth.Client..ctor(Socket S) in C:\Users\Caio.CabralJr-PC\Downloads\He
llmouth\Objects\Client.cs:line 218
at Hellmouth.Program.GameSocket_AnnounceNewConnection(Wrapper obj) in C:\User
s\Caio.CabralJr-PC\Downloads\Hellmouth\Program.cs:line 309
at Hellmouth.Connections.WinSocket.AcceptConnections(IAsyncResult result) in
C:\Users\Caio.CabralJr-PC\Downloads\Hellmouth\Connections\ServersSock.cs:line 97