Thread: [PI] Explosive Potions

Results 1 to 3 of 3
  1. #1 [PI] Explosive Potions 
    Exiles Developer


    Join Date
    May 2009
    Age
    28
    Posts
    316
    Thanks given
    55
    Thanks received
    25
    Rep Power
    86
    Ok, so basically like on delta, the explosive potion explodes and does 15 damage on you, i'm looking on how i would use it on insanity's source.. I know it's a different statement i've searched the files and tried many, i can't get it to hit 15 on me tho, any suggestions on what to use and where to put it? I have been trying it in the dropitem.java Not sure if that's smart or not.. please give your opinions and help

    Ex:
    if (itemId == 4045) {
    c.sendMessage("You drop the item and it explodes, dealing you damage.");
    *Damage Statement*
    }
    Reply With Quote  
     

  2. #2  
    Exiles Developer


    Join Date
    May 2009
    Age
    28
    Posts
    316
    Thanks given
    55
    Thanks received
    25
    Rep Power
    86
    Still need help..
    Reply With Quote  
     

  3. #3  
    Registered Member
    sadgrills's Avatar
    Join Date
    Dec 2009
    Age
    28
    Posts
    1,419
    Thanks given
    120
    Thanks received
    194
    Rep Power
    863
    playerHP -= 15;
    Chance playerhp with playerLevel[1] or something I don't know.


    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
  •