MeVsYou Posted July 2, 2010 Posted July 2, 2010 Well as you understand,i want ppls cast skills to enemy without pressing ctrl. Is this possible?
0 Madboy Posted July 2, 2010 Posted July 2, 2010 try this i think this is http://www.maxcheaters.com/forum/index.php?topic=148973.0
0 MeVsYou Posted July 2, 2010 Author Posted July 2, 2010 try this i think this is http://www.maxcheaters.com/forum/index.php?topic=148973.0 nop my friend. This is for simple hits to be attackable. I speak about casting skills.
0 MeVsYou Posted July 3, 2010 Author Posted July 3, 2010 but i think its works ant with casting? sadly ,no working :/
0 h4sin Posted July 3, 2010 Posted July 3, 2010 http://forum.ragezone.com/f330/share-l2j-delta-server-pack-229110/ i think i saw comments that in delta packs attack/casting without flag, if you decode you will see how you need to edit.
0 MeVsYou Posted July 4, 2010 Author Posted July 4, 2010 All links with the source from this pack are dead.Only the pack is live which i dont need ;/ . So and this dont help me.
0 h4sin Posted July 4, 2010 Posted July 4, 2010 As i said you can decompile source, to see how look like that line...
0 MeVsYou Posted July 4, 2010 Author Posted July 4, 2010 there is not a source there. I need a help over here ^^ .
0 Rizel Posted July 4, 2010 Posted July 4, 2010 here it is: remove these lines from L2PcInstance // Check if a Forced ATTACK is in progress on non-attackable target if (!target.isAutoAttackable(this) && !forceUse) { switch (sklTargetType) { case TARGET_AURA: case TARGET_FRONT_AURA: case TARGET_BEHIND_AURA: case TARGET_CLAN: case TARGET_PARTY_CLAN: case TARGET_ALLY: case TARGET_PARTY: case TARGET_SELF: case TARGET_GROUND: case TARGET_AREA_SUMMON: break; default: // Send a Server->Client packet ActionFailed to the L2PcInstance sendPacket(ActionFailed.STATIC_PACKET); return false; } } this way you wont need to press ctrl to cast on players without flag (i hope you wanted this)
0 MeVsYou Posted July 5, 2010 Author Posted July 5, 2010 here it is: remove these lines from L2PcInstance // Check if a Forced ATTACK is in progress on non-attackable target if (!target.isAutoAttackable(this) && !forceUse) { switch (sklTargetType) { case TARGET_AURA: case TARGET_FRONT_AURA: case TARGET_BEHIND_AURA: case TARGET_CLAN: case TARGET_PARTY_CLAN: case TARGET_ALLY: case TARGET_PARTY: case TARGET_SELF: case TARGET_GROUND: case TARGET_AREA_SUMMON: break; default: // Send a Server->Client packet ActionFailed to the L2PcInstance sendPacket(ActionFailed.STATIC_PACKET); return false; } } this way you wont need to press ctrl to cast on players without flag (i hope you wanted this) Razil,nothing change if i will delete these lines (l2j epilogue pack) .I test it! Finally,i find what it is the correct edit. You must find a public boolean which check about checkPvpSkill and to return it to true. But now i succeed to cast skills without pressing ctrl.... <--- thx to tryskell ...but aoe skills dont cast at all! Maybe now any idea??? :D
0 MeVsYou Posted July 5, 2010 Author Posted July 5, 2010 I fixed it all alone..... In the same file you must find the correct check and to return it to true. Thx in advance for your ideas and help even if they couldnt help me,i am gratefull ;). Topic locked !
Question
MeVsYou
Well as you understand,i want ppls cast skills to enemy without pressing ctrl.
Is this possible?
11 answers to this question
Recommended Posts