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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...