SphereCommunity
Animal Taming Help - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: General Help (/Forum-General-Help)
+--- Thread: Animal Taming Help (/Thread-Animal-Taming-Help)



Animal Taming Help - rastrero - 03-03-2017 08:15 AM

Hi. My question.

Its possible to set the target for this skill on @skillstart? or maybe src.animaltaming <argo.uid>??

I need to be able to set it before skill start. ty


RE: Animal Taming Help - darksun84 - 03-03-2017 08:49 AM

Explain why you need it before @SkillStart, anyway there is the @PreStart trigger.


RE: Animal Taming Help - rastrero - 03-03-2017 06:29 PM

What I need is to start the skill Animal taming on a player, and then set a target for the skill. all by script.

like
.skill taming <animal>

or intercepting the skill in any trigger.
In triggers you can check which animal are you taming with "argo" but U cant set it.

I tried also to set the target directly on the memory, but I cant.
Where the animal that u are taming is save in the memory?

So for one last time I´ll explain it again. My poor eng...
I need to be able to set the animal you are going to tame, so I can be the one who start the skill by script without need the player target anything.


RE: Animal Taming Help - rastrero - 03-09-2017 05:00 AM

Noone can help me? well... lets dive into source and see what I find.