GMs Doesnt get Sealed,Seduced,Stunned,ETCS.... Rev 3(Other Method,"Actually")

Page 1 of 3 123 LastLast
Results 1 to 15 of 42
  1. #1
    Proficient Member Ghost Recon is offline
    MemberRank
    Sep 2009 Join Date
    AppleLocation
    183Posts

    thumbs up GMs Doesnt get Sealed,Seduced,Stunned,ETCS.... Rev 3(Other Method,"Actually")

    ^^
    Rev 1 == Created This
    Rev 2 == Added Images,Look through the codes and see whether there is any errors
    Rev 3 == Suggested by xJvlaplex,other type of method


    Some people get angry over these....Stun and stun and seal and seal seduce seduce

    This is the cure!

    For Seduce
    Go to MobSkill.Java
    Cltr+F And type in case 128
    Saw A
    PHP Code:
    seduce true;
                    } 
    Then replace that with
    PHP Code:
            case 128// Seduce
                    
    if (!player.isGM()) {
            
    seduce false;
                    } else {
                        
    seduce true;
                    } 
    ^^

    For Others it would be quite easy

    V.75 Haven add in Curse..

    To input,Go to MapleDisease.java

    Add under WEAKEN(0x4000000000000000L),
    This >> CURSE(0x8000000000000000L);

    I suppose some of them has this

    After that,Cltr+F type in case 123
    Saw
    PHP Code:
    case 123:
                    return 
    MapleDisease.STUN
    Then Add in under it

    PHP Code:
    case 124:
                    return 
    MapleDisease.CURSE

    To insert Others Buffs disabled for gms...
    Add in
    Code:
    if (!player.isGM()) {
                    disease =  MapleDisease.NULL;
                    } else {
    And

    Code:
    }
    Between EVERY
    PHP Code:
    disease =  MapleDisease [Buff/Skill
    Dun add to Dispel


    Press thanks if HELP!

    REV 2
    These picture i have gone through in 3 mins...
    Normally i will get 2~5 seduce in 3 mins BUT..i didnt...


    Rev 3
    *Suggested by xJvlaplex*

    PHP Code:
    if (isGM()) return; 
    --Note!!they are MYPICTURES!!--
    First 1,fighting head 1...
    (I am swimming!!)
    Second 1,i am fighting head 2..(Tired of 1)...

    Thirdly,i am fighting the tail=P


    Tested Version - Ver.75

    Last edited by Ghost Recon; 11-10-09 at 10:08 AM.


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

    Re: GMS Doesnt get Sealed,Seduced,Stunned,ETCS.... Rev 1

    kinda easy
    good job though

  3. #3
    Proficient Member Ghost Recon is offline
    MemberRank
    Sep 2009 Join Date
    AppleLocation
    183Posts

    Re: GMS Doesnt get Sealed,Seduced,Stunned,ETCS.... Rev 1

    Thanks~^^

  4. #4
    Valued Member tsunayoshi is offline
    MemberRank
    Aug 2009 Join Date
    100Posts

    Re: GMS Doesnt get Sealed,Seduced,Stunned,ETCS.... Rev 1

    ghost recon wad does this do ? is it like gm won't get sealed,seduced and stunned ?

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

    Re: GMS Doesnt get Sealed,Seduced,Stunned,ETCS.... Rev 1

    exactly that.

  6. #6
    Proficient Member Ghost Recon is offline
    MemberRank
    Sep 2009 Join Date
    AppleLocation
    183Posts

    Re: GMS Doesnt get Sealed,Seduced,Stunned,ETCS.... Rev 1

    Yeah..
    You can see it at
    if (!player.isGM()) {

  7. #7
    Account Upgraded | Title Enabled! jadeling is offline
    MemberRank
    Jul 2008 Join Date
    706Posts

    Re: GMS Doesnt get Sealed,Seduced,Stunned,ETCS.... Rev 1

    GMS=global maple story?
    GMs=game master?

  8. #8
    Proficient Member Ghost Recon is offline
    MemberRank
    Sep 2009 Join Date
    AppleLocation
    183Posts

    Re: GMS Doesnt get Sealed,Seduced,Stunned,ETCS.... Rev 1

    LOL-.-
    Of cos GMS = GAMEMASTERS in here...

  9. #9
    Account Upgraded | Title Enabled! lxCrAzYsEl is offline
    MemberRank
    May 2008 Join Date
    Her heart :)Location
    281Posts

    Re: GMS Doesnt get Sealed,Seduced,Stunned,ETCS.... Rev 1

    lol ..........

  10. #10
    Proficient Member Ghost Recon is offline
    MemberRank
    Sep 2009 Join Date
    AppleLocation
    183Posts

    Re: GMS Doesnt get Sealed,Seduced,Stunned,ETCS.... Rev 1

    Next rev will put images...^^

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

    Re: GMS Doesnt get Sealed,Seduced,Stunned,ETCS.... Rev 1

    capitalization matters

    GMS = Global MapleStory
    GMs = Game Masters (small "s")
    yah .. it's like that

  12. #12
    Proficient Member Ghost Recon is offline
    MemberRank
    Sep 2009 Join Date
    AppleLocation
    183Posts

    Re: GMS Doesnt get Sealed,Seduced,Stunned,ETCS.... Rev 1

    Lol !!!!!

  13. #13
    Account Upgraded | Title Enabled! ongdeetz is offline
    MemberRank
    Mar 2009 Join Date
    SGLocation
    339Posts

    Re: GMS Doesnt get Sealed,Seduced,Stunned,ETCS.... Rev 2

    wow first post of rev 2 i was reading then screenshot pop out
    nice screenshots anyway

  14. #14
    Proficient Member Ghost Recon is offline
    MemberRank
    Sep 2009 Join Date
    AppleLocation
    183Posts

    Re: GMs(lol...) Doesnt get Sealed,Seduced,Stunned,ETCS.... Rev 2

    Rofl...

  15. #15
    Account Upgraded | Title Enabled! ongdeetz is offline
    MemberRank
    Mar 2009 Join Date
    SGLocation
    339Posts

    thumbs up Re: GMs(lol...) Doesnt get Sealed,Seduced,Stunned,ETCS.... Rev 2

    tested on v62 it works thank you



Page 1 of 3 123 LastLast

Advertisement