Search found 23 matches

by Audioslave
Sun Jun 04, 2006 8:00 pm
Forum: Helbreath Server Source
Topic: Worldlserver Source
Replies: 180
Views: 35080

World server send and receive all msgs more slowly than original. How can i fix it?
by Audioslave
Fri Jun 02, 2006 9:10 pm
Forum: Helbreath Server Source
Topic: My Hgserver Crash, Someone Can Help Me?
Replies: 1
Views: 361

When I kill a enemy and he die, if I move out of the screen and come back again, i can't see the corpse and my gameserver crash. I'm trying to debug hgserver but it show me the error in asm and I don't know nothing of asm. If someone can help me i will be very happy. Error: 0040C18A 0F BF 51 0A    ...
by Audioslave
Fri Jun 02, 2006 1:35 pm
Forum: Source Code Requests
Topic: Trade Bug
Replies: 5
Views: 696

In game.cpp look for this function

Code: Select all

void CGame::_ClearExchangeStatus(int iClientH)
After the last

Code: Select all

}
Add this:

Code: Select all

m_pClientList[iClientH]->m_bIsExchangeConfirm = FALSE;
by Audioslave
Mon May 29, 2006 2:49 pm
Forum: Helbreath Server Source
Topic: Majestetic Bug.
Replies: 4
Views: 478

in Client.cpp, in Constructor CClient::CClient() add this:

Code: Select all

m_iGizonItemUpgradeLeft = 0;
by Audioslave
Mon May 22, 2006 2:58 am
Forum: Helbreath Server Source
Topic: Worldlserver Source
Replies: 180
Views: 35080

Image
I don't know why i got this error now :S. 2 or 3 hours ago i didn't got this error.. Hypno can you help me?
by Audioslave
Thu Apr 20, 2006 3:03 am
Forum: Helbreath Client Source
Topic: Client V3.51 & V3.82 C++ Sources
Replies: 437
Views: 70197

Change Set with majestics points has a little bug. Normally (in original client), when you decrease 3 stats points using majestics, you have m_iLU_Pool+3, and if you get disconnected or if you log-out, when you log-in again you have 3 points to add to stats, like level up system. But in Snoopy &...
by Audioslave
Wed Apr 19, 2006 12:34 am
Forum: Helbreath Server Source
Topic: [code] Want To Marry Me ?
Replies: 20
Views: 1680

Argentum is not coded in C, is coded in Visual Basic.
Bye
by Audioslave
Thu Apr 13, 2006 3:11 am
Forum: Helbreath Client Source
Topic: Client V3.51 & V3.82 C++ Sources
Replies: 437
Views: 70197

Nice job guys, thank you a lot.
Bye ;)
by Audioslave
Wed Apr 05, 2006 8:29 pm
Forum: Helbreath Client Source
Topic: V3.51 Clone-client
Replies: 51
Views: 4471

Why are you coding majestic upgrade?. Majestic upgreade is already coded, you have to define #define DEF_GIZON in GlobalDef.h.
Bye
by Audioslave
Tue Mar 28, 2006 7:29 pm
Forum: Helbreath Client Source
Topic: Building 2.20 Client Up
Replies: 50
Views: 4669

in Globaldef.h you will see something like that: //#define DEF_LANGUAGE 1 #define DEF_LANGUAGE 2 //#define DEF_LANGUAGE 3 //#define DEF_LANGUAGE 4 //#define DEF_LANGUAGE 5 you have to change that for this //#define DEF_LANGUAGE 1 //#define DEF_LANGUAGE 2 //#define DEF_LANGUAGE 3 #define DEF_LANGUAG...
by Audioslave
Tue Mar 28, 2006 1:55 am
Forum: Helbreath Client Source
Topic: Help Again :p
Replies: 4
Views: 544

I'm trying to code hero effects, but my code doesn't work, someone can help me with this? Bye  ^_^ N00b de mierda andate a otro lado Are you retarded? I'm noob? you can't code a shit, your brother is the coder, you are a retaded noob so please if you can't code a shit and you can't say nothing good...
by Audioslave
Sun Mar 26, 2006 10:10 pm
Forum: Helbreath Client Source
Topic: Help Again :p
Replies: 4
Views: 544

I'm trying to code hero effects, but my code doesn't work, someone can help me with this?
Bye ^_^
by Audioslave
Sat Mar 18, 2006 1:39 am
Forum: Helbreath Client Source
Topic: Can Someone Help Me?
Replies: 1
Views: 429

I'm trying to code auras effect: PFM, PFA, Defense-Shield, and poison. Well, i have auras effects added into client and gameserver, but i have a bug. If some npc have special ability like anti-magic, anti-physical, critical poisonous or poisonous, etc. the npc has aura too -.-. If npc is anti-magic...
by Audioslave
Thu Mar 02, 2006 6:53 pm
Forum: Helbreath Server Source
Topic: Majestic Question
Replies: 6
Views: 474

It's coded client side... You can't change it in HG Sources. When I added majestic upgrade in 2.20 client source, i did it so you can upgrade any item that is binded to your char. Will allow much more items to be upgraded but it needs some editions in HG sources. You can also change in Client sourc...
by Audioslave
Mon Feb 27, 2006 8:57 pm
Forum: Helbreath Client Source
Topic: Dk Glare
Replies: 13
Views: 1407

yes, now i understand, thank you a lot :)
Bye