bump
|
|
i don't like the prayers in delta, it doesn't have range and mage bonus prayers, so in my client i added the interface b4 piety and chivalry and i need the code for clickingmost.java, just add your case idc ill change it to the correct, so basicaly
but for the prayers i need...Code:case 21243: // ultimate strength if(c.playerLevel[5] == 0){ c.setClientConfig(93, 0); c.StrPrayer = 0; c.prayOn = false; c.sM("You need to recharge your Prayer at an altar."); } if(c.Chivalry || c.Piety){ c.Chivalry = false; c.Piety = false; c.AtkPray = 0; c.DefPray = 0; } if(c.getLevelForXP(c.playerXP[5]) < 31){ c.setClientConfig(93, 0); //c.checkHead(); c.prayOn = false; c.sendFrame126("You need a @[email protected] level of 31 to use Ultimate Strength.", 357); c.sendFrame164(356); c.sM("You need a Prayer level of 31 to use this."); } if(c.StrPrayer != 3 && c.getLevelForXP(c.playerXP[5]) > 30 && c.playerLevel[5] > 0) { c.setClientConfig(101, 0); c.setClientConfig(102, 0); c.Chivalry = false; c.Piety = false; c.RangePray = 0; c.MagePray = 0; c.StrPrayer = 3; c.praydrain = 4; c.setClientConfig(84, 0); c.setClientConfig(87, 0); c.setClientConfig(89, 0); c.setClientConfig(90, 0); c.prayOn = true; } else if(c.StrPrayer == 3 && c.getLevelForXP(c.playerXP[5]) > 30 && c.playerLevel[5] > 0) { c.setClientConfig(93, 0); c.StrPrayer = 0; c.praydrain = 0; c.prayOn = false; } break;
don't need for mystic lore and hawk eye
I need sharp eye, mystic will, rapid restore, rapid heal, eagle eye, mystic might.
Also, the overheads worked before i changed interface, how do i make overhead prayers work now
bump
| « [PI] Prayer being drained in combat?? | [PI] Curses Help [PI] - Click Here! » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |