Do Someone Got 3.51 Client Source?

All Helbreath Client Source Discussion here.
SlammeR
Loyal fan
Posts: 219
Joined: Fri Nov 04, 2005 1:52 am
Location: Brazil

Post by SlammeR »

binarydata wrote: i dont think aryes did any client developing
HBu Version 0.4 Got all 3.51 Features + Angelics...
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>
diuuude
Outpost bitch
Posts: 592
Joined: Wed Dec 28, 2005 11:57 pm

Post by diuuude »

SlammeR wrote:
binarydata wrote: i dont think aryes did any client developing
HBu Version 0.4 Got all 3.51 Features + Angelics...
wow... Sounds cool, but who coded 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 !
locobans
Outpost Junkie
Posts: 2264
Joined: Tue Jul 13, 2004 3:51 am
Location: Behind You
Contact:

Post by locobans »

diuuude wrote:
SlammeR wrote:
binarydata wrote: i dont think aryes did any client developing
HBu Version 0.4 Got all 3.51 Features + Angelics...
wow... Sounds cool, but who coded it ?
Dax, Ice-T along with the rest of members of the staff if any there was any others.
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>
Dax
&lt;3 bd long time
Posts: 785
Joined: Mon Apr 18, 2005 3:19 pm

Post by Dax »

bone-you wrote: Isn't HBU done with? Or is Aryes still at in behind closed doors?
It's been so long since the last time those files were touched I can't remember. There were some configuration issues which needed resolving, and I just think the team ran out of steam. I'm unaware of any behind the scenes development on the files.
SlammeR wrote: HBu Version 0.4 Got all 3.51 Features + Angelics...
Wasn't quite all features up to 3.51 but obviously enough to fool you. :P
binarydata wrote: i dont think aryes did any client developing
Aryes did alot of coding on HBU for both client and server. He updated his MySQL LoginServer to work with the 2.20 GServer and Client. He also fixed ALOT of stuff in it, I would prefer his logs to official source any day. Aryes is an excellent coder.
diuuude wrote: wow... Sounds cool, but who coded it ?
Development Team: (Alphabetically Ordered)
Aryes
Cleroth
Daxation
Ice-T
Reppin' 127.0.0.1!!!<br><br><img src='http://img502.imageshack.us/img502/1348/sig4daxbn2.jpg' border='0' alt='user posted image' /><br><br>I contend that we are both atheists. I just believe in one fewer god than you do. <br>When you understand why you dismiss all the other possible gods, you will <br>understand why I dismiss yours.<br>~ <b>Stephen Roberts</b>
Shetar
Member
Posts: 148
Joined: Sun Nov 30, 2003 12:57 am

Post by Shetar »

HBX used to have a security for the max MP.
And I'm not stupid, you need to read better.. Why make those flag announcers when you don't even have those flags?

Does it matter who has source most closest to original 3.51? You guys sound like a couple of braggers to me.
Helbreath II Project Manager & All round Developer. <br><i>(Don't worry, we're not dead)</i>
Dax
&lt;3 bd long time
Posts: 785
Joined: Mon Apr 18, 2005 3:19 pm

Post by Dax »

Shetar wrote: HBX used to have a security for the max MP.
And I'm not stupid, you need to read better.. Why make those flag announcers when you don't even have those flags?

Does it matter who has source most closest to original 3.51? You guys sound like a couple of braggers to me.
Max MP? Flags? What are you replying to?
Reppin' 127.0.0.1!!!<br><br><img src='http://img502.imageshack.us/img502/1348/sig4daxbn2.jpg' border='0' alt='user posted image' /><br><br>I contend that we are both atheists. I just believe in one fewer god than you do. <br>When you understand why you dismiss all the other possible gods, you will <br>understand why I dismiss yours.<br>~ <b>Stephen Roberts</b>
diuuude
Outpost bitch
Posts: 592
Joined: Wed Dec 28, 2005 11:57 pm

Post by diuuude »

Shetar wrote: HBX used to have a security for the max MP.
And I'm not stupid, you need to read better.. Why make those flag announcers when you don't even have those flags?

Does it matter who has source most closest to original 3.51? You guys sound like a couple of braggers to me.
They're not bragging in any way...

I said i was coding client, they replyed me that they already have a working one...

About flags, you just have to edit the notify msg sent from HG to Client to say how many time the spell effect will last, and then you can show it in your client.
<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 !
bone-you
Spamtastic
Posts: 1310
Joined: Wed Mar 16, 2005 3:12 am

Post by bone-you »

Because Shetar is a dumbass, I will show him.

Code: Select all

    if (m_iLastAmp < timeGetTime())
    {
    	wsprintf(G_cTxt, "Amp runs out in: 0");
    } else
    	wsprintf(G_cTxt, "Amp runs out in: %d", abs((long)(timeGetTime() - m_iLastAmp)));
    PutString(10, a, G_cTxt, RGB(255,255,255));
    a += 12;
    if (m_iLastBerserk  < timeGetTime())
    {
    	wsprintf(G_cTxt, "Zerk runs out in: 0");
    } else
    	wsprintf(G_cTxt, "Zerk runs out in: %d", abs((long)(timeGetTime() - m_iLastBerserk)));
    PutString(10, a, G_cTxt, RGB(255,255,255));
    a += 12;

Code: Select all

  case 5:
  	// Àý´ë ¸¶¹ý ¹æ¾î È¿°ú 
  	AddEventList(NOTIFYMSG_MAGICEFFECT_ON14, 10);//"Àý´ë ¸¶¹ý ¹æ¾î È¿°ú°¡ »ý°å½À´Ï´Ù!"
  	m_iLastAmp = timeGetTime() + 80000;
  	break;
Same for zerk. kthx. go die.

and before I get flamed for the 80000, the server I was on when I coded it had 80 sec amp.
<img src='http://www.helbreathx.net/sig/sig.jpeg' border='0' alt='user posted image' /><br><a href='http://mafia.cheats4us.org/index.php?x=231030' target='_blank'>#1 on Mafia :D</a><br><!--QuoteBegin-Slipknight+--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Slipknight)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->100mb Internet, burstable too 10GB oc192<br>his speed can go up too 10gbs<br>...<br>Yes my car can have a top speed of 1000mph<!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd--><br>^^ I wonder where the retard went to.
Tafka12
&lt;3 bd long time
Posts: 772
Joined: Wed Dec 28, 2005 6:32 pm

Post by Tafka12 »

so where could we get those client sources?
<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' />
diuuude
Outpost bitch
Posts: 592
Joined: Wed Dec 28, 2005 11:57 pm

Post by diuuude »

Hum... to have a client up to date like Jimmy's, you need to do alot of work and i don't think he will release it to anyone that just want it for editing spells name or just add a sprite or two...


You can download v2.20 client sources in the Client Source Forum... and then start coding it to update it up to 3.51
<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 !
diuuude
Outpost bitch
Posts: 592
Joined: Wed Dec 28, 2005 11:57 pm

Post by diuuude »

Shetar wrote:HBX used to have a security for the max MP.
And I'm not stupid, you need to read better.. Why make those flag announcers when you don't even have those flags?

Does it matter who has source most closest to original 3.51? You guys sound like a couple of braggers to me.
Yeah... you ARE stupid... Look at <a href='http://img67.imageshack.us/my.php?image ... 0300jw.jpg' target='_blank'>this other screenshot</a>, that's another way to display the time left for these spell effects... I used "The 4th Coming" Sprites for Spells Effect Status, took me like 10 mins to create sprites and then 1 hour to add it into the client.

It shows the icons only when the spell effect is enabled and works with : paralyze, inhibition, defense shield / great defense shield, zerk, amp, protection from arrows / dark elf protection, invis, confusion / confuse langage / Illusion / Illusion Movement, freeze effect. When you dble click on the icon, it cast the spell once again on you, if your hands are free and if you have this spell.

Maybe we are braggers but now you know why we made those flags announcers...
<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 !
Post Reply