[FAQ] HellmouthSource

03/08/2011 04:23 pro4never#16
Umm... delete all of those references and re-add them from the source. Makes no sense that would be happening.

What version of visual studio are you using?

The fact it can't locate "Systems.Numerics" strongly indicates there's something wrong with your C# install/version.
03/08/2011 04:32 { Angelius }#17
here is something to help with ,



CLIENT LINK: [Only registered and activated users can see links. Click Here To Register...]
LOADER LINK [Only registered and activated users can see links. Click Here To Register...]
03/08/2011 05:46 co-mex#18
Quote:
Originally Posted by { Angelius } View Post
here is something to help with ,

[Only registered and activated users can see links. Click Here To Register...]


CLIENT LINK: [Only registered and activated users can see links. Click Here To Register...]
LOADER LINK [Only registered and activated users can see links. Click Here To Register...]
Good Guide Thank You!=D
03/08/2011 08:04 tanelipe#19
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 [Only registered and activated users can see links. Click Here To Register...] and from there choose the Visual C# Express.
03/08/2011 08:19 KOconquer#20
How i add monsters and repair npcs ?
03/08/2011 08:56 pro4never#21
Quote:
Originally Posted by KOconquer View Post
How i add monsters and repair npcs ?
You learn C#...


-Learn how packets work

-learn to log packets from tq servers

-log those packets

-figure out how the systems work

-code the systems.


Aka how I coded most of the stuff in the source.

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.
03/08/2011 09:01 KOconquer#22
Quote:
You learn C#...


-Learn how packets work

-learn to log packets from tq servers

-log those packets

-figure out how the systems work

-code the systems.


Aka how I coded most of the stuff in the source.

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
03/08/2011 09:46 Korvacs#23
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.
03/08/2011 09:59 Syst3m_W1z4rd#24
Quote:
Originally Posted by Korvacs View Post
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.
It's not only here. It's everywhere.
03/08/2011 20:22 HackProvider#25
Alright a few questions ,

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

thankss
03/08/2011 21:40 hippie#26
p4n do u haf anything to do wif this web site lol

[Only registered and activated users can see links. Click Here To Register...]
03/08/2011 22:06 pro4never#27
The only site I've released the source on is epvp.

If anyone knows arabic and wants to yell at them that would rock. I'm not too concerned though.
03/09/2011 02:34 verdito99#28
Guys, i got this problem... Somebody can help me?
Code:
[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
03/09/2011 03:00 pro4never#29
use a 32 bit libey32.dll and make sure you force the project to 32 bit mode.

You can find the libey32.dll in the original coemu release thread or a number of other sources. Forcing to 32 bit you can find a post by korv on it.
03/09/2011 03:05 verdito99#30
Sry don't work man, how can i make it work?