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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock