Thread: accuracy z508

Results 1 to 2 of 2
  1. #1 accuracy z508 
    Retard Strength


    Join Date
    Dec 2007
    Posts
    1,539
    Thanks given
    32
    Thanks received
    74
    Rep Power
    97
    how can i change accuracy of weapons such as armadyl godsword and magic short bow, i do not mean special, normal hits, they hit 0s a llllllot on my server and i tryed a few things, dont really work, I DONT WANT TO CHANGE THE BONUS OF THE WEAPONS EITHER
    Reply With Quote  
     

  2. #2  
    Registered Member hybrent's Avatar
    Join Date
    Nov 2007
    Posts
    566
    Thanks given
    73
    Thanks received
    90
    Rep Power
    28
    Uhmm...?

    If (equipment[1] = #) {
    accuracy *= 5;
    }

    It has an accuracy system built in...

    You should probably use a switch though:

    switch (wepId) {
    case #:
    accuracy *= 5;
    break;

    case #:
    accuracy *= 3;
    break;
    }

    etc.
    Hope I helped...
    Amused as I am not, I must continue to try. -Keith Charles
    Quote Originally Posted by Ayton View Post
    I'm sorry, but I have to agree with Hybrent.
    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
  •