Error quest: The Lake that Dwells in the Dusk

Results 1 to 7 of 7
  1. #1
    Enthusiast xebo is offline
    MemberRank
    Mar 2014 Join Date
    29Posts

    ! Error quest: The Lake that Dwells in the Dusk

    Hello

    I have problem with one quest.
    This quest is on 65 lvl.
    Name: The Lake that Dwells in the Dusk

    I must go to Port Lux Officer and take this quest. After I must go to the Green Despire Officer and he must give me MapPart - Here is mistak. He dont give me Map Part and dialogue cancel after few step click.


    PLS help me guys :)


  2. #2
    Account Upgraded | Title Enabled! joel de paula is offline
    MemberRank
    May 2011 Join Date
    414Posts

    Re: Error quest: The Lake that Dwells in the Dusk

    fix script.enc

  3. #3
    Enthusiast xebo is offline
    MemberRank
    Mar 2014 Join Date
    29Posts

    Re: Error quest: The Lake that Dwells in the Dusk

    how fix? o.O

  4. #4
    Valued Member scout071 is offline
    MemberRank
    Sep 2014 Join Date
    Paris, France,Location
    109Posts

    Re: Error quest: The Lake that Dwells in the Dusk

    Replace this in language/english or portuguese (depend on client) / script.enc

    Code:
    <phrase id="499" cont="1309">
                <child cont="1310" order="1" link_id="500">
                    <event order="1" id="89" param="" />
                </child>
                <child cont="1311" order="2" link_id="498">
                    <event order="1" id="-1" param="" />
                </child>
            </phrase>
    With this

    Code:
    <phrase id="499" cont="1309">
                <child cont="1310" order="1" link_id="500">
                    <event order="1" id="-1" param="" />
                </child>
                <child cont="1311" order="2" link_id="498">
                    <event order="1" id="-1" param="" />
                </child>
            </phrase>
    Credits : DeXtR

  5. #5
    Enthusiast xebo is offline
    MemberRank
    Mar 2014 Join Date
    29Posts

    Re: Error quest: The Lake that Dwells in the Dusk

    Where is my xor keys? In cabalmain.exe?
    Is the key to each file is different?

    When I try edit (decompres) file .enc, next file .dec is empty...

    Which program you a re use to open .dec file?
    Last edited by xebo; 20-01-17 at 05:59 PM.

  6. #6
    Account Upgraded | Title Enabled! luis R is offline
    MemberRank
    Nov 2015 Join Date
    467Posts

    Re: Error quest: The Lake that Dwells in the Dusk

    Quote Originally Posted by xebo View Post
    Which program you a re use to open .dec file?
    http://forum.ragezone.com/f729/cabal...n-tool-690800/ :) Credits to HellSpider

  7. #7
    Enthusiast xebo is offline
    MemberRank
    Mar 2014 Join Date
    29Posts

    Re: Error quest: The Lake that Dwells in the Dusk

    Quote Originally Posted by scout071 View Post
    Replace this in language/english or portuguese (depend on client) / script.enc

    Code:
    <phrase id="499" cont="1309">
                <child cont="1310" order="1" link_id="500">
                    <event order="1" id="89" param="" />
                </child>
                <child cont="1311" order="2" link_id="498">
                    <event order="1" id="-1" param="" />
                </child>
            </phrase>
    With this

    Code:
    <phrase id="499" cont="1309">
                <child cont="1310" order="1" link_id="500">
                    <event order="1" id="-1" param="" />
                </child>
                <child cont="1311" order="2" link_id="498">
                    <event order="1" id="-1" param="" />
                </child>
            </phrase>
    Credits : DeXtR

    This code fix problem.
    Thanks!



Advertisement