Thread: Need help with special attack bar

Results 1 to 6 of 6
  1. #1 Need help with special attack bar 
    Registered Member
    Join Date
    May 2012
    Posts
    49
    Thanks given
    1
    Thanks received
    5
    Rep Power
    25
    So I have came across an issue on my server where the special attack bar does not load for some items. (Dragon claws In particularly)
    I know this is already implemented into the source as the previous version of the source I am using has it implemented, so something must have occurred between the two.

    Here is my itemassistant special attack for dragon claws:

    Code:
    public static void addSpecialBar(Player player, int weapon) {
    		switch (weapon) {
    		case 14484:
    			player.getPA().sendFrame171(0, 7800);
    			specialAmount(player, weapon, player.specAmount, 7812);
    			break;

    Here is the old sources:

    Code:
    public static void addSpecialBar(Player player, int weapon)
            { switch (weapon) {
                    case 14484:
                            // Dragon claws
                            player.getPA().sendFrame171(0, 7800);
                            specialAmount(player, weapon, player.specAmount, 7812);
                            break;
    They look identical.
    Reply With Quote  
     

  2. #2  
    Banned Need help with special attack bar Market Banned

    -3clipse-'s Avatar
    Join Date
    May 2015
    Posts
    839
    Thanks given
    101
    Thanks received
    311
    Rep Power
    389
    Are special attack bars showing up for weapons that shouldn't have a special attack?
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    May 2012
    Posts
    49
    Thanks given
    1
    Thanks received
    5
    Rep Power
    25
    Quote Originally Posted by -3clipse- View Post
    Are special attack bars showing up for weapons that shouldn't have a special attack?
    No they are not.
    Reply With Quote  
     

  4. #4  
    Banned
    Join Date
    May 2015
    Posts
    137
    Thanks given
    42
    Thanks received
    11
    Rep Power
    0
    Reply With Quote  
     

  5. #5  
    Welcome To The Rodeo

    Zro.'s Avatar
    Join Date
    May 2009
    Posts
    4,376
    Thanks given
    94
    Thanks received
    241
    Rep Power
    714
    post the error
    Attached image
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    May 2012
    Posts
    49
    Thanks given
    1
    Thanks received
    5
    Rep Power
    25
    Quote Originally Posted by Zro. View Post
    post the error
    There is no error it just does not load the special attack bar.
    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: 0
    Last Post: 07-10-2014, 11:03 AM
  2. Need help with special attack getting errors!
    By timdegreen in forum Help
    Replies: 1
    Last Post: 12-30-2012, 08:35 PM
  3. Need help with special attack getting errors!
    By timdegreen in forum Help
    Replies: 1
    Last Post: 12-30-2012, 10:40 AM
  4. Need help with special attack
    By The Rsps Coder in forum Help
    Replies: 1
    Last Post: 11-27-2010, 10:41 AM
  5. need help with special bar
    By Sabsabi in forum Help
    Replies: 5
    Last Post: 12-27-2009, 07:00 AM
Tags for this Thread

View Tag Cloud

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