Thread: Dragon claws [PI]

Results 1 to 2 of 2
  1. #1 Dragon claws [PI] 
    Middle Finger is Here


    Join Date
    Feb 2012
    Age
    31
    Posts
    2,546
    Thanks given
    377
    Thanks received
    502
    Rep Power
    162
    I have a small issue with my dragon claws special, my special works great on npc but when testing it on Players it happen to hit 0s everytime on the last two hits.

    anyone know why?

    Thanks in advance -
    Hi
    Reply With Quote  
     

  2. #2  
    Middle Finger is Here


    Join Date
    Feb 2012
    Age
    31
    Posts
    2,546
    Thanks given
    377
    Thanks received
    502
    Rep Power
    162
    Nvm fixed.
    if anyone has this problem
    search for:
    Code:
    public void applyPlayerMeleeDamage(int i, int damageMask, int previousDamage) {
    then you should see something like ' int damage = 0; '

    replace that with

    Code:
    int damage = Misc.random(calculateMeleeMaxHit());
    Hi
    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. Dragon Claws [PI]
    By iobpkbarrage in forum Help
    Replies: 6
    Last Post: 02-18-2013, 07:38 PM
  2. [PI] Adding Dragon Claws [PI]
    By juggalo1996 in forum Help
    Replies: 4
    Last Post: 06-26-2011, 07:30 AM
  3. [Pi] Dragon claws [Pi]
    By Niv3k in forum Help
    Replies: 3
    Last Post: 04-05-2011, 01:25 PM
  4. [PI] Dragon claws [PI]
    By SecureGM in forum Help
    Replies: 10
    Last Post: 03-08-2011, 04:27 AM
  5. Dragon Claws [PI] 10$ - Fix hits
    By Roboyto in forum Requests
    Replies: 4
    Last Post: 07-25-2010, 05:36 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
  •