אתה בטוח שיש סקיל עם ID 1005?
קוד PHP:
else if(splitted[0].equalsIgnoreCase("@buffme")) /*by SapiRxD*/{
int[] array = {9001000, 9101002, 9101003, 9101008, 2001002, 1101007, 1005, 2301003, 5121009, 1111002, 4111001, 4111002, 4211003, 4211005, 1321000, 2321004, 3121002};
if (player.getReborns() > 0){
if (player.getMeso() >= 10000000){
player.gainMeso(-10000000);
for (int i = 0; i < array.length; i++) {
SkillFactory.getSkill(array[i]).getEffect(SkillFactory.getSkill(array[i]).getMaxLevel()).applyTo(player);
}
mc.dropMessage("By SapiRxD");
}else
mc.dropMessage("SapiRxD : You dont have enough mesos");
}else
mc.dropMessage("SapiRxD : You need to do 1 reborn to use this command.");
}