NimpHO Posted March 26, 2018 Posted March 26, 2018 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: if anyone has any ideea pls share . tanks in advance
adr.bot Posted March 27, 2018 Posted March 27, 2018 print(engine.dlgtext); take dialog, take bypass string from dialog, and use with engine.bypasstoserver('string');
NimpHO Posted March 27, 2018 Author Posted March 27, 2018 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
adr.bot Posted March 27, 2018 Posted March 27, 2018 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');
NimpHO Posted March 27, 2018 Author Posted March 27, 2018 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
adr.bot Posted March 27, 2018 Posted March 27, 2018 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now