wazadrian Posted August 27, 2010 Posted August 27, 2010 thx very good voice but this code need edits :) Quote
SeDneY Posted September 12, 2010 Author Posted September 12, 2010 just do bypass -h menu_buff superhasteid 4 Add (RequsetBypassToServer): int[] badskills = {444,55,66}; //"Bad" skills and check: if(checkBuffSkill(skillid, badskills)) return false; checkBuffSkill: public boolean checkBuffSkill(int skill, int[] badskills) { boolean flag = false; for(int i = 0;i < badskills.length;i++) { if(badskills[i] == skill) { flag = true; } } return flag; } Quote
EsTriFee Posted December 29, 2010 Posted December 29, 2010 Don't Think it's usefull .. waht about Oly? .. and The other Events? .. Quote
Robbie Posted August 7, 2011 Posted August 7, 2011 a have seen it before but thanks for sharing Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.