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.
I’ve been using this Escape from Tarkov Hack for about a week now with no issues at all. ESP works great without any lag, and the aimbot is smooth and doesn't feel obvious. Had a quick setup with the loader, and support answered my questions right away. The HWID spoofer also did its job without messing with my system. So far, the cheat's staying undetected on my side.
Hello everyone, this is ADENA L2REBORN / LU4 / MASTERWORK
We also have items, epics, etc.
discord - adver745645
Our prices are reasonable, so have a nice shopping and a nice day.
Vesper Noble heavy set (RAR) 1800 att - 150e
Eternal Core Dualsword +6 300 att 130e
Ring of Baium 130e
AQ ring 100e
Antharas Earring 200e
Paypal payments only DM in discord narttu123
Question
#Hellson
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