Thread: 639 wildy help?

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1 639 wildy help? 
    † Skyotic 639 †
    64Bit's Avatar
    Join Date
    Dec 2011
    Age
    34
    Posts
    624
    Thanks given
    93
    Thanks received
    37
    Rep Power
    4
    Hey uhm some reason when someone goes into the wildy if ur lvl 120 u have to attack a lvl 120 cant att higher or lower even by 1 combat, thats the same for any lvl
    lvl 3 can only hit lvl 3s and etc any fix?
    IGNORANCE WILL BE IGNORED


    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    May 2009
    Posts
    97
    Thanks given
    0
    Thanks received
    2
    Rep Power
    78
    Source ? (Btw just post the code a sec )

    If its dementhium.. i dont know what is wrong with your code untill you post it but if you would like me to
    Reply With Quote  
     

  3. #3  
    † Skyotic 639 †
    64Bit's Avatar
    Join Date
    Dec 2011
    Age
    34
    Posts
    624
    Thanks given
    93
    Thanks received
    37
    Rep Power
    4
    thats the thing. idk what class its in. 637
    IGNORANCE WILL BE IGNORED


    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Oct 2011
    Posts
    165
    Thanks given
    9
    Thanks received
    8
    Rep Power
    13
    I Get the same error If You get a fix Tell me
    Reply With Quote  
     

  5. #5  
    Registered Member

    Join Date
    May 2009
    Posts
    97
    Thanks given
    0
    Thanks received
    2
    Rep Power
    78
    oh go into player.java and search

    Code:
    public boolean isAttackable(Mob mob
    that might be in not sure
    Reply With Quote  
     

  6. Thankful user:


  7. #6  
    † Skyotic 639 †
    64Bit's Avatar
    Join Date
    Dec 2011
    Age
    34
    Posts
    624
    Thanks given
    93
    Thanks received
    37
    Rep Power
    4
    thanks!!! i found out how to fix it. well my way

    go to player.java

    search for
    Code:
    if (!((combatLevel + wildernessLevel
    it should be longer then that, like other level etc just make the whole method this

    Code:
    			if (!((combatLevel + wildernessLevel 
    					- wildernessLevel <= otherLevel)
    					&& (otherLevel + otherWildernessLevel) >= combatLevel && otherLevel
    					- otherWildernessLevel <= combatLevel)) {
    			}
    		}
    		return true;
    	}
    IGNORANCE WILL BE IGNORED


    Reply With Quote  
     

  8. #7  
    Banned

    Join Date
    Oct 2011
    Posts
    2,689
    Thanks given
    1,235
    Thanks received
    673
    Rep Power
    0
    I suggest making a full 666+. my suggestion to work on is a full 668 or 681. Im currently converting RuneEscape(dkks source) to full 681.
    Reply With Quote  
     

  9. #8  
    Registered Member

    Join Date
    May 2009
    Posts
    97
    Thanks given
    0
    Thanks received
    2
    Rep Power
    78
    I said player.java so how is it your way x'D
    Reply With Quote  
     

  10. #9  
    † Skyotic 639 †
    64Bit's Avatar
    Join Date
    Dec 2011
    Age
    34
    Posts
    624
    Thanks given
    93
    Thanks received
    37
    Rep Power
    4
    ^ i ment i done it my way in player.java like its not the right way cuz the way i done it a lvl 138 can att a lvl 3 :3
    IGNORANCE WILL BE IGNORED


    Reply With Quote  
     

  11. #10  
    Registered Member

    Join Date
    May 2009
    Posts
    97
    Thanks given
    0
    Thanks received
    2
    Rep Power
    78
    wait so you still need help or not ? i cnt work out lol
    Reply With Quote  
     

Page 1 of 2 12 LastLast

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: 4
    Last Post: 01-31-2012, 09:17 PM
  2. 639 Making Certain Commands Useable In Wildy
    By `Eclipse in forum Snippets
    Replies: 5
    Last Post: 12-01-2011, 06:08 PM
  3. Replies: 1
    Last Post: 06-03-2011, 06:42 PM
  4. Replies: 4
    Last Post: 12-23-2010, 02:35 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
  •