Client V3.51 & V3.82 C++ Sources
Code: Select all
Majestics Stats change bugged... if u change Int, it changes u vit, dex to vit, etc.
Sorry, but mine's glares fine...If u have merien shield and u are (M), it doesn't make, mmm... "glare"...
_\_ _<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
2nd bug already fixed by snoopyPener wrote:1st bug : - when i take items from WH , i cant see them...
2nd bug : cant do critical attack with LightingBlade

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;
Code: Select all
m_pItemList[cItemIndex]->m_sX = nX;

<img src='http://drazzt.iespana.es/Drazzt/logo2.jpg' border='0' alt='user posted image' />
Uploading fixed version (v1.0.1.2)I suppose this line was deleted by snoopy when he clears korean comments
_\_ _<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
Hmm.. Majestic upgrade item dialog isnt working good.
Edited: ok i fixed it... nvm
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)
-
- Loyal fan
- Posts: 216
- Joined: Wed Apr 19, 2006 12:19 am
Clerico? isn't it Cleroth? <_<-Pitu- wrote: i think farming doesnt work or you can`t plant with the hoe in the hand
Good work Snoopy Diuuude and Clerico
<img src='http://img114.imageshack.us/img114/8618 ... 2dy3lx.jpg' border='0' alt='user posted image' />
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>
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)
-
- Regular
- Posts: 32
- Joined: Mon Mar 15, 2004 8:26 pm
-
- just visiting
- Posts: 3
- Joined: Wed Apr 20, 2005 3:41 pm
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?
Do there be correctly?