SphereCommunity
Last sphere release: no animation for gathering resource - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: General Help (/Forum-General-Help)
+--- Thread: Last sphere release: no animation for gathering resource (/Thread-Last-sphere-release-no-animation-for-gathering-resource)



Last sphere release: no animation for gathering resource - Rizz - 08-04-2014 12:57 AM

I don't know if this one is a script based problem.
I updated my spheresrv and know why i don't have any animation when i try to mine, chop or craft something...
My last spheresrv was 1772.


RE: Last sphere release: no animation for gathering resource - Extreme - 08-04-2014 01:00 AM

Did you updated your sphere_skills.scp ?


RE: Last sphere release: no animation for gathering resource - Rizz - 08-04-2014 01:02 AM

Problem found: FLAGS=SKF_GATHER

I had to update sphere_skills and also sphere_defs, is there something else to update? I need to know.


RE: Last sphere release: no animation for gathering resource - XuN - 08-04-2014 01:17 AM

I'm not trying to be a badass but reading revisions solves this issues 99.9% of the times:

Code:
19-07-2014, XuN
SKF_GATHER enabled, only fishing will have this flag in sphere_skills.scp, so now @Stroke and @SkillStroke can be used.
@(Skill)Start and @(Skill)Stroke now use ACT as a reference for the worldgem.
@(Skill)Start have local.GatherStrokeCnt ONLY for gathering skills.
Fishing delay is now 8.0 (1 stroke), the splash animation is softcoded in sphere_skills.scp since working with timerf in the source will complicate things a little.
In the 'long and not even started' proccess of softcoding skills ... the sounds/animations (for fishing!) will be added in the skill's triggers.
Return 1 in @Stroke will fire @Abort.
Added RANGE for gathering skills determining the max distance for the proccess (added RANGE=4 for fishing in sphere_skills.scp)

22-07-2014, XuN
Removed default sysmessage when reading / writing Experimental and Option Flags directly ingame or from script.
SKF_GATHER is a generic flag now: Skills with this flag will automatically call for @Stroke and override default behaviour (no more calls to STAGE == SKTRIG_STROKE in the skill's function).
Added Range and SKF_GATHER to mining and lumberjacking, softcoded some code related to SKILL_STROKES of them (and fishing also) in sphere_skills.scp.



RE: Last sphere release: no animation for gathering resource - Rizz - 08-04-2014 01:21 AM

(08-01-2014 03:58 PM)XuN Wrote:  It is simple, leaving sphere_skills.scp as it was (without SKF_GATHER) will make no difference and these skills will work as always, changes will not affect them.

That's why Tongue
It's not true at all, if you leave sphere_skills as it was you will not display any animation.


RE: Last sphere release: no animation for gathering resource - XuN - 08-04-2014 03:48 AM

Changed my mind, i'm the true devil!!! DevilDevilDevil


RE: Last sphere release: no animation for gathering resource - Extreme - 08-04-2014 03:56 AM

LOL
BLAME XUN!