Thread: boltDamage help

Results 1 to 2 of 2
  1. #1 boltDamage help 
    Registered Member
    Join Date
    Nov 2010
    Posts
    93
    Thanks given
    8
    Thanks received
    0
    Rep Power
    6
    Code:
     if (c.playerEquipment[3] == 9185
    						|| c.playerEquipment[3] == 18357) {
    					if (Misc.random(10) == 1) {
    						if (damage > 0) {
    							c.boltDamage = damage;
    							c.getCombat().crossbowSpecial(c, i);
    							damage *= c.crossbowDamage;
    						}
    					}
    				}
    i can't find where the damage for the bolts are..

    in Player.java is just declares boltDamage as an int but doesn't go anywhere from there.. how does that work? that's the only file that has anything about boltDamage in it besides the AttackNPC and attackPlayer which both have the code from above.
    Code:
    	public int rangeEndGFX, boltDamage, teleotherType,
    i'm so confused.. lol
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Aug 2013
    Posts
    115
    Thanks given
    24
    Thanks received
    6
    Rep Power
    0
    SRC > Game > Combat > range | rangemaxhit.java |

    somewhere in there it should be not too sure haven't checked out the codes on that source
    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. Need gfx help?
    By Beh3moth2 in forum General
    Replies: 1
    Last Post: 04-03-2007, 11:50 AM
  2. GIMP brush help
    By man777 in forum Tutorials
    Replies: 0
    Last Post: 04-03-2007, 03:11 AM
  3. Need help again
    By Zane in forum Showcase
    Replies: 4
    Last Post: 04-02-2007, 09:11 PM
  4. Need help choosing sig
    By Zane in forum Showcase
    Replies: 7
    Last Post: 04-02-2007, 03:14 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
  •