-
Account Upgraded | Title Enabled!
Xenon surplus method?
I analyzed and I think I missing a method to charge the energy of xenon ahm add in
Maplecharacter.java
example:
public void handleXenonCombo() {
if (this.xenoncombo < 0) {
this.xenoncombo = ((short)(this.xenoncombo + 1));
}
SkillFactory.getSkill(30020232).getEffect(1).applyXenon_Combo(this, this.xenoncombo );
}
public void resetXenonCombo() {
this.xenoncombo = 0;
SkillFactory.getSkill(30020232).getEffect(1).applyXenon_Combo(this, this.xenoncombo );
}
also sniff energy load every 4 seconds:
Energy load Xenon
Opcode: 0x0027
mplew.write(HexTool.hex("27 00 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 13 00 00 00 00 00 9F 86 01 00 00 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00"));
but not to place :s any idea
-