Jump to content

Recommended Posts

Posted

Hello , 

I play on a ru server Bettleclub and in the adr script that i have for Handle Whit Care quest  dosen't recognize dialog selection (Engine.DlgSel (1);) in the second dialog box of Ankumi NPC:

 

       Delay(200);
       Engine.SetTarget(32741);        //ankumi
       Delay(200);
       Engine.DlgOpen;
       Delay(200);
       Engine.DlgSel (2);
       Delay(200);
       Engine.DlgSel (1);                    // here is the problem
       Delay(200);

 

 

 dialog box:

ankumi.png.179bfa8a90cee7d19d4d53dba38643f6.png 

 

if anyone has any ideea pls share .

tanks in advance

 

Posted

yeaaa , i have tryed it and the bypass is :

 

<a action="bypass -h 00">? ??????.</a>

 

and dosent waht to do anything whit "? ??????."

 

or maybe i'm not doing it right ?

 

       Engine.SetTarget(32741);
       Delay(500);
       Engine.DlgOpen;
       Delay(500);
       Engine.DlgSel(2);                           // this is working fine
       Delay(500);
       engine.bypasstoserver('Я помояу.');
       engine.bypasstoserver('? ??????.');
       //Engine.DlgSel(1);                        //this is failfail

 

 

Posted
8 minutes ago, NimpHO said:

yeaaa , i have tryed it and the bypass is :

 

<a action="bypass -h 00">? ??????.</a>

 

and dosent waht to do anything whit "? ??????."

 

or maybe i'm not doing it right ?

 

       Engine.SetTarget(32741);
       Delay(500);
       Engine.DlgOpen;
       Delay(500);
       Engine.DlgSel(2);                           // this is working fine
       Delay(500);
       engine.bypasstoserver('Я помояу.');
       engine.bypasstoserver('? ??????.');
       //Engine.DlgSel(1);                        //this is failfail

 

 

engine.bypasstoserver('00');

 

Posted

       Delay(500);
       Engine.SetTarget(32741);
       Delay(500);
       Engine.DlgOpen;
       Delay(500);
       Engine.DlgSel(2);                           // this is working fine
       Delay(500);
       Engine.BypassToServer('00');
       //Engine.DlgSel(1);                        //this is failfail

 

 

 

still not working

 

 

Posted
1 hour ago, NimpHO said:

       Delay(500);
       Engine.SetTarget(32741);
       Delay(500);
       Engine.DlgOpen;
       Delay(500);
       Engine.DlgSel(2);                           // this is working fine
       Delay(500);
       Engine.BypassToServer('00');
       //Engine.DlgSel(1);                        //this is failfail

 

 

 

still not working

 

 

after engine.dlgsel try bigger delay

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock