Jump to content
  • 0

[Help] Cast without CTRL


Question

11 answers to this question

Recommended Posts

  • 0
Posted

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
Posted

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
Posted

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
Posted

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
Posted

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 !

Guest
This topic is now closed to further replies.


×
×
  • Create New...