From 7803b4e0d437681aa09113b5240363d03d85a1b8 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Fri, 8 Nov 2013 16:31:26 -0200 Subject: Fixed 5 Homun Bugs 1. Homun cooldowns are no longer reset upon being vaporized. 2. Call Homun now displays the skill title above the char upon success. 3. Homuns that have been out of owners sight for over 3 seconds will now be teleport back to master. 4. pc_jobchange now correctly vaporizes the homun. 5. New homunculus now spawn with full health. Special Thanks to kyeme/Beret for all the information and official server testing. Signed-off-by: shennetsind --- src/map/pc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/pc.c') diff --git a/src/map/pc.c b/src/map/pc.c index 07fba6e57..a11d5a8d9 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -6580,7 +6580,7 @@ int pc_resetskill(struct map_session_data* sd, int flag) pc->setoption(sd, i); if( homun_alive(sd->hd) && pc->checkskill(sd, AM_CALLHOMUN) ) - homun->vaporize(sd, HOM_ST_ACTIVE); + homun->vaporize(sd, HOM_ST_REST); } for( i = 1; i < MAX_SKILL; i++ ) { -- cgit v1.2.3-70-g09d2