Search found 31 matches

by XsX
Sun May 13, 2007 2:00 am
Forum: Source Code Requests
Topic: [req] brute force account fix
Replies: 4
Views: 4329

authentification ?
by XsX
Sat Jan 27, 2007 7:05 am
Forum: Helbreath Chat
Topic: Running speed
Replies: 35
Views: 15363

can some1 tell me where is the speed number??????????????
u know when i get seticeflag y move 50% slowly WHERE IS THAT CODE?
if (seticeflag <span style='font-size:14pt;line-height:100%'> = </span> true) {
movementspeed = movementspeed*0.5;
}
else {
}

FKING JAVA LOL I HATE IT SO HARD FKING DIE ...
by XsX
Mon Jan 08, 2007 3:42 am
Forum: Source Code Submissions
Topic: [src] Tutelary Angels System
Replies: 140
Views: 41201

Charles wrote:
choymin wrote: erro

\Source\HGServer - Source\Game.cpp(10116) : error C2039: 'm_cMsgCount' : is not a member of 'CClient'

how can i fix this 'm_cMsgCount'
add

Code: Select all

BOOL m_cMsgCount;
to client.h
CHAR m_"c"MsgCount





:rolleyes:
by XsX
Wed Jan 03, 2007 4:01 pm
Forum: Source Code Submissions
Topic: [Src] Heldenian
Replies: 6
Views: 4644

Code: Select all

else if (pTile->m_iOccupyStatus 

WTF ? ? ? this end of function ? ? ?
ready trhee }}} and need ) NULL;
by XsX
Fri Dec 08, 2006 6:14 pm
Forum: Helbreath Client Source
Topic: [HELP] End Client Function
Replies: 5
Views: 4607

:rolleyes:
by XsX
Fri Dec 08, 2006 6:12 pm
Forum: Helbreath Client Source
Topic: [REQ] "Notes" Code
Replies: 45
Views: 18116

sos bobo dax
by XsX
Fri Dec 08, 2006 6:11 pm
Forum: Helbreath Client Source
Topic: PTA Question....
Replies: 3
Views: 3888

Senchi wrote: Its posible change max upgrade PTA .... i have only upgrade +10 in server oficials is +20 :S
the problem is that when you happen (+15) it returns you to 0… by (dwAtributte) somebody knows as to remove the cut, so that it lets raise to you but?



Bye
by XsX
Fri Jul 21, 2006 1:43 am
Forum: Helbreath Client Source
Topic: Client V3.51 & V3.82 C++ Sources
Replies: 437
Views: 147785

Any solution for ilusion movement bump/bug ???
by XsX
Sat Jun 03, 2006 1:26 am
Forum: Helbreath Server Source
Topic: My Hgserver Crash, Someone Can Help Me?
Replies: 1
Views: 806

ajam, audioslave use debug mode in visual c++ and find code bad(depurate)...
by XsX
Sat Jun 03, 2006 1:23 am
Forum: Helbreath Client Source
Topic: Client V3.51 & V3.82 C++ Sources
Replies: 437
Views: 147785

the craft code take only 2 items of potion.cfg... wath is this problem snoopy?

:o
by XsX
Fri Jun 02, 2006 3:51 pm
Forum: Source Code Submissions
Topic: [src] Hgserver Read Npcitem From Wlserver
Replies: 8
Views: 2560

post .cfg pls.
by XsX
Fri Feb 03, 2006 4:57 pm
Forum: Source Code Requests
Topic: [req]npc Not Appear
Replies: 2
Views: 1016

as it is the problem by which they do not appear npc of shop in 2.24b
by XsX
Fri Feb 03, 2006 4:51 pm
Forum: Source Code Requests
Topic: [req]force Recall Fix
Replies: 1
Views: 882

recall becomes crazy being in your City and it does recall to you without reason
by XsX
Fri Feb 03, 2006 6:38 am
Forum: Source Code Submissions
Topic: [src] Apocalypse
Replies: 8
Views: 2277

this 2nd tp(inferniaA, inferniaB) don't open ......... 0 npcs, don't open
by XsX
Mon Dec 12, 2005 9:28 pm
Forum: Helbreath Server Source
Topic: Can We All Work On A Code
Replies: 7
Views: 1712

#include <windows.h>
#include <stdio.h>

void LoadMap(void);
void Gay(void);
void Gay2(int);

int main(void) {
LoadMap();
return 0;
}

void LoadMap() {
char * pContents;
HANDLE hFile;
DWORD dwFileSize;
hFile = CreateFile("somemap.amd", GENERIC_READ, NULL, NULL, OPEN_EXISTING, NULL, NULL);
if ...