Compare commits

...

13 Commits

Author SHA1 Message Date
Daegaladh
d2c9e90725 Fixed enemy target and moved it back to skill.cpp 2024-09-18 17:04:00 +02:00
Daegaladh
4c5ad8d667
Merge branch 'master' into hotfix/vanilmirth_skills 2024-09-18 12:55:34 +02:00
Lemongrass3110
7796284d7d Added a static_cast 2024-09-18 12:01:30 +02:00
Lemongrass3110
0a23c33181 HVAN_CHAOTIC 2024-09-18 11:40:30 +02:00
Lemongrass3110
d0990e6ee1 HVAN_EXPLOSION 2024-09-18 11:21:26 +02:00
Lemongrass3110
255e69d181 HVAN_CHAOTIC 2024-09-18 11:16:10 +02:00
Lemongrass3110
364818e582 array => vector 2024-09-18 11:06:08 +02:00
Lemongrass3110
d85c709ccb Converted CZ_REQUEST_MOVENPC to struct 2024-09-18 10:39:27 +02:00
Daegaladh
b07fcd3c7c Small fix from merging 2024-09-16 20:49:30 +02:00
Daegaladh
13abe0c66b
Merge branch 'master' into hotfix/vanilmirth_skills 2024-09-16 20:46:54 +02:00
Daegaladh
b3c827fbcf Fixed coordinates check 2024-09-16 20:24:38 +02:00
Daegaladh
ae501999bb Improved wording 2024-09-16 19:00:53 +02:00
Daegaladh
c07f685a31 Fixes Vanilmirth skills 2024-09-16 18:36:05 +02:00
7 changed files with 96 additions and 88 deletions

View File

@ -31026,19 +31026,7 @@ Body:
MaxLevel: 5 MaxLevel: 5
Type: Magic Type: Magic
TargetType: Attack TargetType: Attack
Range: 15 Range: 9
Hit: Single
HitCount:
- Level: 1
Count: 1
- Level: 2
Count: 2
- Level: 3
Count: 3
- Level: 4
Count: 4
- Level: 5
Count: 5
Requires: Requires:
SpCost: SpCost:
- Level: 1 - Level: 1
@ -31055,10 +31043,10 @@ Body:
Name: HVAN_CHAOTIC Name: HVAN_CHAOTIC
Description: Benediction of Chaos Description: Benediction of Chaos
MaxLevel: 5 MaxLevel: 5
Type: Magic
TargetType: Self TargetType: Self
DamageFlags: DamageFlags:
NoDamage: true NoDamage: true
Hit: Single
AfterCastWalkDelay: 1500 AfterCastWalkDelay: 1500
Requires: Requires:
SpCost: 40 SpCost: 40
@ -31066,8 +31054,6 @@ Body:
Name: HVAN_INSTRUCT Name: HVAN_INSTRUCT
Description: Instruct Description: Instruct
MaxLevel: 5 MaxLevel: 5
DamageFlags:
NoDamage: true
- Id: 8016 - Id: 8016
Name: HVAN_EXPLOSION Name: HVAN_EXPLOSION
Description: Bio Explosion Description: Bio Explosion
@ -31079,10 +31065,13 @@ Body:
IgnoreElement: true IgnoreElement: true
IgnoreFlee: true IgnoreFlee: true
IgnoreDefCard: true IgnoreDefCard: true
Flags:
TargetTrap: true
Hit: Single Hit: Single
HitCount: 1 HitCount: 1
Element: Weapon Element: Neutral
SplashArea: 4 SplashArea: 5
Duration1: 1500
Requires: Requires:
SpCost: 1 SpCost: 1
- Id: 8018 - Id: 8018

View File

@ -43312,19 +43312,7 @@ Body:
MaxLevel: 5 MaxLevel: 5
Type: Magic Type: Magic
TargetType: Attack TargetType: Attack
Range: 15 Range: 9
Hit: Single
HitCount:
- Level: 1
Count: 1
- Level: 2
Count: 2
- Level: 3
Count: 3
- Level: 4
Count: 4
- Level: 5
Count: 5
Cooldown: Cooldown:
- Level: 1 - Level: 1
Time: 2000 Time: 2000
@ -43352,10 +43340,10 @@ Body:
Name: HVAN_CHAOTIC Name: HVAN_CHAOTIC
Description: Benediction of Chaos Description: Benediction of Chaos
MaxLevel: 5 MaxLevel: 5
Type: Magic
TargetType: Self TargetType: Self
DamageFlags: DamageFlags:
NoDamage: true NoDamage: true
Hit: Single
AfterCastWalkDelay: 1500 AfterCastWalkDelay: 1500
Cooldown: 3000 Cooldown: 3000
Requires: Requires:
@ -43364,8 +43352,6 @@ Body:
Name: HVAN_INSTRUCT Name: HVAN_INSTRUCT
Description: Instruct Description: Instruct
MaxLevel: 5 MaxLevel: 5
DamageFlags:
NoDamage: true
- Id: 8016 - Id: 8016
Name: HVAN_EXPLOSION Name: HVAN_EXPLOSION
Description: Bio Explosion Description: Bio Explosion
@ -43377,11 +43363,13 @@ Body:
IgnoreElement: true IgnoreElement: true
IgnoreFlee: true IgnoreFlee: true
IgnoreDefCard: true IgnoreDefCard: true
Flags:
TargetTrap: true
Hit: Single Hit: Single
HitCount: 1 HitCount: 1
Element: Weapon Element: Neutral
SplashArea: 4 SplashArea: 5
AfterCastActDelay: 5000 Duration1: 1500
CoolDown: 1000 CoolDown: 1000
Requires: Requires:
SpCost: 1 SpCost: 1

View File

@ -15460,24 +15460,28 @@ void clif_parse_HomMoveToMaster(int fd, map_session_data *sd){
} }
/// Request to move homunculus/mercenary (CZ_REQUEST_MOVENPC). /// Request to move homunculus/mercenary.
/// 0232 <id>.L <position data>.3B /// 0232 <id>.L <position data>.3B (CZ_REQUEST_MOVENPC)
void clif_parse_HomMoveTo(int fd, map_session_data *sd){ void clif_parse_HomMoveTo(int fd, map_session_data *sd){
struct s_packet_db* info = &packet_db[RFIFOW(fd,0)]; #if PACKETVER >= 20050425
int id = RFIFOL(fd,info->pos[0]); // Mercenary or Homunculus const PACKET_CZ_REQUEST_MOVENPC* p = reinterpret_cast<const PACKET_CZ_REQUEST_MOVENPC*>( RFIFOP( fd, 0 ) );
struct block_list *bl = nullptr; struct block_list *bl = nullptr;
short x, y; short x, y;
RFIFOPOS(fd, info->pos[1], &x, &y, nullptr); RBUFPOS( p->PosDir, 0, &x, &y, nullptr );
if( sd->md && sd->md->bl.id == id ) if( sd->md && sd->md->bl.id == p->GID )
bl = &sd->md->bl; // Moving Mercenary bl = &sd->md->bl; // Moving Mercenary
else if( hom_is_active(sd->hd) && sd->hd->bl.id == id ) else if( hom_is_active(sd->hd) && sd->hd->bl.id == p->GID )
bl = &sd->hd->bl; // Moving Homunculus bl = &sd->hd->bl; // Moving Homunculus
else else
return; return;
if (x < 0 || y < 0 || (x == bl->x && y == bl->y))
return;
unit_walktoxy(bl, x, y, 4); unit_walktoxy(bl, x, y, 4);
#endif
} }
@ -15499,7 +15503,6 @@ void clif_parse_HomAttack(int fd,map_session_data *sd)
bl = &sd->md->bl; bl = &sd->md->bl;
else return; else return;
unit_stop_attack(bl);
unit_attack(bl, target_id, action_type != 0); unit_attack(bl, target_id, action_type != 0);
} }

View File

@ -563,7 +563,7 @@
// 2005-04-25aSakexe // 2005-04-25aSakexe
#if PACKETVER >= 20050425 #if PACKETVER >= 20050425
parseable_packet(0x022d,5,clif_parse_HomMenu,2,4); parseable_packet(0x022d,5,clif_parse_HomMenu,2,4);
parseable_packet(0x0232,9,clif_parse_HomMoveTo,2,6); parseable_packet( HEADER_CZ_REQUEST_MOVENPC, sizeof( PACKET_CZ_REQUEST_MOVENPC ), clif_parse_HomMoveTo, 0 );
parseable_packet(0x0233,11,clif_parse_HomAttack,2,6,10); parseable_packet(0x0233,11,clif_parse_HomAttack,2,6,10);
parseable_packet(0x0234,6,clif_parse_HomMoveToMaster,2); parseable_packet(0x0234,6,clif_parse_HomMoveToMaster,2);
#endif #endif

View File

@ -1362,6 +1362,13 @@ struct PACKET_ZC_NOTIFY_ACT{
DEFINE_PACKET_HEADER(ZC_NOTIFY_ACT, 0x8a); DEFINE_PACKET_HEADER(ZC_NOTIFY_ACT, 0x8a);
#endif #endif
struct PACKET_CZ_REQUEST_MOVENPC{
int16 packetType;
uint32 GID;
uint8 PosDir[3];
} __attribute__((packed));
DEFINE_PACKET_HEADER(CZ_REQUEST_MOVENPC, 0x232);
// NetBSD 5 and Solaris don't like pragma pack but accept the packed attribute // NetBSD 5 and Solaris don't like pragma pack but accept the packed attribute
#if !defined( sun ) && ( !defined( __NETBSD__ ) || __NetBSD_Version__ >= 600000000 ) #if !defined( sun ) && ( !defined( __NETBSD__ ) || __NetBSD_Version__ >= 600000000 )
#pragma pack( pop ) #pragma pack( pop )

View File

@ -3812,12 +3812,12 @@ int64 skill_attack (int attack_type, struct block_list* src, struct block_list *
dmg.dmotion = clif_skill_damage(src,bl,tick,dmg.amotion,dmg.dmotion, damage, dmg.div_, CR_HOLYCROSS, -1, DMG_SPLASH); dmg.dmotion = clif_skill_damage(src,bl,tick,dmg.amotion,dmg.dmotion, damage, dmg.div_, CR_HOLYCROSS, -1, DMG_SPLASH);
break; break;
//Skills that need be passed as a normal attack for the client to display correctly. //Skills that need be passed as a normal attack for the client to display correctly.
case HVAN_EXPLOSION:
case NPC_SELFDESTRUCTION: case NPC_SELFDESTRUCTION:
if(src->type == BL_PC) if(src->type == BL_PC)
dmg.blewcount = 10; dmg.blewcount = 10;
dmg.amotion = 0; //Disable delay or attack will do no damage since source is dead by the time it takes effect. [Skotlex] dmg.amotion = 0; //Disable delay or attack will do no damage since source is dead by the time it takes effect. [Skotlex]
[[fallthrough]]; [[fallthrough]];
case HVAN_EXPLOSION:
case KN_AUTOCOUNTER: case KN_AUTOCOUNTER:
case NPC_CRITICALSLASH: case NPC_CRITICALSLASH:
case TF_DOUBLE: case TF_DOUBLE:
@ -4762,6 +4762,9 @@ static TIMER_FUNC(skill_timerskill){
case ABC_FRENZY_SHOT: case ABC_FRENZY_SHOT:
skill_castend_damage_id(src, target, skl->skill_id, skl->skill_lv, tick, skl->flag); skill_castend_damage_id(src, target, skl->skill_id, skl->skill_lv, tick, skl->flag);
break; break;
case HVAN_EXPLOSION:
status_kill(src);
break;
default: default:
skill_attack(skl->type,src,src,target,skl->skill_id,skl->skill_lv,tick,skl->flag); skill_attack(skl->type,src,src,target,skl->skill_id,skl->skill_lv,tick,skl->flag);
break; break;
@ -6195,16 +6198,9 @@ int skill_castend_damage_id (struct block_list* src, struct block_list *bl, uint
case HVAN_CAPRICE: //[blackhole89] case HVAN_CAPRICE: //[blackhole89]
{ {
int ran=rnd()%4; static std::vector<e_skill> subskills = { MG_COLDBOLT, MG_FIREBOLT, MG_LIGHTNINGBOLT, WZ_EARTHSPIKE };
int sid = 0; e_skill subskill_id = util::vector_random( subskills );
switch(ran) skill_attack(skill_get_type(subskill_id), src, src, bl, subskill_id, skill_lv, tick, flag);
{
case 0: sid=MG_COLDBOLT; break;
case 1: sid=MG_FIREBOLT; break;
case 2: sid=MG_LIGHTNINGBOLT; break;
case 3: sid=WZ_EARTHSPIKE; break;
}
skill_attack(BF_MAGIC,src,src,bl,sid,skill_lv,tick,flag|SD_LEVEL);
} }
break; break;
@ -6324,7 +6320,7 @@ int skill_castend_damage_id (struct block_list* src, struct block_list *bl, uint
[[fallthrough]]; [[fallthrough]];
case HVAN_EXPLOSION: case HVAN_EXPLOSION:
if (src != bl) if (src != bl)
skill_attack(BF_MISC,src,src,bl,skill_id,skill_lv,tick,flag); skill_attack(skill_get_type(skill_id),src,src,bl,skill_id,skill_lv,tick,flag);
break; break;
// Celest // Celest
@ -8817,13 +8813,11 @@ int skill_castend_nodamage_id (struct block_list *src, struct block_list *bl, ui
BF_MAGIC, src, src, skill_id, skill_lv, tick, flag, BCT_ENEMY); BF_MAGIC, src, src, skill_id, skill_lv, tick, flag, BCT_ENEMY);
break; break;
case HVAN_EXPLOSION: //[orn]
case NPC_SELFDESTRUCTION: case NPC_SELFDESTRUCTION:
//Self Destruction hits everyone in range (allies+enemies) //Self Destruction hits everyone in range (allies+enemies)
//Except for Summoned Marine spheres on non-versus maps, where it's just enemy. //Except for Summoned Marine spheres on non-versus maps, where it's just enemy.
i = ((!md || md->special_state.ai == AI_SPHERE) && !map_flag_vs(src->m))? i = ((!md || md->special_state.ai == AI_SPHERE) && !map_flag_vs(src->m))?
BCT_ENEMY:BCT_ALL; BCT_ENEMY:BCT_ALL;
clif_skill_nodamage(src, *src, skill_id, -1);
map_delblock(src); //Required to prevent chain-self-destructions hitting back. map_delblock(src); //Required to prevent chain-self-destructions hitting back.
map_foreachinshootrange(skill_area_sub, bl, map_foreachinshootrange(skill_area_sub, bl,
skill_get_splash(skill_id, skill_lv), BL_CHAR|BL_SKILL, skill_get_splash(skill_id, skill_lv), BL_CHAR|BL_SKILL,
@ -8833,14 +8827,7 @@ int skill_castend_nodamage_id (struct block_list *src, struct block_list *bl, ui
map_freeblock_unlock(); map_freeblock_unlock();
return 1; return 1;
} }
status_damage(src, src, sstatus->max_hp,0,0,1, skill_id); status_kill(src);
if(skill_id == HVAN_EXPLOSION && src->type == BL_HOM) {
homun_data& hd = reinterpret_cast<homun_data&>( *src );
hd.homunculus.intimacy = hom_intimacy_grade2intimacy(HOMGRADE_HATE_WITH_PASSION);
clif_send_homdata( hd, SP_INTIMATE );
}
break; break;
case AL_ANGELUS: case AL_ANGELUS:
#ifdef RENEWAL #ifdef RENEWAL
@ -10703,26 +10690,58 @@ int skill_castend_nodamage_id (struct block_list *src, struct block_list *bl, ui
else if (sd != nullptr) else if (sd != nullptr)
clif_skill_fail( *sd, skill_id ); clif_skill_fail( *sd, skill_id );
break; break;
case HVAN_CHAOTIC: //[orn] case HVAN_CHAOTIC:
{ {
static const int per[5][2]={{20,50},{50,60},{25,75},{60,64},{34,67}}; // Chance per skill level
int r = rnd()%100; static const uint8 chance_homunculus[5] = {
i = (skill_lv-1)%5; 20,
if(r<per[i][0]) //Self 50,
bl = src; 25,
else if(r<per[i][1]) //Master 50,
bl = battle_get_master(src); 34
else //Enemy };
bl = map_id2bl(battle_gettarget(src)); static const uint8 chance_master[5] = {
static_cast<uint8>(chance_homunculus[0] + 30),
static_cast<uint8>(chance_homunculus[1] + 10),
static_cast<uint8>(chance_homunculus[2] + 50),
static_cast<uint8>(chance_homunculus[3] + 4),
static_cast<uint8>(chance_homunculus[4] + 33)
};
if (!bl) bl = src; uint8 chance = rnd_value(1, 100);
i = skill_calc_heal(src, bl, skill_id, 1+rnd()%skill_lv, true);
//Eh? why double skill packet? // Homunculus
clif_skill_nodamage(src,*bl,AL_HEAL,i); if (chance <= chance_homunculus[skill_lv - 1])
clif_skill_nodamage(src,*bl,skill_id,i); bl = src;
status_heal(bl, i, 0, 0); // Master
} else if (chance <= chance_master[skill_lv - 1])
break; bl = battle_get_master(src);
// Enemy (A random enemy targeting the master)
else
bl = battle_gettargeted(battle_get_master(src));
// If there's no enemy the chance reverts to the homunculus
if (bl == nullptr)
bl = src;
int32 heal = skill_calc_heal(src, bl, skill_id, rnd_value<uint16>(1, skill_lv), true);
// Official servers send the Heal skill packet with the healed amount, and then the skill packet with 1 as healed amount
clif_skill_nodamage(src, *bl, AL_HEAL, heal);
clif_skill_nodamage(src, *bl, skill_id, 1);
status_heal(bl, heal, 0, 0);
} break;
case HVAN_EXPLOSION:
if( hd != nullptr ){
clif_skill_nodamage(src, *src, skill_id, skill_lv, 1);
map_foreachinshootrange(skill_area_sub, bl, skill_get_splash(skill_id, skill_lv), BL_CHAR | BL_SKILL, src, skill_id, skill_lv, tick, flag | BCT_ENEMY, skill_castend_damage_id);
hd->homunculus.intimacy = hom_intimacy_grade2intimacy(HOMGRADE_HATE_WITH_PASSION);
clif_send_homdata(*hd, SP_INTIMATE);
// There's a delay between the explosion and the homunculus death
skill_addtimerskill(src, tick + skill_get_time(skill_id, skill_lv), src->id, 0, 0, skill_id, skill_lv, 0, flag);
} break;
// Homun single-target support skills [orn] // Homun single-target support skills [orn]
case HLIF_CHANGE: case HLIF_CHANGE:
#ifndef RENEWAL #ifndef RENEWAL

View File

@ -5046,8 +5046,10 @@ int status_calc_homunculus_(struct homun_data *hd, uint8 opt)
status->def += skill_lv * 4; status->def += skill_lv * 4;
if((skill_lv = hom_checkskill(hd, HVAN_INSTRUCT)) > 0) { if((skill_lv = hom_checkskill(hd, HVAN_INSTRUCT)) > 0) {
status->int_ += 1 + skill_lv / 2 + skill_lv / 4 + skill_lv / 5; static const uint8 bonus_int[] = { 1, 2, 2, 4, 5 };
status->str += 1 + skill_lv / 3 + skill_lv / 3 + skill_lv / 4; static const uint8 bonus_str[] = { 1, 1, 3, 4, 4 };
status->int_ += bonus_int[skill_lv - 1];
status->str += bonus_str[skill_lv - 1];
} }
if((skill_lv = hom_checkskill(hd, HAMI_SKIN)) > 0) if((skill_lv = hom_checkskill(hd, HAMI_SKIN)) > 0)