Hey, I was wondering how I would change up the bob damage and hp if anyone could help me I'd be greatly appreciated! (:
XML To Bob -
9400551 Bob
Thanks! (:
Hey, I was wondering how I would change up the bob damage and hp if anyone could help me I'd be greatly appreciated! (:
XML To Bob -
9400551 Bob
Thanks! (:
Bump!
Buumppp........
I want him to do max damage what would i change it to and what's the max hp value?
Max damage? So you want him to auto KO you? Max HP is Integer.MAX_VALUE so 2147483647
What do i change for 'Bob' to KO you?
if (monsteridfrom == 9400551) {
player.setHp(0);
player.updateSingleStat(MapleStat.HP, 0);
return;
}
Bump!