Surprise

All Helbreath Client Source Discussion here.
Cleroth
Loyal fan
Posts: 416
Joined: Wed Jun 16, 2004 7:08 pm

Post by Cleroth »

delinquent wrote: Q and Cleroth, stop the flaming. You guys got a problem with one another then take it to PM. Q stop flaming him for every post he posts.
dont u get it, he is showing off ??????????????? he doesnt give a fuck about me. he just wants to make ppl think he owns

oh and........
LOLOLOLOLOL!!!!1!1!1!11!11!11111111
<img src='http://ic1.deviantart.com/fs11/i/2006/1 ... leroth.gif' border='0' alt='user posted image' />
marleythe9
Loyal fan
Posts: 391
Joined: Sat Mar 26, 2005 12:41 am

Post by marleythe9 »

can someone explain a little bit about the sprites???

Code: Select all

m_pSprite[DEF_SPRID_ITEMEQUIP_PIVOTPOINT + 0] = new class CSprite(m_hPakFile, &m_DDraw, "item-equipM", 0, FALSE);
thats off the sprite ItemEquip ..... weres it load the frams??.... i dont know but i'm guissing this is just the Item... weres the Frames then?
<img src='http://freewebs.com/trickro/70s.png' border='0' alt='user posted image' /><img src='http://freewebs.com/trickro/70s2.jpg' border='0' alt='user posted image' />
madcan
just visiting
Posts: 9
Joined: Wed Sep 07, 2005 10:32 am

Post by madcan »

Could anyone post some new links to the HGServer and client because the ones posted on the first page of this thread do not work.

Kind Regards,

Madcan :)
<img src='http://www.2and2.net/Uploads/Images/noobs.gif' border='0' alt='user posted image' /><br><br>FATHER!<br>FATHER!<br>FATHER!
marleythe9
Loyal fan
Posts: 391
Joined: Sat Mar 26, 2005 12:41 am

Post by marleythe9 »

man this sucks :(... the Buy List dont work.. like the Bsmith .. u cant buy any thing... any help on fixing that?
<img src='http://freewebs.com/trickro/70s.png' border='0' alt='user posted image' /><img src='http://freewebs.com/trickro/70s2.jpg' border='0' alt='user posted image' />
marleythe9
Loyal fan
Posts: 391
Joined: Sat Mar 26, 2005 12:41 am

Post by marleythe9 »

need back up.. plz any help on Bsmith menu??? not working for me... it wont buy stuff when i click the item.
<img src='http://freewebs.com/trickro/70s.png' border='0' alt='user posted image' /><img src='http://freewebs.com/trickro/70s2.jpg' border='0' alt='user posted image' />
Cleroth
Loyal fan
Posts: 416
Joined: Wed Jun 16, 2004 7:08 pm

Post by Cleroth »

add my old msn: cleroth_sun@hotmail.com
and maybe u'll be lucky ( i come by in this email every once in a while )
<img src='http://ic1.deviantart.com/fs11/i/2006/1 ... leroth.gif' border='0' alt='user posted image' />
marleythe9
Loyal fan
Posts: 391
Joined: Sat Mar 26, 2005 12:41 am

Post by marleythe9 »

sooo any idea on how to fix the Shop Problem.... it seams to work how its supos to.. but its not giveing it the item.... i checked to see if the HGserver was reseaveing the Buy msg... witch it was.. soo i'm guessing something in the Puchase_REQ message in the client is wrong...

well... i guess its not the Purchase_REQ.... something wrong with MSGID_COMMAND_COMMON but im not sure what it is heres what i have

NVM!!! it was just my server files....

it wasnt the source.. lol i't was just the Server files....

but i do need help on puting the Bsmith in a diffrent map like bisle...
<img src='http://freewebs.com/trickro/70s.png' border='0' alt='user posted image' /><img src='http://freewebs.com/trickro/70s2.jpg' border='0' alt='user posted image' />
Cleroth
Loyal fan
Posts: 416
Joined: Wed Jun 16, 2004 7:08 pm

Post by Cleroth »

....... :rolleyes:
<img src='http://ic1.deviantart.com/fs11/i/2006/1 ... leroth.gif' border='0' alt='user posted image' />
marleythe9
Loyal fan
Posts: 391
Joined: Sat Mar 26, 2005 12:41 am

Post by marleythe9 »

well i figured out the stupid shop problem lol... becouse the Process = False it wouldnt buy in the map but i fix that :)... im still wondering how to do the Sprites... i mean MW added sprites...

Code: Select all

MakeEffectSpr( "MW\\effectMW", 87, 1, FALSE);
what i got out of it is that the 87 is basicly the ID... or the number to identify the sprite... not sure tho... no clue about the 1.... or about the FALSE...

what im wanting to do is make a spell sprite..
<img src='http://freewebs.com/trickro/70s.png' border='0' alt='user posted image' /><img src='http://freewebs.com/trickro/70s2.jpg' border='0' alt='user posted image' />
juggalo2
Spamtastic
Posts: 1144
Joined: Sun Jul 17, 2005 5:28 pm

Post by juggalo2 »

can i get these sources the links dont work
<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>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Drazz
Regular
Posts: 52
Joined: Mon Dec 08, 2003 4:10 pm
Contact:

Post by Drazz »

marleythe9 wrote:well i figured out the stupid shop problem lol... becouse the Process = False it wouldnt buy in the map but i fix that :)... im still wondering how to do the Sprites... i mean MW added sprites...

Code: Select all

MakeEffectSpr( "MW\\effectMW", 87, 1, FALSE);
what i got out of it is that the 87 is basicly the ID... or the number to identify the sprite... not sure tho... no clue about the 1.... or about the FALSE...

what im wanting to do is make a spell sprite..
hey, take a look to MakeEffectSpr function:

void MakeEffectSpr( char* FileName, short sStart, short sCount, bool bAlphaEffect = TRUE);


Filename = effect filename :lol:
sStart = Internal counter, MakeEffectSpr add sprites to m_pEffectSpr array (then can be used by bAddNewEffect)
sCount = number of sprites in the file (p.e. Effect.pak has 10)
bAlphaEffect= Transparent effect (yes/no)
<img src='http://drazzt.iespana.es/Drazzt/logo2.jpg' border='0' alt='user posted image' />
juggalo2
Spamtastic
Posts: 1144
Joined: Sun Jul 17, 2005 5:28 pm

Post by juggalo2 »

come on some oen hook me up with these files wanna tested them out :)
<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>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
juggalo2
Spamtastic
Posts: 1144
Joined: Sun Jul 17, 2005 5:28 pm

Post by juggalo2 »

Cleroths sources here hosting on my sites

<a href='http://rip6-12-05.no-ip.biz:7777/Cleroth/' target='_blank'>Cleroth sources</a>
<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>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
€M4NU€L
Outpost bitch
Posts: 517
Joined: Sat Nov 19, 2005 9:07 pm
Location: I watch gay porn
Contact:

Post by €M4NU€L »

GoD~ wrote: If you want all Cleroths sources:

<a href='http://www.xevolution.com.ar/Cleroth' target='_blank'>Go Here!</a>

Nothing new, just some new stuff.

GoD~
I Want Cleroth Sources but Download DISABLE :angry:
<span style='color:blue'>Helbreath Thermal</span> <span style='color:green'>BETA</span> <span style='color:red'>Soon</span>:<br><br>www.youporngay.com<br><br><img src='http://img264.imageshack.us/img264/1041 ... piopk7.jpg' border='0' alt='user posted image' /><br><img src='http://img257.imageshack.us/img257/3762 ... eakxj1.jpg' border='0' alt='user posted image' /><br><img src='http://arthur.crepin.free.fr/images/use ... mpsons.png' border='0' alt='user posted image' /><br><img src='http://img329.imageshack.us/img329/5797/pesgamerrr3.gif' border='0' alt='user posted image' /><br><br><u><b>BLACK GAY LIST:</b></u><br><br><span style='color:red'>€M4NU€L</span>:<br>I look like a girl and he's always complaining someone.
juggalo2
Spamtastic
Posts: 1144
Joined: Sun Jul 17, 2005 5:28 pm

Post by juggalo2 »

<a href='http://rip6-12-05.no-ip.biz:7777/Cleroth/' target='_blank'>updated link im now hosting the files for everyone to have</a>
<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>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Post Reply