Thread: [PI] poisoning effect

Results 1 to 2 of 2
  1. #1 [PI] poisoning effect 
    Donator
    Insanity_'s Avatar
    Join Date
    Apr 2013
    Age
    31
    Posts
    63
    Thanks given
    6
    Thanks received
    3
    Rep Power
    11
    well im using a 317 PI and i have a poisoning effect but it doesn't apply any damage. does anyone know how i would fix this?

    Code:
    public void appendPoison(int damage) {
    		if (System.currentTimeMillis() - c.lastPoisonSip > c.poisonImmune) {
    			c.sendMessage("You have been poisoned.");
    			c.poisonDamage = damage;
    		}	
    	}
    Reply With Quote  
     

  2. #2  
    Donator
    Insanity_'s Avatar
    Join Date
    Apr 2013
    Age
    31
    Posts
    63
    Thanks given
    6
    Thanks received
    3
    Rep Power
    11
    Bump
    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. PI Divine effect glitch
    By Harambe_ in forum Help
    Replies: 7
    Last Post: 11-20-2010, 09:39 AM
  2. [PI] Adding effects to spirit shields
    By McGill in forum Help
    Replies: 9
    Last Post: 11-16-2010, 01:26 AM
  3. [PI]Spec effect
    By cruelity in forum Help
    Replies: 0
    Last Post: 10-06-2010, 08:24 PM
  4. PI poison saving..
    By Boosie_ in forum Snippets
    Replies: 1
    Last Post: 08-20-2010, 01:53 AM
  5. [PI] Spirit effects
    By HiImRusty in forum Help
    Replies: 6
    Last Post: 07-18-2010, 12:51 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
  •