Thread: [PI] Damage problems

Results 1 to 3 of 3
  1. #1 [PI] Damage problems 
    Registered Member Tikkari's Avatar
    Join Date
    Jul 2010
    Posts
    41
    Thanks given
    1
    Thanks received
    0
    Rep Power
    1
    Hey,
    1. How I change special attack dmg?.
    2. How I change dark bow special attack hit at least 8,8. It hits now randomly eg. 0,5.
    3. How I can make Ice barrage more accurate?
    4. How I add magic attack bonus to staff of light and chaotic staff [hit more e.g 45.]
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jun 2010
    Age
    29
    Posts
    891
    Thanks given
    22
    Thanks received
    47
    Rep Power
    0
    Start of by looking in CombatAssistant.java
    hi
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Apr 2011
    Posts
    60
    Thanks given
    0
    Thanks received
    1
    Rep Power
    1
    special attack damage is in combat assistant search the id of the weapons special you want to change, e.g if you want to change the damage or accuracy of the ags search: 11694 and you should come up with something like this

    case 11694: // ags
    c.startAnimation(7074);
    c.specDamage = 1.50;
    c.specAccuracy = 1.10;
    c.gfx0(1222);
    c.hitDelay = getHitDelay(c.getItems().getItemName(c.playerEquip ment[c.playerWeapon]).toLowerCase());
    break;

    the rest is simple
    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. Npc damage
    By Juggalo Family in forum Help
    Replies: 7
    Last Post: 04-16-2011, 02:33 PM
  2. npc damage. 508/525
    By x Nathan x in forum Help
    Replies: 3
    Last Post: 07-15-2010, 03:04 PM
  3. Replies: 6
    Last Post: 10-29-2009, 08:47 PM
  4. Damage
    By zachverbeek in forum Help
    Replies: 1
    Last Post: 08-22-2009, 07:36 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •