Thread: Hit right after spec

Results 1 to 9 of 9
  1. #1 Hit right after spec 
    Banned
    Join Date
    Jan 2013
    Age
    29
    Posts
    276
    Thanks given
    39
    Thanks received
    47
    Rep Power
    0
    For some reason when i use any weapons special attack, my character does the spec and then hits almost instant again as a regular attack, and then sometimes the special bar dissapears. The thing is this only happens in pvp, i tried this against monsters and everything is fine. Could anybody please help me i will thank and rep here is a vid that can show whats going on abit better

    Reply With Quote  
     

  2. #2  
    Registered Member sapoud's Avatar
    Join Date
    Nov 2012
    Age
    35
    Posts
    115
    Thanks given
    5
    Thanks received
    0
    Rep Power
    21
    post your code of the ags special please
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Feb 2013
    Posts
    18
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    I think its spec timers, in combat assistant I think. Look in there for any funny buisiness
    Reply With Quote  
     

  4. #4  
    Banned
    Join Date
    Jan 2013
    Age
    29
    Posts
    276
    Thanks given
    39
    Thanks received
    47
    Rep Power
    0
    Quote Originally Posted by sapoud View Post
    post your code of the ags special please

    Code:
    case 11694:
                    // ags
                    c.startAnimation(11989);
                    c.specDamage = 1.25;
                    c.specAccuracy = 1.95; //was 1.95
                    c.gfx0(2113);
                    c.hitDelay = getHitDelay(c.getItems().getItemName(c.playerEquipment[c.playerWeapon]).toLowerCase());
                    break;
    Reply With Quote  
     

  5. #5  
    Banned
    Join Date
    Jan 2013
    Age
    29
    Posts
    276
    Thanks given
    39
    Thanks received
    47
    Rep Power
    0
    Quote Originally Posted by Purple Pvm View Post
    I think its spec timers, in combat assistant I think. Look in there for any funny buisiness
    do you know what the class is called? for spec timers?
    Reply With Quote  
     

  6. #6  
    Banned

    Join Date
    Dec 2011
    Posts
    967
    Thanks given
    234
    Thanks received
    208
    Rep Power
    0
    Look in getattackdelay() method, or post it.
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Apr 2012
    Posts
    120
    Thanks given
    6
    Thanks received
    5
    Rep Power
    11
    rune i thought u were mr.know it all
    Reply With Quote  
     

  8. #8  
    Banned
    Join Date
    Jan 2013
    Age
    29
    Posts
    276
    Thanks given
    39
    Thanks received
    47
    Rep Power
    0
    not sure if the is the right one but here

    [SPOIL]/**
    * Weapon and magic attack speed!
    **/

    public int getAttackDelay(String s) {
    int get = 4; // default
    String[][] getDelay = {
    {
    "dart", "3"
    }, {
    "knife", "3"
    }, {
    "Blisterwood stake", "3"
    }, {
    "Shortbow", "4"
    }, {
    "Karils crossbow", "4"
    }, {
    " Toktz-xil-ul", "4"
    }, {
    " Dagger", "4"
    }, {
    "Bronze sword", "4"
    }, {
    "Iron sword", "4"
    }, {
    "Steel sword", "4"
    }, {
    "Black sword", "4"
    }, {
    "Mithril sword", "4"
    }, {
    "Adamant sword", "4"
    }, {
    "Rune sword", "4"
    }, {
    "Scimitar", "4"
    }, {
    "Abyssal whip", "4"
    }, {
    "claws", "4"
    }, {
    "Zamorakian spear", "4"
    }, {
    "Saradomin sword", "4"
    }, {
    "Toktz-xil-ak", "4"
    }, {
    "Toktz-xil-ek", "4"
    }, {
    "Saradomin staff", "4"
    }, {
    "Zamorak staff", "4"
    }, {
    "Guthix staff", "4"
    }, {
    "Slayer's staff", "4"
    }, {
    "Ancient staff", "4"
    }, {
    "Gravite rapier", "4"
    }, {
    "Chaotic rapier", "4"
    }, {
    "Armadyl battlestaff", "4"
    }, {
    "Longsword", "5"
    }, {
    "mace", "5"
    }, {
    "axe", "5"
    }, {
    "pickaxe", "5"
    }, {
    "Tzhaar-ket-em", "5"
    }, {
    "Torags hammers", "5"
    }, {
    "Guthans warspear", "5"
    }, {
    "Veracs flail", "5"
    }, {
    "Staff", "5"
    }, {
    "Staff of air", "5"
    }, {
    "Staff of water", "5"
    }, {
    "Staff of earth", "5"
    }, {
    "Staff of fire", "5"
    }, {
    "Magic staff", "5"
    }, {
    "Mystic fire staff", "5"
    }, {
    "Mystic fire staff", "5"
    }, {
    "Mystic water staff", "5"
    }, {
    "Mystic water staff", "5"
    }, {
    "Mystic air staff", "5"
    }, {
    "Mystic air staff", "5"
    }, {
    "Mystic earth staff", "5"
    }, {
    "Mystic earth staff", "5"
    }, {
    "Battlestaff", "5"
    }, {
    "Iban's staff", "5"
    }, {
    "Staff of light", "5"
    }, {
    "Salamander", "5"
    }, {
    "Maple longbow (sighted)", "5"
    }, {
    "Magic longbow (sighted)", "5"
    }, {
    "thrownaxe", "5"
    }, {
    "Comp ogre bow", "5"
    }, {
    "New crystal bow", "5"
    }, {
    "Crystal bow", "5"
    }, {
    "Seercull", "5"
    }, {
    "Chaotic longsword", "5"
    }, {
    "Gravite longsword", "5"
    }, {
    "Battleaxe", "6"
    }, {
    "warhammer", "6"
    }, {
    "godsword", "6"
    }, {
    "Barrelchest anchor", "6"
    }, {
    "Ahrims staff", "6"
    }, {
    "Toktz-mej-tal", "6"
    }, {
    "Gravite 2h sword", "6"
    }, {
    "Chaotic maul", "6"
    }, {
    "Longbow", "6"
    }, {
    "Zamorak bow", "6"
    }, {
    "Saradomin bow", "6"
    }, {
    "Guthix bow", "6"
    }, {
    "javelin", "6"
    }, {
    "Dorgeshuun c'bow", "6"
    }, {
    "Crossbow", "6"
    }, {
    "Zaryte bow", "6"
    }, {
    "Phoenix crossbow", "6"
    }, {
    "Sagaie", "6"
    }, {
    "Bolas", "6"
    }, {
    "Auspicious katana", "6"
    }, {
    "2h sword", "7"
    }, {
    "halberd", "7"
    }, {
    "Granite maul", "7"
    }, {
    "Balmung", "7"
    }, {
    "Tzhaar-ket-om", "7"
    }, {
    "Ivandis flail", "7"
    }, {
    "Hand cannon", "7"
    }, {
    "Dharoks greataxe", "7"
    }, {
    "Ogre bow", "8"
    }, {
    "Dark bow", "9"
    }, {
    "Dreadnip", "10"
    }, {
    "Swagger stick", "10"
    }
    }/SPOIL]
    Reply With Quote  
     

  9. #9  
    Banned
    Join Date
    Jan 2013
    Age
    29
    Posts
    276
    Thanks given
    39
    Thanks received
    47
    Rep Power
    0
    Quote Originally Posted by overpower View Post
    rune i thought u were mr.know it all
    haha not this one bud
    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. kORASI right gfx spec.
    By fast z3rk3r in forum Snippets
    Replies: 29
    Last Post: 12-19-2011, 09:31 AM
  2. delay between 2 hits (etc dbow spec)
    By Clx3 in forum Help
    Replies: 0
    Last Post: 04-11-2011, 05:19 PM
  3. Special Bar Not Updating After Spec.
    By mmaKush in forum Help
    Replies: 0
    Last Post: 07-22-2010, 07:50 PM
  4. Replies: 9
    Last Post: 09-18-2009, 02:07 PM
  5. How Do I Change The Max Hit Of A Spec?
    By Chris123111 in forum Help
    Replies: 4
    Last Post: 02-02-2009, 07:07 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •