Thread: quick spec question

Results 1 to 9 of 9
  1. #1 quick spec question 
    Registered Member
    Join Date
    Aug 2012
    Posts
    206
    Thanks given
    2
    Thanks received
    2
    Rep Power
    8
    okai with this code

    case ###:
    specialAmount(weapon, c.specamount, 7586);

    replace the ### with saradomin sword code would give it the special attack correct with its animation or do i need to edit more then just that?
    Come Play with us! at LonelyPvP.x90x.net
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Aug 2012
    Posts
    206
    Thanks given
    2
    Thanks received
    2
    Rep Power
    8
    Okai i added the spec animation my self but now how do i get the specbar up? its missing.
    Come Play with us! at LonelyPvP.x90x.net
    Reply With Quote  
     

  3. #3  
    Donator


    Join Date
    Sep 2011
    Posts
    2,730
    Thanks given
    1,150
    Thanks received
    907
    Rep Power
    668
    CombatAssistant or ItemHandler, I cannot remember which.

    addSpecialBar() or something along those lines.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Aug 2012
    Posts
    206
    Thanks given
    2
    Thanks received
    2
    Rep Power
    8
    kk ill search withing the files thanks
    Come Play with us! at LonelyPvP.x90x.net
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Aug 2012
    Posts
    206
    Thanks given
    2
    Thanks received
    2
    Rep Power
    8
    btw all my other weapons have a spec bar except one is that normal ?
    Come Play with us! at LonelyPvP.x90x.net
    Reply With Quote  
     

  6. #6  
    Donator


    Join Date
    Sep 2011
    Posts
    2,730
    Thanks given
    1,150
    Thanks received
    907
    Rep Power
    668
    Quote Originally Posted by LonelyPvP View Post
    btw all my other weapons have a spec bar except one is that normal ?
    Specify. Do you mean every single weapon has a special attack bar?
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Aug 2012
    Posts
    206
    Thanks given
    2
    Thanks received
    2
    Rep Power
    8
    no all the weapons that have a spec has there spec bar except for the saradomin sword why..?
    Come Play with us! at LonelyPvP.x90x.net
    Reply With Quote  
     

  8. #8  
    Donator

    Join Date
    Nov 2011
    Posts
    97
    Thanks given
    6
    Thanks received
    7
    Rep Power
    31
    Quote Originally Posted by LonelyPvP View Post
    no all the weapons that have a spec has there spec bar except for the saradomin sword why..?
    Is it possible it is a custom on your server? Check the other weapon cases and compare to the ss.
    Reply With Quote  
     

  9. #9  
    Registered Member
    Join Date
    Aug 2012
    Posts
    206
    Thanks given
    2
    Thanks received
    2
    Rep Power
    8
    i have this for saradomin sword...
    case 1377:
    case 11696:
    case 11730:
    case 13905:
    case 15486:
    if(c.specAmount >= 10) {
    c.specAmount -= 10;
    c.getItems().addSpecialBar(weapon);
    return true;
    Come Play with us! at LonelyPvP.x90x.net
    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. Quick question, please help.
    By Eden in forum Spam
    Replies: 3
    Last Post: 03-29-2012, 06:01 AM
  2. Replies: 162
    Last Post: 11-08-2011, 07:35 PM
  3. Replies: 3
    Last Post: 09-22-2011, 02:35 AM
  4. Quick Spec fix for Delta[noobish but works]
    By Robin Spud in forum Tutorials
    Replies: 12
    Last Post: 07-18-2009, 01:22 PM
  5. Quick question
    By prophet in forum Help
    Replies: 4
    Last Post: 06-30-2009, 09:43 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
  •