Thread: [Delta] Prayer PvP Problem.

Results 1 to 2 of 2
  1. #1 [Delta] Prayer PvP Problem. 
    Registered Member b3w4r3's Avatar
    Join Date
    Jan 2009
    Posts
    30
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    My Protect Melee Isn't working while PvP, im hitting through Prayer.
    Im still hitting through prayer on wild PvP, im using Delta base, Scarescape source. Can Some one tell me how to fix that?
    dont flame, i know im a leecher, i tryed to search it but i couldnt.
    thank's
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Jan 2008
    Posts
    1,328
    Thanks given
    14
    Thanks received
    19
    Rep Power
    416
    case 21247: // Protect From Melee
    if(c.playerLevel[5] == 0){
    c.setClientConfig(97, 0);
    c.ProtMelee = false;
    c.checkHead();
    c.prayOn = false;
    c.sM("You need to recharge your Prayer at an altar.");
    }
    if(c.getLevelForXP(c.playerXP[5]) < 43){
    c.setClientConfig(97, 0);
    c.sendFrame126("You need a @blu@Prayer level of 43 to use Protect from Melee.", 357);
    c.sendFrame164(356);
    c.sM("You need a Prayer level of 43 to use this.");
    }
    if(c.ProtMelee == false && c.getLevelForXP(c.playerXP[5]) > 42 && c.playerLevel[5] > 0)
    {
    c.headIcon = 1;
    c.ProtMelee = true;
    c.ProtMage = false;
    c.ProtRange = false;
    c.Retribution = false;
    c.Redemption = false;
    c.Smite = false;
    c.praydrain = 4;
    c.setClientConfig(95, 0);
    c.setClientConfig(96, 0);
    c.setClientConfig(98, 0);
    c.setClientConfig(99, 0);
    c.setClientConfig(100, 0);
    c.prayOn = true;
    c.getHead();
    } else if(c.ProtMelee == true && c.getLevelForXP(c.playerXP[5]) > 42 && c.playerLevel[5] > 0) {
    c.setClientConfig(97, 0);
    c.ProtMelee = false;
    c.checkHead();
    c.praydrain = 0;
    c.prayOn = false;
    }
    hmm maybe that will work not sure :\
    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
  •