Challenge Quest XML's

Results 1 to 9 of 9
  1. #1
    Currently Stoned ! Ronny786 is offline
    MemberRank
    Dec 2011 Join Date
    Lost WorldLocation
    984Posts

    information Challenge Quest XML's

    Since m working on xml's for challenge quest , can anyone tell me the full pack of xml's for challenge quest.. till now m only known to aifsm.xml, scenario2.xml and np2.xml .

    Is there any other new xml for CQ ?


  2. #2
    Hi, I'm Omar! Vusion is offline
    MemberRank
    Jan 2011 Join Date
    HereLocation
    1,658Posts

    Re: Challenge Quest XML's

    Model/NPC2.xml

    cba to open a client to check the names..

  3. #3
    Currently Stoned ! Ronny786 is offline
    MemberRank
    Dec 2011 Join Date
    Lost WorldLocation
    984Posts

    Re: Challenge Quest XML's

    Quote Originally Posted by Vusion View Post
    Model/NPC2.xml

    cba to open a client to check the names..

    I guess it is not required coz my CQ works fine without npc2.xml in Model folder.. idk y lol !!

    n Zactoraction.xml is also part of CQ right??

    Then where does EXP of CQ goes into ??? which xml ? -.-"

  4. #4
      Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: Challenge Quest XML's

    Quote Originally Posted by Ronny786 View Post
    Then where does EXP of CQ goes into ??? which xml ? -.-"
    scenario2.xml.

  5. #5
    Currently Stoned ! Ronny786 is offline
    MemberRank
    Dec 2011 Join Date
    Lost WorldLocation
    984Posts

    Re: Challenge Quest XML's

    Quote Originally Posted by Phoenix View Post
    scenario2.xml.
    Woops !! Thanks for focusing !

  6. #6
    Valued Member SandOfTime is offline
    MemberRank
    Mar 2011 Join Date
    112Posts

    Re: Challenge Quest XML's

    challenge quest base of secret don't have add exp/bp, u need edit something for it

  7. #7
    Currently Stoned ! Ronny786 is offline
    MemberRank
    Dec 2011 Join Date
    Lost WorldLocation
    984Posts

    Re: Challenge Quest XML's

    Quote Originally Posted by SandOfTime View Post
    challenge quest base of secret don't have add exp/bp, u need edit something for it


    else if ( ZGetGame()->GetMatch()->GetMatchType() == MMATCH_GAMETYPE_QUEST_CHALLENGE) // ¼­¹ÙÀ̹úÀ̸é...
    {
    // Ãʱâ UI ¼³Á¤
    strcpy( szFileName, "interface/loadable/rstbg_quest.jpg");
    pWidget = ZApplication::GetGameInterface()->GetIDLResource()->FindWidget( "ChallengeQuestResult");
    if ( pWidget)
    pWidget->Show( true);

    // °æÇèÄ¡ ¹× ¹Ù¿îƼ ÃʱâÈ­
    ZBmNumLabel* pBmNumLabel = (ZBmNumLabel*)ZApplication::GetGameInterface()->GetIDLResource()->FindWidget( "ChallengeQuestResult_GetPlusXP");
    if ( pBmNumLabel)
    pBmNumLabel->SetNumber( 0, false);
    pBmNumLabel = (ZBmNumLabel*)ZApplication::GetGameInterface()->GetIDLResource()->FindWidget( "ChallengeQuestResult_GetMinusXP");
    if ( pBmNumLabel)
    pBmNumLabel->SetNumber( 0, false);
    pBmNumLabel = (ZBmNumLabel*)ZApplication::GetGameInterface()->GetIDLResource()->FindWidget( "ChallengeQuestResult_GetTotalXP");
    if ( pBmNumLabel)
    pBmNumLabel->SetNumber( 0, false);
    pBmNumLabel = (ZBmNumLabel*)ZApplication::GetGameInterface()->GetIDLResource()->FindWidget( "ChallengeQuestResult_GetBounty");
    if ( pBmNumLabel)
    pBmNumLabel->SetNumber( 0, false);
    }

    u talking bout this??????

  8. #8
    Its Friday :D! trunksx is offline
    MemberRank
    Feb 2007 Join Date
    PerúLocation
    232Posts

    Re: Challenge Quest XML's

    exp/bp /kills those dont register in db u need to complete that events.

  9. #9
    Currently Stoned ! Ronny786 is offline
    MemberRank
    Dec 2011 Join Date
    Lost WorldLocation
    984Posts

    Re: Challenge Quest XML's

    Quote Originally Posted by trunksx View Post
    exp/bp /kills those dont register in db u need to complete that events.
    you can complete it for me xD



Advertisement