Thread: Special Attack [PI]

Results 1 to 4 of 4
  1. #1 Special Attack [PI] 
    Registered Member
    Join Date
    Dec 2011
    Posts
    706
    Thanks given
    9
    Thanks received
    3
    Rep Power
    30
    Hey Guys,
    The special attack wont regenerate after using it unless you die.
    Whats the fix?
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    Oct 2013
    Age
    25
    Posts
    685
    Thanks given
    15
    Thanks received
    68
    Rep Power
    0
    Quote Originally Posted by awesomenoob View Post
    Hey Guys,
    The special attack wont regenerate after using it unless you die.
    Whats the fix?
    In your process method, PI handled it there. He did a loop with it though like a timer.
    Code:
    if (c.specAmount < 100)
         c.specAmount = c.specAmount + .1;
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Dec 2011
    Posts
    706
    Thanks given
    9
    Thanks received
    3
    Rep Power
    30
    I searched for this method and I can't seem to find it... Any help?
    Reply With Quote  
     

  4. #4  
    Banned
    Join Date
    Oct 2013
    Age
    25
    Posts
    685
    Thanks given
    15
    Thanks received
    68
    Rep Power
    0
    Quote Originally Posted by awesomenoob View Post
    I searched for this method and I can't seem to find it... Any help?
    I already gave you the code.
    Code:
    if (c.specAmount <= 90)
         c.specAmount = c.specAmount + .1
    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. Dragon Halberd Special Attack [PI]
    By i am here in forum Help
    Replies: 6
    Last Post: 10-19-2013, 03:29 PM
  2. Bolts (e) Special Attack [PI]
    By i am here in forum Help
    Replies: 3
    Last Post: 04-17-2013, 12:01 AM
  3. AGS special attack [pi]
    By noelbudo in forum Help
    Replies: 5
    Last Post: 02-12-2013, 08:17 AM
  4. Special Attack [PI]
    By i am here in forum Help
    Replies: 5
    Last Post: 12-25-2012, 07:15 AM
  5. [PI] Special Attacks [PI]
    By EpIcKoLoL in forum Help
    Replies: 0
    Last Post: 08-11-2011, 03:14 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
  •