resurection wannabee...

Discussion about Helbreath Server Files.
locobans
Outpost Junkie
Posts: 2264
Joined: Tue Jul 13, 2004 3:51 am
Location: Behind You
Contact:

Post by locobans »

Ya, i can cast it, even have a cool effect, but doesnt revive the person, even with the resurection wand wont revive the person..... B)
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>
omar_omiez
Loyal fan
Posts: 235
Joined: Mon Jul 12, 2004 9:36 am

Post by omar_omiez »

yea tahts my prob too.. everything works except that the person is not revived.. or do u need to cast it outside of town? like ice storm maybe? in town they cant be cast..
- Tbone<br><a href="http://cyborg.namedecoder.com"><br><img src="http://cyborg.namedecoder.com/webimages ... ng"<br></a>
wannabee
Loyal fan
Posts: 270
Joined: Sun Dec 21, 2003 12:42 am

Post by wannabee »

I found the problem!!! some stupid configering person set resorect to the wrong type!

Was:

Code: Select all

magic = 94  Resurrection              24  0     0     90         2  2          0 0  0     7 7 20    0  0  0        123    -1 1         2
Need to be: (notice the 32 instead of the 24?)

Code: Select all

magic = 94  Resurrection              32  0     0     90         2  2          0 0  0     7 7 20    0  0  0        123    -1 1         2
How i found out?

Code: Select all

#define DEF_MAGICTYPE_DAMAGE_SPOT  	1
#define DEF_MAGICTYPE_HPUP_SPOT    2
#define DEF_MAGICTYPE_DAMAGE_AREA  	3
#define DEF_MAGICTYPE_SPDOWN_SPOT  	4
#define DEF_MAGICTYPE_SPDOWN_AREA  	5
#define DEF_MAGICTYPE_SPUP_SPOT    6
#define DEF_MAGICTYPE_SPUP_AREA    7
#define DEF_MAGICTYPE_TELEPORT    8
#define DEF_MAGICTYPE_SUMMON    9 
#define DEF_MAGICTYPE_CREATE    10
#define DEF_MAGICTYPE_PROTECT    11	
#define DEF_MAGICTYPE_HOLDOBJECT  	12
#define DEF_MAGICTYPE_INVISIBILITY  	13
#define DEF_MAGICTYPE_CREATE_DYNAMIC  14
#define DEF_MAGICTYPE_POSSESSION  	15 
#define DEF_MAGICTYPE_CONFUSE    16 
#define DEF_MAGICTYPE_POISON    17 
#define DEF_MAGICTYPE_BERSERK    18
#define DEF_MAGICTYPE_DAMAGE_LINEAR  	19
#define DEF_MAGICTYPE_POLYMORPH    20
#define DEF_MAGICTYPE_DAMAGE_AREA_NOSPOT	21
#define DEF_MAGICTYPE_TREMOR    22 // ¶ARÇ LÓLsRÇ Árµz 
#define DEF_MAGICTYPE_ICE    	23 // ló¸®´Â°Í 
#define DEF_MAGICTYPE_DAMAGE_SPOT_SPDOWN    25
#define DEF_MAGICTYPE_ICE_LINEAR  	26
#define DEF_MAGICTYPE_DAMAGE_AREA_NOSPOT_SPDOWN 27
#define DEF_MAGICTYPE_DAMAGE_AREA_ARMOR_BREAK   28
#define DEF_MAGICTYPE_CANCELLATION  	29
#define DEF_MAGICTYPE_DAMAGE_LINEAR_SPDOWN 30
#define DEF_MAGICTYPE_RESURRECTION          32 // Ressurect
all the types are defined in the magic.h file
<!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->Human knowleag belongs to THE WORLD<!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd--><br>So i highly dislike people who keep to their proud selfs... thats why i wanna share everything i got with you guys :D
locobans
Outpost Junkie
Posts: 2264
Joined: Tue Jul 13, 2004 3:51 am
Location: Behind You
Contact:

Post by locobans »

damn u are fking good lol read my email B)
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>
locobans
Outpost Junkie
Posts: 2264
Joined: Tue Jul 13, 2004 3:51 am
Location: Behind You
Contact:

Post by locobans »

locobans wrote: magic = 94 Resurrection 32 0 0 90 2 2 0 0 0 7 7 20 0 0 0 123 -1 1 2
with this one i coudnlt make it work, the effect were good, nice graphic :P but didint revived the person.

Pd: i was using the resurection wand and still iddint worked
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>
wannabee
Loyal fan
Posts: 270
Joined: Sun Dec 21, 2003 12:42 am

Post by wannabee »

ok here is what you need:
i your right hand: item number 865 or 866 (so change ur wand numbers)
Special Ability Time must = 0
Special Ability Enabled must be= FALSE
Can't be a admin or on the enemy side

Code: Select all

  	if (m_pMagicConfigList[sType]->m_sType == DEF_MAGICTYPE_RESURRECTION) {
    //Check if player has resurrection wand
    sItemIndex = m_pClientList[iClientH]->m_sItemEquipmentStatus[DEF_EQUIPPOS_RHAND];
    // Resurrection wand(MS.10) or Resurrection wand(MS.20)
    if ( m_pClientList[iClientH]->m_pItemList[sItemIndex]->m_cEquipPos == NULL ||
    	((m_pClientList[iClientH]->m_pItemList[sItemIndex]->m_sIDnum != 865) && (m_pClientList[iClientH]->m_pItemList[sItemIndex]->m_sIDnum != 866))) {
    	return;
    }
    if (m_pClientList[iClientH] != NULL && m_pClientList[iClientH]->m_iSpecialAbilityTime == 0 &&
    	m_pClientList[iClientH]->m_bIsSpecialAbilityEnabled == FALSE) {
Note: GMs can use the /revive command
<!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->Human knowleag belongs to THE WORLD<!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd--><br>So i highly dislike people who keep to their proud selfs... thats why i wanna share everything i got with you guys :D
locobans
Outpost Junkie
Posts: 2264
Joined: Tue Jul 13, 2004 3:51 am
Location: Behind You
Contact:

Post by locobans »

Item = 916 ResurWand(MS.10) 1 8 13 2 4 0 10 0 0 2400 0 17 3 2500 1000 38 3 130 0 0 0 21 8 0

Item = 917 ResurWand(MS.20) 1 8 13 2 4 0 20 0 0 2400 0 17 3 2500 1000 38 3 140 0 0 0 21 8 0


guess that means u must code HGserver to change those numbers to ours?........put that into the request i made on email B)
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>
blackknigt
Regular
Posts: 58
Joined: Tue Mar 30, 2004 3:20 am

Post by blackknigt »

thats on all the games 3.51-3.62?
i never saw that spell
wannabee
Loyal fan
Posts: 270
Joined: Sun Dec 21, 2003 12:42 am

Post by wannabee »

Can't you just change the other item to that number and change that number to that item??? it'll be much easyer...

as far as i know, version 2.14+ (hbx files)
<!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->Human knowleag belongs to THE WORLD<!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd--><br>So i highly dislike people who keep to their proud selfs... thats why i wanna share everything i got with you guys :D
locobans
Outpost Junkie
Posts: 2264
Joined: Tue Jul 13, 2004 3:51 am
Location: Behind You
Contact:

Post by locobans »

:( will you get on msn?
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>
Passion
Regular
Posts: 31
Joined: Fri Jul 30, 2004 8:57 am

Post by Passion »

Wanabee is right, you must distinct between HBX server files and HBss one's.
If HBX everything he said is right, if HBss... we dont know what numbers or spell type (at least me).
locobans
Outpost Junkie
Posts: 2264
Joined: Tue Jul 13, 2004 3:51 am
Location: Behind You
Contact:

Post by locobans »

i know how to fix it dont worry :P
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>
KLKS
Loyal fan
Posts: 218
Joined: Sun Feb 22, 2004 2:32 pm

Post by KLKS »

sorry to burst ur bubbles kids but that resurrect code was a test code which is wrongly implemented. there is a newer code which asks the user if he wants to be resurrected.
locobans
Outpost Junkie
Posts: 2264
Joined: Tue Jul 13, 2004 3:51 am
Location: Behind You
Contact:

Post by locobans »

cool if you instead of saying could post it too :P
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>
locobans
Outpost Junkie
Posts: 2264
Joined: Tue Jul 13, 2004 3:51 am
Location: Behind You
Contact:

Post by locobans »

i did everythin as you posted here and still dont work even with resurrection wand...not workin... :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>
Post Reply