Search found 9 matches

by Malcom89
Sun Dec 31, 2006 12:41 pm
Forum: Client Codes Submissions
Topic: [Src]->Friends List.
Replies: 113
Views: 16443

I make something wrong... I can't close dialog boxes now...
by Malcom89
Sun Nov 05, 2006 9:45 pm
Forum: Source Code Submissions
Topic: [src] Auto criticals
Replies: 34
Views: 5039

Tafka12 wrote:
ccineks wrote: a mi sie to podoba nie pasuje komus to nie musi czytac proste
a zis suiaa siasud asudadad rtyays mnubassenro argsaa :unsure:
That is any laungue or random letters?
by Malcom89
Sat Nov 04, 2006 4:26 pm
Forum: Source Code Submissions
Topic: [src] Auto criticals
Replies: 34
Views: 5039

Cinek troszke się ośmieszyłeś =D
Very nice :ph34r:
:lol: :lol: :lol: :lol: :lol:
by Malcom89
Sat May 27, 2006 3:18 pm
Forum: Helbreath Server Source
Topic: Worldlserver Source
Replies: 180
Views: 34979

Code: Select all

	strcat(pData, "skill-mastery     = ");
	for (i = 0; i < 60; i++) {
  ZeroMemory(cTxt, sizeof(cTxt));
  wsprintf(cTxt, "%d ", 0);
  strcat(pData, cTxt);
What i have to change to make 100% start skills?

Code: Select all

wsprintf(cTxt, "%d ", 100);

?? :blink:
by Malcom89
Sat May 06, 2006 5:47 pm
Forum: Helbreath Client Source
Topic: Client V3.51 & V3.82 C++ Sources
Replies: 437
Views: 70047

diuuude wrote: Yup, that's it !

I'm happy ! You're one of the first guys who manage to find something by himself when someone give you a way... :)
Thank You Master for help :) ;)
by Malcom89
Fri May 05, 2006 9:42 pm
Forum: Helbreath Client Source
Topic: Client V3.51 & V3.82 C++ Sources
Replies: 437
Views: 70047

Code: Select all

// Strength UP - Diuuude
	if ((msX >= sX + 195) && (msX <= sX + 205) && (msY >= sY + 127) && (msY <= sY + 133) && (m_iStr <= 200) && (m_iLU_Point > 0)) {
(m_iStr <= 200) - That is? :)
by Malcom89
Fri May 05, 2006 9:17 pm
Forum: Helbreath Client Source
Topic: Client V3.51 & V3.82 C++ Sources
Replies: 437
Views: 70047

// Str wsprintf(G_cTxt, "%d", m_iStr); PutAlignedString(sX+48, sX+82, sY + 285, G_cTxt, 45,25,25); // Vit wsprintf(G_cTxt, "%d", m_iVit); PutAlignedString(sX+218, sX+251, sY + 285, G_cTxt, 45,25,25); // Dex wsprintf(G_cTxt, "%d", m_iDex); PutAlignedString(sX+48, sX+82,...
by Malcom89
Fri May 05, 2006 7:30 pm
Forum: Helbreath Client Source
Topic: Client V3.51 & V3.82 C++ Sources
Replies: 437
Views: 70047

Drajwer.... -.- Why you don't help? :( This meaby easy but i don't know where i can change this....
by Malcom89
Fri May 05, 2006 3:31 pm
Forum: Helbreath Client Source
Topic: Client V3.51 & V3.82 C++ Sources
Replies: 437
Views: 70047

Where o can change max stats? I must make 600 max stats not 200... pls help.... I can't change this in HEX editor :(