SphereServer BugTracker - SphereServer
View Issue Details
0002385SphereServerexecutable - windows buildpublic13-08-14 11:4217-08-14 02:45
darksun84 
Ben 
normalmajoralways
resolvedfixed 
 
0.56c Nightly 
Automated (specify build number)
Script_Profiler
Command_Sysmsgs
2002
0002385: No swing animation during combat, @HitTry doesn't fire.
When you start to fight a npc or another player, the combat swings aren't displayed anymore, this happens for both melee and ranged combat but not for NPC that throws item(like ogre and so on).

The animation when the player or the npc receive damage shows up correctly.

I also noticed that @HitTry doesn't fire anymore but the @Hit trigger is still fired, also @SkillStart and @Start for the related combat skill fires after @Hit or @HitMiss and if i am correct they should start before @Hittry.


So the current flow of combat is this
 @HitCheck ( new trigger ) -> @Hit (@HitMiss if you miss) -> @SkillStart -> @Start -> @GetHit (for the character that get hit)

11:41:(sphere_skills.scp,1363)Firing @Hitcheck
11:41:(sphere_skills.scp,1360)Firing @HitMiss action : skill_wrestling
11:41:(sphere_skills.scp,1374)Starting Wrestling in @SkillStart
11:41:(sphere_skills.scp,998)Firing @Start for skill Wrestling
11:41:(sphere_skills.scp,1366)Firing @GetHit
-Add a npc
-Starts to fight
-Damage is displayed but no swing animation are played for the player and the npc.
No tags attached.
Issue History
13-08-14 11:42darksun84New Issue
13-08-14 18:15darksun84Note Added: 0002400
13-08-14 18:17darksun84Note Edited: 0002400bug_revision_view_page.php?bugnote_id=0002400#r703
13-08-14 18:18darksun84Note Edited: 0002400bug_revision_view_page.php?bugnote_id=0002400#r704
17-08-14 02:45BenNote Added: 0002404
17-08-14 02:45BenStatusnew => resolved
17-08-14 02:45BenFixed in Version => 0.56c Nightly
17-08-14 02:45BenResolutionopen => fixed
17-08-14 02:45BenAssigned To => Ben

Notes
(0002400)
darksun84   
13-08-14 18:15   
(edited on: 13-08-14 18:18)
Small correction.
In this line : "but not for NPC that throws item(like ogre and so on)."

I mean that when a NPC throws an item, the animation is displayed correctly.

(0002404)
Ben   
17-08-14 02:45   
will be fixed in next build