Cheat Engine

Would you like to react to this message? Create an account in a few clicks or log in to continue.
Cheat Engine

The Underground Site of Cheat Engine


    [Release] Fix for Magic Scale

    avatar
    Admin
    Admin


    Posts : 43
    Join date : 2009-05-18

    [Release] Fix for Magic Scale Empty [Release] Fix for Magic Scale

    Post  Admin Mon May 18, 2009 11:57 am

    This should prevent Magic Scale from deleting your clothes and not letting you log in.

    Open MaplePacketCreator.java and change
    Code:
                } else if (pos > 100 && pos != 111) { // don't ask. o.o
    to
    Code:
                } else if ((pos > 100 || pos == -128) && pos != 111) { // don't ask. o.o

    Credits for this go to someone of RaGEZONE whose name I forgot.

      Current date/time is Fri Apr 26, 2024 8:31 pm