Jump to content
  • 0

help me a little[GR]


Question

3 answers to this question

Recommended Posts

  • 0
Posted

java/com/l2jserver/gameserver/ai/l2AttackableAI.java

line about 405 in last rev of l2jserver:

 

// Manage the Attack Intention : Stop current Attack (if necessary), Start a new Attack and Launch Think Event
	super.onIntentionAttack(target);

sbhsto kai kanto etsi

 

// Manage the Attack Intention : Stop current Attack (if necessary), Start a new Attack and Launch Think Event

	if (target instanceof L2PcInstance && ((L2PcInstance) target).getKarma() > 0)
		super.onIntentionAttack(target);
	else if(!(getActiveChar() instanceof L2GuardInstance)||getActiveChar() instanceof L2GuardInstance && getActiveChar().getNpcId()!=31034){
		super.onIntentionAttack(target);
	}else if(target instanceof L2PcInstance && ((L2PcInstance) target).getKarma() == 0){
		getActiveChar().clearAggroList();
	}

  • 0
Posted

File mou pigene sta config sou kai des ayto edw to exeis False i True

 

 

# If True, guards will attack at sight aggressive monsters.
# Default: False.
GuardAttackAggroMob = False

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...