Jump to content
  • 0

Scarlet Van Halisha Feets Goes Underground


Question

Posted

Addapting frintezza script to aCis and have one problem, in transformation casting skill id 5017 (see in attached code) scarlet feets goes underground. Trying delete line with cast of this skill, but after this this have visual (cinematic) bugs: after first transformation Scarlet wings disappear, and in Scarlet2 problems with final cinematic part. Have idea with correcting chrords after transformation ending, but don't know how right do it. If someone have any idea pls help.

        else if (event.equalsIgnoreCase("morph_04"))
        {
            FRINTEZZA_LAIR.broadcastPacket(new SocialAction(weakScarlet,4));
            L2Skill skill = SkillTable.getInstance().getInfo(5017, 1);
            if (skill != null)
                skill.getEffects(weakScarlet, weakScarlet);

            startQuestTimer("morph_end", 3000, weakScarlet, null,false);
            startQuestTimer("start_pc", 3000, weakScarlet, null,false);
            startQuestTimer("start_npc", 3000, weakScarlet, null,false);
            startQuestTimer("songs_play", 10000 + Rnd.get(10000), frintezza, null,false);
            startQuestTimer("skill02", 10000 + Rnd.get(10000), weakScarlet, null,false);
}
        else if (event.equalsIgnoreCase("morph_15"))
        {
            FRINTEZZA_LAIR.broadcastPacket(new SocialAction(strongScarlet,2));
            L2Skill skill = SkillTable.getInstance().getInfo(5017, 1);
            if (skill != null)
                skill.getEffects(strongScarlet, strongScarlet);

            startQuestTimer("morph_end", 9000, strongScarlet, null,false);
            startQuestTimer("start_pc", 6000, strongScarlet, null,false);
            startQuestTimer("start_npc", 6000, strongScarlet, null,false);
            startQuestTimer("songs_play", 10000 + Rnd.get(10000), frintezza, null,false);
            startQuestTimer("skill03", 10000 + Rnd.get(10000), strongScarlet, null,false);
        }

8 answers to this question

Recommended Posts

  • 0
Posted

Spawn cords right, its problem in Grow skill effect 5017. But if delete skill usage from morph's cinematic part goes bad. Scarlet2 not looking up (i hope u understand me)  when die, its after deleting skill cast. Look Beast Farm mobs script, but i think going in the wrong route. Waiting for other ideas.  :(

  • 0
Posted

Spawn cords right, its problem in Grow skill effect 5017. But if delete skill usage from morph's cinematic part goes bad. Scarlet2 not looking up (i hope u understand me)  when die, its after deleting skill cast. Look Beast Farm mobs script, but i think going in the wrong route. Waiting for other ideas.  :(

from where did you try to addapt this?
  • 0
Posted

Dear SweeTs, npc height normal. I'm rework Grow effect and now all good. Now going configure frintezza songs and Scarlet skills. Problem solved, pls close!

Guest
This topic is now closed to further replies.


×
×
  • Create New...