Jump to content
  • 0

Question

8 answers to this question

Recommended Posts

  • 0
Posted

it should be implemented ingame already, you have to hold ctrl in case to attack party member, if you want to stop attack at all you have to add some code to core maybe in dmg formula or somewhere just

if (isPartyMember()){
   return;
}

in this case you will not get dmg, but still can hit etc...

(note: only typed function which might be there, it can be named different ;) )

  • 0
Posted

it should be implemented ingame already, you have to hold ctrl in case to attack party member, if you want to stop attack at all you have to add some code to core maybe in dmg formula or somewhere just

if (isPartyMember()){
   return;
}

in this case you will not get dmg, but still can hit etc...

(note: only typed function which might be there, it can be named different ;) )

sorry i din't make myself clear,yes you are right with ctrl,but they can make debuffs too ,to their party members,i don't want that,any ideas?Thanks in advance

  • 0
Posted (edited)

Why don't you try asking on Acis forums as you might get a beter reply.

We don't rly give the support to custom asks for 'randomers' on aCis forum, else someone is kind enough to answer. So, he has more chance to get the answer in here. Also it's his 3rd topic about dat question..

Edited by SweeTs

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