Thread: Making a special attack triple hit [PI]

Results 1 to 2 of 2
  1. #1 Making a special attack triple hit [PI] 
    Ratted Donor

    Join Date
    Feb 2013
    Posts
    675
    Thanks given
    117
    Thanks received
    59
    Rep Power
    21
    How would i go about doing that? I searched for the doubleHit formula but nothing came up.
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Dec 2011
    Posts
    967
    Thanks given
    234
    Thanks received
    208
    Rep Power
    0
    Just create three damage splashes, i.e. if to create a damage splash it's
    Code:
    createDamageSplash(damage);
    You could just do something like

    Code:
    for(int i = 0; i<3;i++)
    createDamageSplash(damage/3);
    Just E.G., just see how it applies damage in combatassistant, you'll probably find the method somewhere (if I remember correctly it's handleHitMask(int type, int damage)
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Replies: 5
    Last Post: 01-28-2013, 02:53 AM
  2. Special attack max hit?
    By jtox in forum Help
    Replies: 5
    Last Post: 01-28-2012, 12:53 AM
  3. Specials attack never hit
    By Toommeehh in forum Help
    Replies: 0
    Last Post: 11-23-2009, 07:00 PM
  4. special attack max hits?
    By troopzz in forum Help
    Replies: 0
    Last Post: 11-21-2009, 02:53 AM
  5. Getting a special attack to hit 4 times?
    By brighterstr in forum Help
    Replies: 1
    Last Post: 01-01-2009, 08:07 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •