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

All Helbreath Client Source Discussion here.
Post Reply
snoopy81
Loyal fan
Posts: 338
Joined: Mon Jul 12, 2004 7:13 pm

Post by snoopy81 »

Find:

Code: Select all

MakeSprite( "WMHRobe1",	DEF_SPRID_BODYARMOR_W + 15*11, 12, TRUE); // hero
Replace by:

Code: Select all

MakeSprite( "WHRobe1",	DEF_SPRID_BODYARMOR_W + 15*11, 12, TRUE); // hero
Was a Diuuude's typo...


Shown Exp progress:
Find:

Code: Select all

if( iCurExp > 200000 ) sPerc = short( ((iCurExp>>4)*10000)/(iNextExp>>4) );
else sPerc = (short)( (iCurExp*10000)/iNextExp );
Replace next line by:

Code: Select all

wsprintf(G_cTxt, "Rest Exp: %d(%d.%02d%%)", iNextExp-iCurExp, sPerc/100, sPerc%100);
Mine omission!
_\_ _<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
Dshaked
&lt;3 bd long time
Posts: 747
Joined: Tue Oct 11, 2005 6:40 pm

Post by Dshaked »

Ok i found it thx.
Old Helbreath Nemesis Player<br><img src='http://img232.imageshack.us/img232/9784/dshakedqc5.jpg' border='0' alt='user posted image' /><br><img src='http://img232.imageshack.us/img232/6475 ... barqj0.jpg' border='0' alt='user posted image' /><br><a href='index.php?showtopic=7107&hl=' target='_blank'>MainServer Hexing Tutorial</a><br><a href='index.php?showtopic=7663&hl=x-mas' target='_blank'>My Files</a>
juggalo2
Spamtastic
Posts: 1144
Joined: Sun Jul 17, 2005 5:28 pm

Post by juggalo2 »

make sure u add clymax and jepg folders
<img src='http://lifeplaysu420.com/unknow/nightsign.png' border='0' alt='user posted image' /><br>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>Wanna make money for surfing the net sing up at <br><a href='http://www.cashfiesta.com/php/join.php? ... yprivitera' target='_blank'>cash fiesta</a><br>its all free hey why ntot make money while fucking around on the computer<br><br><br>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
theblue2
noob
Posts: 28
Joined: Tue Sep 06, 2005 1:42 pm

Post by theblue2 »


Is not cumulation compile error and the version file reup which is completed?
Drajwer
&lt;3 bd long time
Posts: 841
Joined: Fri Dec 10, 2004 3:24 pm

Post by Drajwer »

And how about tower shields ? they're doesnt on the char.
Some sprites also (bows hats...)
<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)
diuuude
Outpost bitch
Posts: 592
Joined: Wed Dec 28, 2005 11:57 pm

Post by diuuude »

wow... i used item.cfg from USA's 3.82 configs, i dunno why some item's sprite # does not work when added in Client...

Juggalo2 sent me some code for loading sprites, i'll check it and try all items... then i'll post it.
<a href='http://www.technohell.net' target='_blank'><b><span style='color:red'>>>> Helbreath Ressources Website Here <<<</span></b></a><br>C++ Sources, Tools, Server Files, Help on Forum, C++ Snippets, Toplist... Updated often, come visit us !
mikus
Regular
Posts: 33
Joined: Thu Feb 23, 2006 1:56 pm

Post by mikus »

I have errors when i build client.exe :(

--------------------Configuration: Game - Win32 Release--------------------
Compiling resources...
Compiling...
YWSound.cpp
BuildItem.cpp
CharInfo.cpp
Curse.cpp
DXC_ddraw.cpp
DXC_dinput.cpp
DXC_dsound.cpp
Effect.cpp
GameMonitor.cpp
Item.cpp
ItemName.cpp
Magic.cpp
MapData.cpp
Misc.cpp
MouseInterface.cpp
Msg.cpp
Mydib.cpp
Skill.cpp
SoundBuffer.cpp
Sprite.cpp
StrTok.cpp
Tile.cpp
TileSpr.cpp
XSocket.cpp
Game.cpp
D:\Documents and Settings\Macio\Pulpit\Sources\Game.cpp(41115) : error C2143: syntax error : missing ';' before 'return'
D:\Documents and Settings\Macio\Pulpit\Sources\Game.cpp(41116) : error C2143: syntax error : missing ';' before '}'
D:\Documents and Settings\Macio\Pulpit\Sources\Game.cpp(41116) : error C2143: syntax error : missing ';' before '}'
D:\Documents and Settings\Macio\Pulpit\Sources\Game.cpp(41116) : error C2143: syntax error : missing ';' before '}'
D:\Documents and Settings\Macio\Pulpit\Sources\Game.cpp(41122) : error C2143: syntax error : missing ';' before '{'
D:\Documents and Settings\Macio\Pulpit\Sources\Game.cpp(41122) : error C2447: missing function header (old-style formal list?)
Wmain.cpp
Error executing cl.exe.

Client.exe - 6 error(s), 0 warning(s)

i dont changed sources i just take build and not working :(
HelbreatH Fuck The Future
diuuude
Outpost bitch
Posts: 592
Joined: Wed Dec 28, 2005 11:57 pm

Post by diuuude »

bah... you shouldn't edit the sources without knowing what you do...

Download the sources again and build it, it will work ;)
<a href='http://www.technohell.net' target='_blank'><b><span style='color:red'>>>> Helbreath Ressources Website Here <<<</span></b></a><br>C++ Sources, Tools, Server Files, Help on Forum, C++ Snippets, Toplist... Updated often, come visit us !
Tafka12
&lt;3 bd long time
Posts: 772
Joined: Wed Dec 28, 2005 6:32 pm

Post by Tafka12 »

I got insactly the same errors when i only change m_iLevel*3 (level-70) -3) and replaced with 6... idk nvm it :P i dont need to change it too... and then changed the login IP and port put it in client now login.cfg...
<img src='http://www.hot.ee/carvanho/taavi.png' border='0' alt='user posted image' /><br><br><img src='http://www.hot.ee/carvanho/Elvine.png' border='0' alt='user posted image' /><br><img src='http://www.hot.ee/carvanho/LieroX.png' border='0' alt='user posted image' /><br><img src='http://www.hot.ee/carvanho/Football.png' border='0' alt='user posted image' />
SlammeR
Loyal fan
Posts: 219
Joined: Fri Nov 04, 2005 1:52 am
Location: Brazil

Post by SlammeR »

i dont know if this is a bug but i got this problem...

Got 1k Contribution and 100 eks and Could not Take any Part Of Hero Items

<a href='http://imageshack.us' target='_blank'>Image</a>

as you guys can see... i can see the Hero thing but when i click on it nothing happens :S Help!
OWNED!<br><img src='http://img50.imageshack.us/img50/1386/p ... 3vsqn2.gif' border='0' alt='user posted image' /><br><br><img src="http://hbtop50.com/button.php?u=hbuonline" alt="Helbreath Top 50 - Keepin' it real." border="0" /><br><a href='http://www.hbuonline.net' target='_blank'>Helbreath United</a>
bobby^^
Regular
Posts: 47
Joined: Sun Apr 16, 2006 2:38 pm

Post by bobby^^ »

rofl..
SlaM seu noob.. ;)
well..u didnt posted in the right place but ok..remake ur contents or check out ur
configs they can be messed :P
I don't code,I don't hack,I don't play,I don't do a thing..leave me alone now!
SlammeR
Loyal fan
Posts: 219
Joined: Fri Nov 04, 2005 1:52 am
Location: Brazil

Post by SlammeR »

bobby^^ wrote: rofl..
SlaM seu noob.. ;)
well..u didnt posted in the right place but ok..remake ur contents or check out ur
configs they can be messed :P
no they are not... i tested with the gm char and works fine... Created one normal char with 300 eks and could take any part... i think its an error on Source
OWNED!<br><img src='http://img50.imageshack.us/img50/1386/p ... 3vsqn2.gif' border='0' alt='user posted image' /><br><br><img src="http://hbtop50.com/button.php?u=hbuonline" alt="Helbreath Top 50 - Keepin' it real." border="0" /><br><a href='http://www.hbuonline.net' target='_blank'>Helbreath United</a>
bobby^^
Regular
Posts: 47
Joined: Sun Apr 16, 2006 2:38 pm

Post by bobby^^ »

<_<
maybe if u earn ur eks? :P :lol:
I don't code,I don't hack,I don't play,I don't do a thing..leave me alone now!
juggalo2
Spamtastic
Posts: 1144
Joined: Sun Jul 17, 2005 5:28 pm

Post by juggalo2 »

bobby^^ wrote: rofl..
SlaM seu noob.. ;)
well..u didnt posted in the right place but ok..remake ur contents or check out ur
configs they can be messed :P
think befor u fucking posted dumb ass its and error in this source
<img src='http://lifeplaysu420.com/unknow/nightsign.png' border='0' alt='user posted image' /><br>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>Wanna make money for surfing the net sing up at <br><a href='http://www.cashfiesta.com/php/join.php? ... yprivitera' target='_blank'>cash fiesta</a><br>its all free hey why ntot make money while fucking around on the computer<br><br><br>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
bobby^^
Regular
Posts: 47
Joined: Sun Apr 16, 2006 2:38 pm

Post by bobby^^ »

rofl..he is my m8..it could be his configs,his client or his contents..as I assume u know not every single little error is related to sources..this 1 was,and he alrdy changing sources :lol:

<_< calm dwn Jugallo.. :ph34r:
I don't code,I don't hack,I don't play,I don't do a thing..leave me alone now!
Post Reply