Client V3.51 & V3.82 C++ Sources

All Helbreath Client Source Discussion here.
Post Reply
Calibula
Regular
Posts: 87
Joined: Sun Jul 11, 2004 9:17 am

Post by Calibula »

If u have merien shield and u are (M), it doesn't make, mmm... "glare"...
Majestics Stats change bugged... if u change Int, it changes u vit, dex to vit, etc.

Bye!
snoopy81
Loyal fan
Posts: 338
Joined: Mon Jul 12, 2004 7:13 pm

Post by snoopy81 »

Code: Select all

Majestics Stats change bugged... if u change Int, it changes u vit, dex to vit, etc.
Already answered tath, lets fix your server code !
If u have merien shield and u are (M), it doesn't make, mmm... "glare"...
Sorry, but mine's glares fine...
_\_ _<br> / , \__/ . \ Admin of Equilibrium Project<br> II\ \___ . O<br> III \_/ \ _ / <a href='http://www.equiprojet.com' target='_blank'>http://www.equiprojet.com</a><br> II I¯I
Drazz
Regular
Posts: 52
Joined: Mon Dec 08, 2003 4:10 pm
Contact:

Post by Drazz »

Pener wrote:1st bug : - when i take items from WH , i cant see them...
2nd bug : cant do critical attack with LightingBlade
2nd bug already fixed by snoopy ;)

The 1st bug, in function RetrieveItemHandler, look for :

Code: Select all

RIH_STEP2:;
    if (m_pItemList[cItemIndex] != NULL) return;
    short nX, nY;
    nX = 40;
    nY = 30;
    for (j = 0; j < DEF_MAXITEMS; j++)
    {	if ( ( m_pItemList[j] != NULL) && (memcmp(m_pItemList[j]->m_cName, cStr1, 20) == 0))
    	{	nX = m_pItemList[j]->m_sX+1;
      nY = m_pItemList[j]->m_sY+1;
      break; 
    }	}
    m_pItemList[cItemIndex] = m_pBankList[cBankItemIndex];
    m_pItemList[cItemIndex]->m_sY =	nY;
Add this :

Code: Select all

    m_pItemList[cItemIndex]->m_sX =	nX;
I suppose this line was deleted by snoopy when he clears korean comments :P
<img src='http://drazzt.iespana.es/Drazzt/logo2.jpg' border='0' alt='user posted image' />
snoopy81
Loyal fan
Posts: 338
Joined: Mon Jul 12, 2004 7:13 pm

Post by snoopy81 »

I suppose this line was deleted by snoopy when he clears korean comments
Uploading fixed version (v1.0.1.2)
_\_ _<br> / , \__/ . \ Admin of Equilibrium Project<br> II\ \___ . O<br> III \_/ \ _ / <a href='http://www.equiprojet.com' target='_blank'>http://www.equiprojet.com</a><br> II I¯I
Drajwer
&lt;3 bd long time
Posts: 841
Joined: Fri Dec 10, 2004 3:24 pm

Post by Drajwer »

Hmm.. Majestic upgrade item dialog isnt working good.

Edited: ok i fixed it... nvm
<img src='http://img440.imageshack.us/img440/2627/15pt.jpg' border='0' alt='user posted image' /><br><br>HBPolska characters:<br><br>Hellios 150+ Aresden Hero Mage<br>TheBill 120 Aresden plrider<br>Kill_Me 100 Full-Hero plrider<br>Rockeater 110+ Aresden Plate Mage<br><br><a href='http://www.helbreath.org' target='_blank'>http://www.helbreath.org</a> come and play (250 ppl online)
-Pitu-
Regular
Posts: 37
Joined: Thu Mar 04, 2004 5:36 pm

Post by -Pitu- »

i think farming doesnt work or you can`t plant with the hoe in the hand

Good work Snoopy Diuuude and Clerico
BlueChristmas
Loyal fan
Posts: 216
Joined: Wed Apr 19, 2006 12:19 am

Post by BlueChristmas »

-Pitu- wrote: i think farming doesnt work or you can`t plant with the hoe in the hand

Good work Snoopy Diuuude and Clerico
Clerico? isn't it Cleroth? <_<
<img src='http://img114.imageshack.us/img114/8618 ... 2dy3lx.jpg' border='0' alt='user posted image' />
-Pitu-
Regular
Posts: 37
Joined: Thu Mar 04, 2004 5:36 pm

Post by -Pitu- »

yes but clerico is a drink and it sounds good :P
Maxis
Regular
Posts: 51
Joined: Tue Apr 04, 2006 4:47 pm

Post by Maxis »

I have error ;/

LINK : warning LNK4044: unrecognized option "UNRESOLVED"; ignored
LINK : fatal error LNK1181: cannot open input file "UNRESOLVED.obj"
Error executing link.exe.

Client.exe - 1 error(s), 1 warning(s)

what is wrong?? do you give me screen shot where i must give UNRESOLVED???
locobans
Outpost Junkie
Posts: 2264
Joined: Tue Jul 13, 2004 3:51 am
Location: Behind You
Contact:

Post by locobans »

Wanting to know...how's the crafting progress going on? :unsure:
QUOTE (ADDKiD @ Dec 1 2006, 4:01 PM) <br>You guys make me laugh alot, half the shit I say, is bullshit...<br><br><img src='http://img485.imageshack.us/img485/492/banssig1ng.gif' border='0' alt='user posted image' /><br><br><b>I see no changes at all, wake up in the morning and ask myself...<br>Is life worth living? Should I blast myself?</b><br><br><b><a href='http://2paclegacy.com' target='_blank'>2PacLegacy.com</a></b>
Drajwer
&lt;3 bd long time
Posts: 841
Joined: Fri Dec 10, 2004 3:24 pm

Post by Drajwer »

I have full crafting code with jewels and wares. Wait today i will release.
<img src='http://img440.imageshack.us/img440/2627/15pt.jpg' border='0' alt='user posted image' /><br><br>HBPolska characters:<br><br>Hellios 150+ Aresden Hero Mage<br>TheBill 120 Aresden plrider<br>Kill_Me 100 Full-Hero plrider<br>Rockeater 110+ Aresden Plate Mage<br><br><a href='http://www.helbreath.org' target='_blank'>http://www.helbreath.org</a> come and play (250 ppl online)
Shadoelement
Regular
Posts: 32
Joined: Mon Mar 15, 2004 8:26 pm

Post by Shadoelement »

When you get hit with MIM next to a wall, you cant move. The directions are a bit weird and seems like your just paralized.
chemicalsno
just visiting
Posts: 3
Joined: Wed Apr 20, 2005 3:41 pm

Post by chemicalsno »

Shadoelement wrote:When you get hit with MIM next to a wall, you cant move. The directions are a bit weird and seems like your just paralized.
yeah, I was wondering about this as well
PiotrekK
noob
Posts: 29
Joined: Fri Jan 13, 2006 2:39 am
Location: Poland/Warsaw
Contact:

Post by PiotrekK »

search.lib wsock32.lib DINPUT.LIB DSOUND.LIB DXGUID.LIB ddraw.lib IMM32.LIB winmm.lib Cint.lib cximage/release/cximage.lib jpeg/release/Jpeg.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /pdb:none /machine:I386 /nodefaultlib:"MSVCRTD" /nodefaultlib:"LIBC" /out:"Release/Client.exe" /release /FORCE:UNRESOLVED.

Do there be correctly?
Malcom89
just visiting
Posts: 9
Joined: Thu Apr 13, 2006 4:49 pm

Post by Malcom89 »

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