Thread: fixing equipment fully

Results 1 to 8 of 8
  1. #1 fixing equipment fully 
    Registered Member

    Join Date
    Jun 2007
    Age
    26
    Posts
    3,007
    Thanks given
    52
    Thanks received
    98
    Rep Power
    3208
    Yeah so people were still complaning about godswords being void and stuff and dragon claws ending up as a letter or something so..

    in Itemdefintions.java replace your equipID method with this

    Code:
    	public int getEquipId() {
    		if(id > 3450) 
    			return equipId+1;
    		return equipId;
    	}
    That should fix your problems
    Reply With Quote  
     

  2. #2  
    Fearrichy
    Guest
    Isn't this like that other guy's fix but the 3450 was 7404
    Reply With Quote  
     

  3. #3  
    Registered Member

    Join Date
    Jun 2007
    Age
    26
    Posts
    3,007
    Thanks given
    52
    Thanks received
    98
    Rep Power
    3208
    Yeah but his was completely wrong.
    With his method you would get dragon claws as a table and arma godsword as a bandos godsword.
    Reply With Quote  
     

  4. #4  
    Fearrichy
    Guest
    Hmm.... my d claws still work after his fix... I'll try your way and see if it helps, because before i couldn't wear items like d full helm properly but I could with his fix. But I still couldn't wear things like the skillcapes

    Edit: =\ His way fixes more, I couldn't wear d legs your way or a few skillcapes. But still, nice try.
    Reply With Quote  
     

  5. #5  
    Banned

    Join Date
    Nov 2008
    Posts
    697
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    lol none of these are correct actually.
    Reply With Quote  
     

  6. #6  
    Registered Member

    Join Date
    Jun 2007
    Age
    26
    Posts
    3,007
    Thanks given
    52
    Thanks received
    98
    Rep Power
    3208
    they are correct if you use your logic and add the items in itemdefinition.xml
    Reply With Quote  
     

  7. #7  
    Banned

    Join Date
    Nov 2008
    Posts
    697
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by Simon View Post
    they are correct if you use your logic and add the items in itemdefinition.xml
    lol im telling you this wont fix much at all thats what i did at first, it took me a while to realize this. and your forgetting i was the 2nd person after light to do this.
    Reply With Quote  
     

  8. #8  
    Respected Member


    Luke132's Avatar
    Join Date
    Dec 2007
    Age
    32
    Posts
    12,549
    Thanks given
    177
    Thanks received
    5,789
    Discord
    View profile
    Rep Power
    5000
    just load pali's item list from his 508 and his equip id's and re-make the list, it isnt hard.

    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

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •