shadow hunter's healing doesn't work after respawn

Read log files for errors! If this fails, come here for help

Moderator: Forum Moderator

Post Reply
User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Re: shadow hunter's healing doesn't work after respawn

Post by YamiKaitou »

You made a bug report for this yet?
Image

No support via PM or Email
whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: shadow hunter's healing doesn't work after respawn

Post by whosyourdaddy »

in

Code: Select all

WC3_ResetOnSpawn(id)
add

Code: Select all

SH_HealingWave(id)
walla im so pro
Image
User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Re: shadow hunter's healing doesn't work after respawn

Post by YamiKaitou »

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.
Image

No support via PM or Email
whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: shadow hunter's healing doesn't work after respawn

Post by whosyourdaddy »

sure i guess ill do it since every1 else on this forum is being lazy
Image
whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: shadow hunter's healing doesn't work after respawn

Post by whosyourdaddy »

Owyn wrote:
well... this doesn't help, hunter still gets no healing after respawn, just tested this
u sure cause mine is working 100% fine
Image
whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: shadow hunter's healing doesn't work after respawn

Post by whosyourdaddy »

does it look like this

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;
}
and its in ur war3ft.inl file

cause i died bought scroll and came back and start healing again
Image
User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Re: shadow hunter's healing doesn't work after respawn

Post by YamiKaitou »

You did recompile, correct?
Image

No support via PM or Email
User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Re: shadow hunter's healing doesn't work after respawn

Post by YamiKaitou »

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
Image

No support via PM or Email
User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Re: shadow hunter's healing doesn't work after respawn

Post by YamiKaitou »

RC13 = current SVN copy
Image

No support via PM or Email
whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: shadow hunter's healing doesn't work after respawn

Post by whosyourdaddy »

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?
Image
User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Re: shadow hunter's healing doesn't work after respawn

Post by YamiKaitou »

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)
Image

No support via PM or Email
whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: shadow hunter's healing doesn't work after respawn

Post by whosyourdaddy »

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
Image
User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Re: shadow hunter's healing doesn't work after respawn

Post by YamiKaitou »

Owyn wrote:YamiKaito... captain of darkness? =3
is this bug fixed in rc13? =0 or just minor fixes?
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.

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
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 computer
Image

No support via PM or Email
Post Reply