Help! Clan war 1vs1

Results 1 to 20 of 20
  1. #1
    Apprentice cabooll is offline
    MemberRank
    Mar 2013 Join Date
    21Posts

    Help! Clan war 1vs1

    Hola amigos quien me ayuda con la activación de el clan war 1vs1. tengo días intentando activarlo y no lo e logrado inclusive e colocado todo lo que dice MLADDERTYPE_NORMAL_3VS3 por MLADDERTYPE_NORMAL_1VS1 todo los archivos que digieran 3vs3 lo cambiaba a 1vs1 y nada compile, compilo bien al entrar y darle en clan war me salia que debo seleccionar a mi team xd por favor necesito la ayuda Gracias! 


  2. #2
    Valued Member ZeidForce is offline
    MemberRank
    Nov 2009 Join Date
    C:\Puerto Rico\Location
    133Posts
    You need to coment the #ifdef _debug that conect with cw def


    Sent from my iPhone using Tapatalk 2

  3. #3
    Apprentice cabooll is offline
    MemberRank
    Mar 2013 Join Date
    21Posts

    Re: Help! Clan war 1vs1

    Quote Originally Posted by ZeidForce View Post
    You need to coment the #ifdef _debug that conect with cw def


    Sent from my iPhone using Tapatalk 2
    hollé amigo y me podrías dar los datos exactos para resolver ese problema de activación o por lo menos una pista para guiarme por ejemplo los nombres de los archivos que debo editar e.e no se c++ pero intentaria almenos de aprenderlo u.u

  4. #4
    Valued Member ZeidForce is offline
    MemberRank
    Nov 2009 Join Date
    C:\Puerto Rico\Location
    133Posts
    maybe later because im not in my computer right now.


    Sent from my iPhone using Tapatalk 2

  5. #5
    Apprentice cabooll is offline
    MemberRank
    Mar 2013 Join Date
    21Posts

    Re: Help! Clan war 1vs1

    Quote Originally Posted by ZeidForce View Post
    maybe later because im not in my computer right now.


    Sent from my iPhone using Tapatalk 2
    ok amigo te esperare Gracias?

  6. #6
    Developer / Patch Finder Tankado is offline
    MemberRank
    Oct 2011 Join Date
    The NetherlandsLocation
    451Posts

    Re: Help! Clan war 1vs1

    maybe english is a right choose to talk here,

    because it's a fucking english forum LALALLALAL.

  7. #7
    Valued Member ZeidForce is offline
    MemberRank
    Nov 2009 Join Date
    C:\Puerto Rico\Location
    133Posts
    in file ZInterfaceListener.cpp(1944) or search ZPostLadderRequestChallenge(ppMember, 1, nBalancedMatching);

    and coment the #ifdef _DEBUG & #endif

    same for MMatchDBMgr.cpp search for else if ((nTeamTableIndex == 1) && (nMemberCount == 1))

    coment the #ifdef _DEBUG & #endif


    Sent from my iPhone using Tapatalk 2

  8. #8
    Ecchi addicted adz28 is offline
    MemberRank
    Nov 2008 Join Date
    IkebukuroLocation
    524Posts

    Re: Help! Clan war 1vs1

    That won't make you able to play 1vs1. Just saying.

  9. #9
    Valued Member ZeidForce is offline
    MemberRank
    Nov 2009 Join Date
    C:\Puerto Rico\Location
    133Posts
    Quote Originally Posted by adz28 View Post
    That won't make you able to play 1vs1. Just saying.
    Yes it works because I try it on ower gunz, and it works.


    Sent from my iPhone using Tapatalk 2

  10. #10
    Ecchi addicted adz28 is offline
    MemberRank
    Nov 2008 Join Date
    IkebukuroLocation
    524Posts

    Re: Help! Clan war 1vs1

    And where do you store the points?..

  11. #11
    Valued Member ZeidForce is offline
    MemberRank
    Nov 2009 Join Date
    C:\Puerto Rico\Location
    133Posts
    Is all the same as 2Vs2 tha code is there in jur13n repack just need add the normal_1vs1, and coment the ifdef... and everything run normal.


    Sent from my iPhone using Tapatalk 2

  12. #12
    Apprentice cabooll is offline
    MemberRank
    Mar 2013 Join Date
    21Posts

    Re: Help! Clan war 1vs1

    Quote Originally Posted by adz28 View Post
    And where do you store the points?..
    HOLLE AMIGO ME PODRÍAS EXPLICAR UN POCO MEJOR TU YA QUE EL AMIGO ESTA EN SU PHONE Y NO SE LE ENTNDIO BIEN LO QUE ESCRIBIÓ ME PODRÍAS DECIR LUEGO QUE ESTE EN ZPostLadderRequestChallenge(ppMember, 1, nBalancedMatching); QUE HAGO CON EL # ifdef NO SE NO LE ENTENDÍ BIEN SORRY ZeidForce

  13. #13
    Valued Member ZeidForce is offline
    MemberRank
    Nov 2009 Join Date
    C:\Puerto Rico\Location
    133Posts
    Quote Originally Posted by cabooll View Post
    HOLLE AMIGO ME PODRÍAS EXPLICAR UN POCO MEJOR TU YA QUE EL AMIGO ESTA EN SU PHONE Y NO SE LE ENTNDIO BIEN LO QUE ESCRIBIÓ ME PODRÍAS DECIR LUEGO QUE ESTE EN ZPostLadderRequestChallenge(ppMember, 1, nBalancedMatching); QUE HAGO CON EL # ifdef NO SE NO LE ENTENDÍ BIEN SORRY ZeidForce
    I mean with coment the ifdef that you need to add //

    Example:

    //#ifdef _DEBUG

    //#endif


    Sent from my iPhone using Tapatalk 2

  14. #14
    Ecchi addicted adz28 is offline
    MemberRank
    Nov 2008 Join Date
    IkebukuroLocation
    524Posts

    Re: Help! Clan war 1vs1

    Quote Originally Posted by ZeidForce View Post
    Is all the same as 2Vs2 tha code is there in jur13n repack just need add the normal_1vs1, and coment the ifdef... and everything run normal.


    Sent from my iPhone using Tapatalk 2
    But I mean that to retrieve the points data to be shown as a ranking on the website you will also need a DB side edit to store the data of the points, because that's the most important thing in a Clan war, the points.

  15. #15
    Valued Member ZeidForce is offline
    MemberRank
    Nov 2009 Join Date
    C:\Puerto Rico\Location
    133Posts
    Quote Originally Posted by adz28 View Post
    But I mean that to retrieve the points data to be showed as a ranking on the website you will also need a DB side edit to store the data of the points, because that's the most important thing in a Clan war, the points.
    I will check that later because I have problem right now installing sql in ma laptop.


    Sent from my iPhone using Tapatalk 2

  16. #16
    Apprentice cabooll is offline
    MemberRank
    Mar 2013 Join Date
    21Posts

    Re: Help! Clan war 1vs1

    Quote Originally Posted by ZeidForce View Post
    I mean with coment the ifdef that you need to add //

    Example:

    //#ifdef _DEBUG

    //#endif


    Sent from my iPhone using Tapatalk 2
    OCEA A MI ME APARECE EN ZInterfaceListener #endif YO DEBO AGREGARLE #endif_DEBUG EL "_DEBUG"

  17. #17
    Valued Member ZeidForce is offline
    MemberRank
    Nov 2009 Join Date
    C:\Puerto Rico\Location
    133Posts
    Quote Originally Posted by cabooll View Post
    OCEA A MI ME APARECE EN ZInterfaceListener #endif YO DEBO AGREGARLE #endif_DEBUG EL "_DEBUG"
    No, you dont understand what Im saying...


    Sent from my iPhone using Tapatalk 2

  18. #18
    Ecchi addicted adz28 is offline
    MemberRank
    Nov 2008 Join Date
    IkebukuroLocation
    524Posts

    Re: Help! Clan war 1vs1

    Quote Originally Posted by ZeidForce View Post
    I will check that later because I have problem right now installing sql in ma laptop.


    Sent from my iPhone using Tapatalk 2
    It's easy to do tbh.

  19. #19
    Apprentice cabooll is offline
    MemberRank
    Mar 2013 Join Date
    21Posts

    Re: Help! Clan war 1vs1

    Quote Originally Posted by ZeidForce View Post
    I will check that later because I have problem right now installing sql in ma laptop.


    Sent from my iPhone using Tapatalk 2
    me podrías ayudar mañana ya que al compilar me da error por favor E,E gracias por la ayuda?

  20. #20
    Valued Member ZeidForce is offline
    MemberRank
    Nov 2009 Join Date
    C:\Puerto Rico\Location
    133Posts
    Quote Originally Posted by cabooll View Post
    me podrías ayudar mañana ya que al compilar me da error por favor E,E gracias por la ayuda?
    Ok tomorow post the error list here.

    btw adz28 you have skype?

    Sent from my iPhone using Tapatalk 2



Advertisement