How to do this ? Fixing Bugs

Results 1 to 5 of 5
  1. #1
    Account Upgraded | Title Enabled! pointback is offline
    MemberRank
    Jun 2018 Join Date
    211Posts

    How to do this ? Fixing Bugs

    Hello guyz i have the code in fix bugs in MuEMU Season 6 Episode 3 but i dont know how to do it can you please teach me where i can edit this codes.

    - /store (bless, soul, etc.) crash main

    on void CCustomStore::OpenCustomStore(LPOBJ lpObj,int type) find



    if(lpObj->PShopOpen != 0)




    and replace complete IF to



    if(lpObj->PShopOpen == 0)
    {
    gNotice.GCNoticeSend(lpObj->Index,1,0,0,0,0,0,"Please Open Store before set Custom Store");
    //gPersonalShop.GCPShopOpenSend(lpObj->Index,0);
    return;
    }




    bellow find and comment



    //gPersonalShop.GCPShopOpenSend(lpObj->Index,1); <-This cause the crash on client if client dont have store name setted



    If post is incorrect please delete this thanks..


  2. #2
    Valued Member lifekko17 is offline
    MemberRank
    Oct 2014 Join Date
    PhilippinesLocation
    132Posts

    Re: How to do this ? Fixing Bugs

    Basically you must have the source code of the files and you must have a visual studio so that you can edit and rebuild the source code

    Sent from my SM-J730G using Tapatalk

  3. #3
    Account Upgraded | Title Enabled! pointback is offline
    MemberRank
    Jun 2018 Join Date
    211Posts

    Re: How to do this ? Fixing Bugs

    Quote Originally Posted by lifekko17 View Post
    Basically you must have the source code of the files and you must have a visual studio so that you can edit and rebuild the source code

    Sent from my SM-J730G using Tapatalk
    ow i see i dont have a source code of MuEMU S6 Ep3 , do you have some source code of this files @lifekko17

  4. #4
    Account Upgraded | Title Enabled! seedmaker is offline
    MemberRank
    Feb 2017 Join Date
    127.0.0.1Location
    580Posts

  5. #5
    Account Upgraded | Title Enabled! pointback is offline
    MemberRank
    Jun 2018 Join Date
    211Posts

    Re: How to do this ? Fixing Bugs

    to many files where is the right source of this MUEMU S6 Ep3 files sir @seedmaker



Advertisement