[Tutorial] Fix Marketplace Tab7

Page 1 of 2 12 LastLast
Results 1 to 15 of 26
  1. #1
    Yuri-BR#1559 Yuri-BR is offline
    DeveloperRank
    Apr 2013 Join Date
    ☣️❤️Location
    1,040Posts

    [Tutorial] Fix Marketplace Tab7

    this patch is to fix the bug that disappears the table of equipment after enabling the table of weapons


    In Solution WarZ

    Search for:
    Code:
    gfxMovie.SetVariable("_root.api.Main.Marketplace.MarketplaceTab7.visible", true);
    Change to:
    Code:
    gfxMovie.SetVariable("_root.api.Main.Marketplace.Marketplace.Tab7.visible", true);


    and if you do not know how to turn on the table of weapons

    Search for:
    Code:
    var[0].SetNumber(0);
    var[1].SetString("weapon");
    var[2].SetBoolean(false);
    var[3].SetBoolean(true);
    gfxMovie_->Invoke("_root.api.addTabType", var, 4);
    Change to:
    Code:
    var[0].SetNumber(0);
    var[1].SetString("weapon");
    var[2].SetBoolean(true);
    var[3].SetBoolean(true);
    gfxMovie_->Invoke("_root.api.addTabType", var, 4);


  2. #2
    My Status --> LukasCCB is offline
    MemberRank
    Apr 2013 Join Date
    CracolandiaLocation
    1,190Posts

    Re: [Tutorial] Fix Marketplace Tab7

    using your source more not Tab7

  3. #3
    Yuri-BR#1559 Yuri-BR is offline
    DeveloperRank
    Apr 2013 Join Date
    ☣️❤️Location
    1,040Posts

    Re: [Tutorial] Fix Marketplace Tab7

    Quote Originally Posted by lukasccb View Post
    using your source more not Tab7
    because the table of weapons this not activated

    if you do not know how to turn on the table of weapons


    Search for:
    Code:
    var[0].SetNumber(0);
    var[1].SetString("weapon");
    var[2].SetBoolean(false);
    var[3].SetBoolean(true);
    gfxMovie_->Invoke("_root.api.addTabType", var, 4);

    Change to:
    Code:
    var[0].SetNumber(0);
    var[1].SetString("weapon");
    var[2].SetBoolean(true);
    var[3].SetBoolean(true);
    gfxMovie_->Invoke("_root.api.addTabType", var, 4);

  4. #4
    My Status --> LukasCCB is offline
    MemberRank
    Apr 2013 Join Date
    CracolandiaLocation
    1,190Posts

    Re: [Tutorial] Fix Marketplace Tab7

    I have done that but still does not appear

  5. #5
    Account Upgraded | Title Enabled! MrGrimm is offline
    MemberRank
    Oct 2013 Join Date
    217Posts

    Re: [Tutorial] Fix Marketplace Tab7



    Worked...thx!

  6. #6
    Yuri-BR#1559 Yuri-BR is offline
    DeveloperRank
    Apr 2013 Join Date
    ☣️❤️Location
    1,040Posts

    Re: [Tutorial] Fix Marketplace Tab7

    Quote Originally Posted by lukasccb View Post
    I have done that but still does not appear
    so I do not know, you must be doing something wrong

  7. #7
    Proficient Member JohnzBallad is offline
    MemberRank
    Jan 2014 Join Date
    Rio de JaneiroLocation
    175Posts

    Re: [Tutorial] Fix Marketplace Tab7

    Quote Originally Posted by MrGrimm View Post


    Worked...thx!
    Damn dude, you have a NICE frontend. I really like it ^^

  8. #8
    My Status --> LukasCCB is offline
    MemberRank
    Apr 2013 Join Date
    CracolandiaLocation
    1,190Posts

    Re: [Tutorial] Fix Marketplace Tab7

    Quote Originally Posted by Yuri-BR View Post
    so I do not know, you must be doing something wrong
    how do I edit?
    it does not allow me the edition


  9. #9
    Moderator GigaToni is offline
    ModeratorRank
    Aug 2009 Join Date
    GER / FRLocation
    2,329Posts

    Re: [Tutorial] Fix Marketplace Tab7

    You're editing the swf file.

    In Solution WarZ
    C++ code. Not AS.

    Also I bet you're using a too old version of the frontend!

  10. #10
    My Status --> LukasCCB is offline
    MemberRank
    Apr 2013 Join Date
    CracolandiaLocation
    1,190Posts

    Re: [Tutorial] Fix Marketplace Tab7

    Quote Originally Posted by GigaToni View Post
    You're editing the swf file.



    C++ code. Not AS.

    Also I bet you're using a too old version of the frontend!
    and yuri, yuri mean bug, says he is new

  11. #11
    Account Upgraded | Title Enabled! MrGrimm is offline
    MemberRank
    Oct 2013 Join Date
    217Posts

    Re: [Tutorial] Fix Marketplace Tab7


  12. #12
    My Status --> LukasCCB is offline
    MemberRank
    Apr 2013 Join Date
    CracolandiaLocation
    1,190Posts

    Re: [Tutorial] Fix Marketplace Tab7

    Quote Originally Posted by MrGrimm View Post
    I removed my like =]
    your frontend is still the same (false)

  13. #13
    Yuri-BR#1559 Yuri-BR is offline
    DeveloperRank
    Apr 2013 Join Date
    ☣️❤️Location
    1,040Posts

    Re: [Tutorial] Fix Marketplace Tab7

    I said not to edit anything in the front end

    you should just fix the error in its source

    solution warz

  14. #14
    Account Upgraded | Title Enabled! MrGrimm is offline
    MemberRank
    Oct 2013 Join Date
    217Posts

    Re: [Tutorial] Fix Marketplace Tab7

    Quote Originally Posted by lukasccb View Post
    I removed my like =]
    your frontend is still the same (false)
    You can remove the like....it has nothing to do with the Frontend.swf saying false. Mine which I posted a pic of above says false as well if you look at it in swf decompiler but it still has 7th tab. Just try the dam thing. Listen to what Yuri and Gigatoni have been telling you.
    Last edited by MrGrimm; 21-10-14 at 10:50 PM.

  15. #15
    ¿ aLca is offline
    MemberRank
    Apr 2013 Join Date
    /dev/nullLocation
    548Posts

    Re: [Tutorial] Fix Marketplace Tab7

    Don't forget, it's no Copy&Paste for all dem no brainers here.... Oh, Wait!



Page 1 of 2 12 LastLast

Advertisement