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

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