Thread: 602 Items help....PLEASE

Results 1 to 4 of 4
  1. #1 602 Items help....PLEASE 
    Registered Member
    Join Date
    Dec 2012
    Posts
    227
    Thanks given
    8
    Thanks received
    3
    Rep Power
    12
    Okay i just added 602 items to my client...

    I have replaced the item.cfg with 602 version.

    Now when i log in and equip claws they go in weapon slot but when i go to were special bar is the name doesn't read its like this





    i do have the claws equiped


    so the items arent being read.

    also in the equipment manger the bonus's are at 0 for all of them yet.. i have already got the item.cfg.
    Reply With Quote  
     

  2. #2  
    Donator
    dat orange's Avatar
    Join Date
    Jan 2013
    Age
    30
    Posts
    147
    Thanks given
    7
    Thanks received
    17
    Rep Power
    11
    Okay go to ItemAssistant.java and look for this

    Code:
    	public void addSpecialBar
    And add a new case for dragon claws there.

    Here:

    Code:
                case 14484: //dragon claws id
                c.getPA().sendFrame171(0, 7800);
                specialAmount(weapon, c.specAmount, 7812);
                break;
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Dec 2012
    Posts
    227
    Thanks given
    8
    Thanks received
    3
    Rep Power
    12
    already have it
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Dec 2012
    Posts
    227
    Thanks given
    8
    Thanks received
    3
    Rep Power
    12
    it doesnt read the name..bonus or the specialbars.
    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: 8
    Last Post: 02-13-2013, 11:16 PM
  2. Replies: 7
    Last Post: 04-06-2011, 11:05 PM
  3. Replies: 2
    Last Post: 11-28-2009, 06:30 PM
  4. Replies: 9
    Last Post: 07-16-2009, 11:52 PM
  5. Replies: 39
    Last Post: 11-29-2008, 10:31 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
  •