[release] how to check if someone is wz repacked
Code:
int checkid = whatever;
MapleMonster mob = MapleLifeFactory.getMonster(checkid);
mob.setObjectId(20000);
mob.setPosition(new Point(0,0));
c.getSession.write(MaplePacketCreator.spawnMonster(mob);
c.getSession.write(MaplePacketCreator.killMonster(mob);
if they don't have the wz repack their client will crash
Re: [release] how to check if someone is wz repacked
Re: [release] how to check if someone is wz repacked
what you mean by this? o.0..i dont understand it..means is someone's wz is repacked then their client will crash?
Re: [release] how to check if someone is wz repacked
So if their WZ differs from the server's, they crash?
Re: [release] how to check if someone is wz repacked
very weird
yah explain more pl0x
Re: [release] how to check if someone is wz repacked
There is WZ editting stuff so they can modify stuff to their willing (Fast animation etc without other ppl seeing it). If you don't want these things you can instal this to your server.
Re: [release] how to check if someone is wz repacked
add this at PlayerLoggedinHandler i guess.. best way
Re: [release] how to check if someone is wz repacked
question : that's mean if some1 just did wz repacking (cheater \ hacker -what ever)
so he will be disconnected?
Re: [release] how to check if someone is wz repacked
Thanks for this, will be helpful.
Re: [release] how to check if someone is wz repacked
Quote:
Originally Posted by
Shogi
question : that's mean if some1 just did wz repacking (cheater \ hacker -what ever)
so he will be disconnected?
Yes? O.O It could also be that for example, he can wear all cloths and stuff, like no job requirements (also WZ editted, unless the server has it by itself).
Re: [release] how to check if someone is wz repacked
Quote:
Originally Posted by
Shogi
question : that's mean if some1 just did wz repacking (cheater \ hacker -what ever)
so he will be disconnected?
no, only people who haven't repacked will be.
Re: [release] how to check if someone is wz repacked
Fix me if i'm wrong, i'm adding it to PlayerLoggedinHandler.java ?
Re: [release] how to check if someone is wz repacked
Man xD you make me lough xD
@shogi - Yes
Re: [release] how to check if someone is wz repacked
Code:
int checkid = whatever;
Wtf? Shouldn't an integer be a number only? Unless whatever is defined.. Is it? o.o
Re: [release] how to check if someone is wz repacked
oh god you fail
you are supposed to replace the id of one of the mobs you added there >.>