[release] how to check if someone is wz repacked

Results 1 to 24 of 24
  1. #1
    Account Upgraded | Title Enabled! xJvlaplex is offline
    MemberRank
    Mar 2009 Join Date
    478Posts

    [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


  2. #2
    Member MurasakiKyouki is offline
    MemberRank
    Jan 2009 Join Date
    66Posts

    Re: [release] how to check if someone is wz repacked

    woopee....

  3. #3
    Account Upgraded | Title Enabled! AuroX is offline
    MemberRank
    Sep 2008 Join Date
    1,431Posts

    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?

  4. #4
    Valued Member Akreao is offline
    MemberRank
    Dec 2007 Join Date
    Ontario, CanadaLocation
    144Posts

    Re: [release] how to check if someone is wz repacked

    So if their WZ differs from the server's, they crash?

  5. #5
    Xephizion Development Ehab is offline
    MemberRank
    Apr 2008 Join Date
    Somewhere I BelLocation
    1,935Posts

    Re: [release] how to check if someone is wz repacked

    very weird
    yah explain more pl0x

  6. #6
    Waiting and waiting... Faithless is offline
    MemberRank
    Aug 2008 Join Date
    The NetherlandsLocation
    660Posts

    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.

  7. #7
    Infraction Banned LaiLaiN00b is offline
    MemberRank
    Jan 2009 Join Date
    85Posts

    Re: [release] how to check if someone is wz repacked

    add this at PlayerLoggedinHandler i guess.. best way

  8. #8
    Valued Member Shogi is offline
    MemberRank
    Apr 2008 Join Date
    134Posts

    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?

  9. #9
    Account Upgraded | Title Enabled! Amandy is offline
    MemberRank
    Feb 2007 Join Date
    Crapvile, USALocation
    768Posts

    Re: [release] how to check if someone is wz repacked

    Thanks for this, will be helpful.

  10. #10
    Waiting and waiting... Faithless is offline
    MemberRank
    Aug 2008 Join Date
    The NetherlandsLocation
    660Posts

    Re: [release] how to check if someone is wz repacked

    Quote Originally Posted by Shogi View Post
    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).

  11. #11
    Account Upgraded | Title Enabled! hey0 is offline
    MemberRank
    Jan 2009 Join Date
    249Posts

    Re: [release] how to check if someone is wz repacked

    Quote Originally Posted by Shogi View Post
    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.

  12. #12
    Valued Member Shogi is offline
    MemberRank
    Apr 2008 Join Date
    134Posts

    Re: [release] how to check if someone is wz repacked

    Fix me if i'm wrong, i'm adding it to PlayerLoggedinHandler.java ?

  13. #13
    Account Upgraded | Title Enabled! <XENON> is offline
    MemberRank
    Feb 2009 Join Date
    Titti TownLocation
    223Posts

    Re: [release] how to check if someone is wz repacked

    Man xD you make me lough xD

    @shogi - Yes

  14. #14
    Account Upgraded | Title Enabled! PoopStory is offline
    MemberRank
    Apr 2008 Join Date
    www.poopstory.comLocation
    246Posts

    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

  15. #15
    Account Upgraded | Title Enabled! Shoot is offline
    MemberRank
    Jan 2009 Join Date
    417Posts

    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 >.>

  16. #16
    Account Upgraded | Title Enabled! AzuS is offline
    MemberRank
    Jul 2008 Join Date
    871Posts

    Re: [release] how to check if someone is wz repacked

    ....Lol, xP So its basically, only one server play unless they keep changing the file back and forward?

  17. #17
    Account Upgraded | Title Enabled! GoldenNuts is offline
    MemberRank
    Apr 2009 Join Date
    Los AngelesLocation
    209Posts

    Re: [release] how to check if someone is wz repacked

    Good Job. I'm going to use this.

  18. #18
    Account Upgraded | Title Enabled! rogue1234567 is offline
    MemberRank
    Apr 2008 Join Date
    437Posts

    Re: [release] how to check if someone is wz repacked

    For all who don't know what this is, it is a add on so people who Wizet Repacked they won't be able to connect to you're server unless they have the official Wizet files.

  19. #19
    Account Upgraded | Title Enabled! silv3rbullet is offline
    MemberRank
    Dec 2008 Join Date
    1,277Posts

    Re: [release] how to check if someone is wz repacked

    But you have to make a check for each mob id...right?
    Unless you do an array...right?

  20. #20
    Account Upgraded | Title Enabled! OreansSucks is offline
    MemberRank
    Mar 2009 Join Date
    276Posts

    Re: [release] how to check if someone is wz repacked

    nice. i be jacking ur account too

  21. #21
    Proficient Member *Mario* is offline
    MemberRank
    Jan 2009 Join Date
    181Posts

    Re: [release] how to check if someone is wz repacked

    Daaaaaaaavid lets spend tonight on top of the world <33

    Nice release, btw.

  22. #22
    Account Upgraded | Title Enabled! Shadow465 is offline
    MemberRank
    Jul 2008 Join Date
    437Posts

    Re: [release] how to check if someone is wz repacked

    What if someone just changed pictures, but not stats? They'll still be d/ced?

  23. #23
    Account Upgraded | Title Enabled! GoldenNuts is offline
    MemberRank
    Apr 2009 Join Date
    Los AngelesLocation
    209Posts

    Re: [release] how to check if someone is wz repacked

    So, they can't change anything?Or they will dc?

  24. #24
    Account Upgraded | Title Enabled! ishan1996 is offline
    MemberRank
    Nov 2008 Join Date
    WisconsinLocation
    1,429Posts

    Re: [release] how to check if someone is wz repacked

    Damn you guys are slow. He explained it. He said if they don't have the Wz repacked shit then it will crash their client which dcs them. So they can't login without having the wz files.



Advertisement