shadow hunter's healing doesn't work after respawn
Moderator: Forum Moderator
- YamiKaitou
- Forum Moderator
- Posts: 1925
- Joined: Wed Feb 01, 2006 4:33 pm
- Contact:
Re: shadow hunter's healing doesn't work after respawn
You made a bug report for this yet?
No support via PM or Email
-
- Spell Breaker
- Posts: 398
- Joined: Sun Apr 27, 2008 10:11 pm
Re: shadow hunter's healing doesn't work after respawn
in
add
walla im so pro
Code: Select all
WC3_ResetOnSpawn(id)
Code: Select all
SH_HealingWave(id)

- YamiKaitou
- Forum Moderator
- Posts: 1925
- Joined: Wed Feb 01, 2006 4:33 pm
- Contact:
Re: shadow hunter's healing doesn't work after respawn
Only if EVENT_Spawn is not called. Also, if you expect anything to get fixed, please create a bug report for it (it is better for us since it is easy to forget/lose topics on the forums)
After a brief look, I don't think that is even called after respawn. I'll have to take a closer look into it to see if it is called at all.
After a brief look, I don't think that is even called after respawn. I'll have to take a closer look into it to see if it is called at all.
No support via PM or Email
-
- Spell Breaker
- Posts: 398
- Joined: Sun Apr 27, 2008 10:11 pm
Re: shadow hunter's healing doesn't work after respawn
sure i guess ill do it since every1 else on this forum is being lazy

-
- Spell Breaker
- Posts: 398
- Joined: Sun Apr 27, 2008 10:11 pm
Re: shadow hunter's healing doesn't work after respawn
u sure cause mine is working 100% fineOwyn wrote:
well... this doesn't help, hunter still gets no healing after respawn, just tested this

-
- Spell Breaker
- Posts: 398
- Joined: Sun Apr 27, 2008 10:11 pm
Re: shadow hunter's healing doesn't work after respawn
does it look like this
and its in ur war3ft.inl file
cause i died bought scroll and came back and start healing again
Code: Select all
WC3_ResetOnSpawn( id )
{
// Human should gain health when he spawns right?
HU_DevotionAura( id );
// Healing wave should start again
SH_HealingWave(id);
// User isn't changing a team if they just spawned
p_data_b[id][PB_CHANGINGTEAM] = false;
// Reset suicide attempt
p_data_b[id][PB_SUICIDEATTEMPT] = false;
// User should not be burning
p_data_b[id][PB_ISBURNING] = false;
// The user should not be frozen when they spawn
SHARED_ResetMaxSpeed( id );
// Reset the user's skin
SHARED_ChangeSkin( id, SKIN_RESET );
// User won't be zoomed when they spawn!
g_bPlayerZoomed[id] = false;
}
cause i died bought scroll and came back and start healing again

- YamiKaitou
- Forum Moderator
- Posts: 1925
- Joined: Wed Feb 01, 2006 4:33 pm
- Contact:
Re: shadow hunter's healing doesn't work after respawn
You did recompile, correct?
No support via PM or Email
- YamiKaitou
- Forum Moderator
- Posts: 1925
- Joined: Wed Feb 01, 2006 4:33 pm
- Contact:
Re: shadow hunter's healing doesn't work after respawn
Nope, WC_ResetOnSpawn is called by WC3_PostSpawn which is called by EVENT_Spawn which is registered as Post Ham_Spawn. At least, that is how it is in RC13, to lazy to look up RC12 way
No support via PM or Email
- YamiKaitou
- Forum Moderator
- Posts: 1925
- Joined: Wed Feb 01, 2006 4:33 pm
- Contact:
Re: shadow hunter's healing doesn't work after respawn
RC13 = current SVN copy
No support via PM or Email
-
- Spell Breaker
- Posts: 398
- Joined: Sun Apr 27, 2008 10:11 pm
Re: shadow hunter's healing doesn't work after respawn
yama just out of curiousity, i put up several fixes for the public not to rush or be rude i say this out of respect cause u might just be too busy to do it but when do u plan to update those errors?

- YamiKaitou
- Forum Moderator
- Posts: 1925
- Joined: Wed Feb 01, 2006 4:33 pm
- Contact:
Re: shadow hunter's healing doesn't work after respawn
If you wish, you can PM me the topic url or the bug report number and I will try to get them commited this week(end). Kind of broke my computer at home, so I need to fix it currently. I might be able to do some at school, never tried using Tortoise at school, so not sure if it will work.
Also, it is Yami not Yama (I use Yama for something else, but can't remember what it stands for xD)
Also, it is Yami not Yama (I use Yama for something else, but can't remember what it stands for xD)
No support via PM or Email
-
- Spell Breaker
- Posts: 398
- Joined: Sun Apr 27, 2008 10:11 pm
Re: shadow hunter's healing doesn't work after respawn
lol my bad yami i added all the bugs i found in the bug trace and they have links in them, name under bug reporter is ray

- YamiKaitou
- Forum Moderator
- Posts: 1925
- Joined: Wed Feb 01, 2006 4:33 pm
- Contact:
Re: shadow hunter's healing doesn't work after respawn
So far it only contains the Ham_Spawn conversion (human health thing is fixed I believe). I haven't had a chance to dig through for the Healing Wave thing yet.Owyn wrote:YamiKaito... captain of darkness? =3
is this bug fixed in rc13? =0 or just minor fixes?
If they are on the reports, then I will try them. Hopefully I will be able to get some more done now that I have fixed my computerlol my bad yami i added all the bugs i found in the bug trace and they have links in them, name under bug reporter is ray
No support via PM or Email