Thread: problem

Results 1 to 8 of 8
  1. #1 problem 
    Banned
    Join Date
    Sep 2010
    Posts
    883
    Thanks given
    20
    Thanks received
    6
    Rep Power
    0
    Using project insanity released by sanity

    you can hit 99 with ruby bolts (e) on players, ive looked everywhere but couldnt find anything

    fixes?
    Reply With Quote  
     

  2. #2  
    If you read this you're gay!
    Infexis's Avatar
    Join Date
    Aug 2009
    Age
    28
    Posts
    4,557
    Thanks given
    1,158
    Thanks received
    1,174
    Rep Power
    2949
    Make the bolts weaker in combatAssistant.java

    "If you can't explain it simply, you don't understand it well enough." - Albert Einstein
    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    Sep 2010
    Posts
    883
    Thanks given
    20
    Thanks received
    6
    Rep Power
    0
    I don't think that'll work, ive looked over sources like sabsabi,soulsplit, bountyscapepkz and they pretty much all have it just like this:

    That's also how my code is like.

    Code:
    	public int getRangeStr(int i) {
    		if (i == 4214)
    			return 70;
    		switch (i) {
    			//bronze to rune bolts
    			case 877:
    			return 10;
    			case 9140:
    			return 46;
    			case 9141:
    			return 64;
    			case 9142:
    			case 9241:
    			case 9240:
    			return 82;
    			case 9143:
    			case 9243:
    			case 9242:
    			return 100;
    Reply With Quote  
     

  4. #4  
    Banned
    Join Date
    Sep 2010
    Posts
    883
    Thanks given
    20
    Thanks received
    6
    Rep Power
    0
    bumpity bump, need a fix!
    Reply With Quote  
     

  5. #5  
    Registered Member
    Purple's Avatar
    Join Date
    Feb 2010
    Age
    29
    Posts
    2,799
    Thanks given
    467
    Thanks received
    260
    Rep Power
    312
    case 9242:
    return 100;

    change the 100 to something lower.
    Reply With Quote  
     

  6. #6  
    Banned
    Join Date
    Sep 2010
    Posts
    883
    Thanks given
    20
    Thanks received
    6
    Rep Power
    0
    Quote Originally Posted by Ghost++ View Post
    case 9242:
    return 100;

    change the 100 to something lower.

    Yea but look, 1st of all ive looked over sources like sabsabi,soulsplit, bountyscapepkz and they pretty much all have it the same...

    and shouldnt 9243 and 9244 also be able to hit like 99?

    I really think it's something else..............
    Reply With Quote  
     

  7. #7  
    Donator

    Arithium's Avatar
    Join Date
    May 2010
    Age
    31
    Posts
    4,721
    Thanks given
    199
    Thanks received
    1,256
    Rep Power
    1114
    so find the effect of those bolts and modify it
    Reply With Quote  
     

  8. #8  
    Registered Member
    Mister Maggot's Avatar
    Join Date
    Dec 2008
    Posts
    7,227
    Thanks given
    3,283
    Thanks received
    2,875
    Rep Power
    5000
    Check item configs, search for the bolt id in the server, that's it.
    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: 6
    Last Post: 07-04-2009, 04:19 PM
  2. Really big problem.
    By psyduck in forum Help
    Replies: 8
    Last Post: 05-26-2009, 07:28 PM
  3. Replies: 3
    Last Post: 02-22-2009, 08:14 PM
  4. Replies: 4
    Last Post: 04-23-2008, 04:54 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
  •