Is the channel or map?
How can I not find the operation?
I can not find in the src Lane! Setting position Where?
How would I do that? Any guidance? Thanks.
Sorry my English is poor。:$:
Printable View
Is the channel or map?
How can I not find the operation?
I can not find in the src Lane! Setting position Where?
How would I do that? Any guidance? Thanks.
Sorry my English is poor。:$:
There is maplepvp.java?
probably based on the one by airfl0w
There maplepvp.java!
Only missing:
private int PVP_MAP = themapidyouwantforpvp;and
//pvp monster bombscase
if (attack.skill != 2301002 && attack.skill != 4201004 && attack.skill != 1111008 && player.getMapId() == PVP_MAP) {//checks
MaplePvp.doPvP(player, map, attack);
}
//end pvp monster bombs
I try to add :
for(int a : PVP_MAP) {
if (player.getMapId() == a) {
MaplePvp.doPvP(player, map, attack);
}
}
and:
private int[] PVP_MAP = {910000021,910000022};
I do not know whether valid:$:
@huabai Add your iteration a and int array PVP_MAP into AbstractDealDamageHandler.applyAttack and it should work properly, just follow the example from the thread @eshays had shown. Your example works fine, you can even copy the skill checks if you wish (it's just restricting heal and stuff from being valid attacks).
@Eric Thanks!
Do you know where
There can open two MapleStory.exe?
I used to test the PVP
Multi-Client? You can click here to download a MultiClient localhost, or you have to jmp the address call for it, but im not sure of the v62 address (it should be on rz somewhere tho considering its v62).
@huabai
at addy 00823549 change jnz to jmp