StarSCreams Posted July 16, 2021 Posted July 16, 2021 hi its possible do not stop movement when using skill? i search on skill but only find nextAction . 1
0 GsL Posted July 16, 2021 Posted July 16, 2021 35 minutes ago, StarSCreams said: hi its possible do not stop movement when using skill? i search on skill but only find nextAction . Yes 1
0 StarSCreams Posted July 16, 2021 Author Posted July 16, 2021 18 minutes ago, GsL said: Yes you can guide me where start search?, i searching on AbastracAI //setIntention
0 GsL Posted July 16, 2021 Posted July 16, 2021 4 hours ago, StarSCreams said: hi its possible do not stop movement when using skill? i search on skill but only find nextAction . Yes 3 hours ago, StarSCreams said: you can guide me where start search?, i searching on AbastracAI //setIntention Find the methods that stop player move in global search then find when is skill is casting and u will understand if u change this player will move and cast skills .. will be ugly 1 1
0 Nightw0lf Posted July 16, 2021 Posted July 16, 2021 take example of acis function useMagic(L2Skill skill, boolean forceUse, boolean dontMove)
0 StarSCreams Posted July 16, 2021 Author Posted July 16, 2021 4 hours ago, Nightw0lf said: take example of acis function useMagic(L2Skill skill, boolean forceUse, boolean dontMove) hi thanks my function: public void Cast(Skill skill, Creature target, boolean forceUse, boolean dontMove) when learn some class and funcions, i reached the conclusion need make a new skillType to check if... My idea is when use FireWorks the character dont stop movement.. FireWork item_id =6407 (skill_id=2025) this skill 2025 is skillType="HOT" i check on source skillType="HOT" but this is linked with Continuous.class any suggests? i use fandc files.. freya high five
0 Zake Posted July 16, 2021 Posted July 16, 2021 Normally it should abort cast, if u are talking about potions try removing their cast time (set to 0 or delete)
0 StarSCreams Posted July 17, 2021 Author Posted July 17, 2021 i already finish this :D, i make a new skillType, and add on thinkcast() check if skilltype true if any need this i share it.
Question
StarSCreams
hi
its possible do not stop movement when using skill?
i search on skill but only find nextAction .
8 answers to this question
Recommended Posts