Jump to content
  • 0

[Help] Custom Faction guards


Question

Posted

I'm dead stuck at trying to make custom guards for each faction team. I don't know how to make 1 guard attack .isgood() only and the other to attack .isevil() only.

Could anyone help me with this?

2 answers to this question

Recommended Posts

  • 0
Posted

i think will be best if you will create 2 guard instances, 2 kinds of npcs, and in ai of first npc, in onAction method just add check if targetted player isGood(), then he leave him alone, and he change target to bad ones, same with 2nd npc, if you dont want to make 2 new instances then you would need to tell me the way how java have to check if guard is good or bad, something like if guard is in giran area then he is good or something like that

  • 0
Posted

Hmm, dude, just create 2 new instances, then copy paste the whole code from L2GuardInstance, and just add 2 checks(isGood() isEvil() etc i don't know what is your code like...). This is the easiest way to do it. But you could do what vampir said too...

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...