Tutelary Angels System

Codes submitted by developers and people of outpost. Come here to get codes for your client sources.
Post Reply
Dshaked
<3 bd long time
Posts: 747
Joined: Tue Oct 11, 2005 6:40 pm

Post by Dshaked »

Lol i click angelicpandent in item f5 menu, it deequip my eHeroHauberk(W), what it means then : D?
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>
o.0
noob
Posts: 17
Joined: Wed May 03, 2006 3:23 pm

Post by o.0 »

locobans wrote:
o.0 wrote: Image

I try the angel code (Pener Files), but I see that they don't stay like the original server, somebody can say to me how I can locate them ?  :P
LMAO WTF! you want man? OMG!
<_< Quiero saber donde ubico las coordenadas para que el angel este en el lugar correcto.
Psycho
Member
Posts: 116
Joined: Sat Jan 24, 2004 2:56 pm

Post by Psycho »

Calibula wrote: Sry, but... ARE U ID**T? HE HAS ALREADY POSTED THEM!!!!!!!
<a href='http://www.technohell.net/diuuude/files ... ources.rar' target='_blank'>http://www.technohell.net/diuuude/files ... ces.rar</a>
<a href='http://www.technohell.net/diuuude/files ... ources.rar' target='_blank'>http://www.technohell.net/diuuude/files ... ces.rar</a>

FOR GOD SAKE!!!!
cali....los links están rotos...postealos porfa



YoKo
<img src='http://img145.imageshack.us/img145/3999/firma1an0.jpg' border='0' alt='user posted image' />
Calibula
Regular
Posts: 87
Joined: Sun Jul 11, 2004 9:17 am

Post by Calibula »

ok, for those who cannot enter to the links... i reupload them to my host:

<a href='http://www.dtu-p.com.ar/hgpener.rar' target='_blank'>www.dtu-p.com.ar/hgpener.rar</a>
and
<a href='http://www.dtu-p.com.ar/clientpener.rar' target='_blank'>www.dtu-p.com.ar/clientpener.rar</a>

Im uploading them... in 5 minutes u'll have them.

i just put url in url tag :P - Drajwer
[51LV3RY]
Regular
Posts: 48
Joined: Mon Aug 16, 2004 5:51 pm

Post by [51LV3RY] »

Hey everyone! I'm having a little problem which some of you can help me solve it. The thing is that I'm not sure where to add these codes:
DrawAngel(16+(_tmp_cDir - 1), sX+20, sY-20, cFrame%4, dwTime);
I have not clue if they go inside the portion of code that checks for bersek or outside it. Examples:
 
if ((_tmp_iStatus & 0x20) != 0)  // Berserk
DrawAngel(16+(_tmp_cDir - 1), sX+20, sY-20, cFrame%4, dwTime);
m_pSprite[iBodyIndex + (_tmp_cDir -1)]->PutTransSpriteRGB(sX, sY, cFrame, 0, -5, -5, dwTime);
CheckActiveAura2(sX, sY, dwTime);
THANKZ IN ADVANCE!!!
Drajwer
&lt;3 bd long time
Posts: 841
Joined: Fri Dec 10, 2004 3:24 pm

Post by Drajwer »

o.0 wrote: Image

I try the angel code (Pener Files), but I see that they don't stay like the original server, somebody can say to me how I can locate them ?  :P
you mean "original" as nemesis? Nemesis havent got official angels code, they coded own angels as i know.
<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 »

<!--QuoteBegin-[51LV3RY+--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE ([51LV3RY)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->,May 7 2006, 01:05 PM] Hey everyone! I'm having a little problem which some of you can help me solve it. The thing is that I'm not sure where to add these codes:
DrawAngel(16+(_tmp_cDir - 1), sX+20, sY-20, cFrame%4, dwTime);
I have not clue if they go inside the portion of code that checks for bersek or outside it. Examples:
 
if ((_tmp_iStatus & 0x20) != 0)  // Berserk
DrawAngel(16+(_tmp_cDir - 1), sX+20, sY-20, cFrame%4, dwTime);
m_pSprite[iBodyIndex + (_tmp_cDir -1)]->PutTransSpriteRGB(sX, sY, cFrame, 0, -5, -5, dwTime);
CheckActiveAura2(sX, sY, dwTime);
THANKZ IN ADVANCE!!! [/quote]
This is the Berzerk Check

Code: Select all

if ((_tmp_iStatus & 0x20) != 0)  // Berserk
m_pSprite[iBodyIndex + (_tmp_cDir -1)]->PutTransSpriteRGB(sX, sY, cFrame, 0, -5, -5, dwTime);
This is Cleroth's Auras function

Code: Select all

CheckActiveAura2(sX, sY, dwTime);

The code should looks like this :
if ((_tmp_iStatus & 0x20) != 0)  // Berserk
m_pSprite[iBodyIndex + (_tmp_cDir -1)]->PutTransSpriteRGB(sX, sY, cFrame, 0, -5, -5, dwTime);
DrawAngel(16+(_tmp_cDir - 1), sX+20, sY-20, cFrame%4, dwTime);
CheckActiveAura2(sX, sY, dwTime);
<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 !
Dshaked
&lt;3 bd long time
Posts: 747
Joined: Tue Oct 11, 2005 6:40 pm

Post by Dshaked »

Eh, when i got all 4 angelicpandents in my bag. I can only unequip 1/4s pendants, i mean if i wear angelicpandent(str), and try unequip it, it dont always works, i need equip angelicpandent(mag), and then try unequip, and then it works. When i buy angelicpandents in shop, unequiping works always, but when i create them with gm commands, them never works.When i got only one pandent in my bag, i can unequip it. Whats wrong in my sources :lol: ?

I hope someone can help with this bug ^^

I cant do with angelicpandent somefthing like this, i can only click it 2 times.
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>
SlammeR
Loyal fan
Posts: 219
Joined: Fri Nov 04, 2005 1:52 am
Location: Brazil

Post by SlammeR »

Dshaked wrote: Eh, when i got all 4 angelicpandents in my bag. I can only unequip 1/4s pendants, i mean if i wear angelicpandent(str), and try unequip it, it dont always works, i need equip angelicpandent(mag), and then try unequip, and then it works. When i buy angelicpandents in shop, unequiping works always, but when i create them with gm commands, them never works.When i got only one pandent in my bag, i can unequip it. Whats wrong in my sources :lol: ?

I hope someone can help with this bug ^^

I cant do with angelicpandent somefthing like this, i can only click it 2 times.
i got the same problem :(
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>
Dshaked
&lt;3 bd long time
Posts: 747
Joined: Tue Oct 11, 2005 6:40 pm

Post by Dshaked »

:D, now i looking fix, diuuude can you help? cause you know all about this , 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>
diuuude
Outpost bitch
Posts: 592
Joined: Wed Dec 28, 2005 11:57 pm

Post by diuuude »

i don't use angels...

And i'm currently working on "unremoveable credits"
<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 !
slawsoo
just visiting
Posts: 9
Joined: Wed Apr 19, 2006 5:32 pm

Post by slawsoo »

i'm using HGserver and Client from Pener, but i cant see Angelic ?
<a href='http://img212.imageshack.us/my.php?image=wft4lv.jpg' target='_blank'>Image</a>
<a href='http://www.helbreath.org' target='_blank'><img src='http://www.helbreath.org/banner.gif' border='0' alt='user posted image' /></a><br>
Dshaked
&lt;3 bd long time
Posts: 747
Joined: Tue Oct 11, 2005 6:40 pm

Post by Dshaked »

Remember code hg server too, or you cant see them.
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>
Biczu
just visiting
Posts: 2
Joined: Wed May 10, 2006 12:45 pm

Post by Biczu »

Hi alll im Slawo friend=] hmmm Dshaked what maybe wrong?
Dshaked
&lt;3 bd long time
Posts: 747
Joined: Tue Oct 11, 2005 6:40 pm

Post by Dshaked »

Recode your hg server. <a href='index.php?showtopic=6633' target='_blank'>index.php?showtopic=6633</a> :D it will helps you.
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>
Post Reply