Jump to content

Recommended Posts

Posted

I'm playing in a brazilian server and when i use dialog view, the npc anwser this

 

npc_268477772_showProfiles_buffforme
npc_268477772_buffforme_ Treta
 
i try to do this
 
if User.inrange(146803, 25803, -2008, 250, 150) then begin  //2 res
     Print('BUFANDO');
     Engine.SetTarget('Sazura');  //Target do NCP GK
     Delay(1500);
     Engine.DlgOpen; // abre chat combat npc
     Delay(1500);
     Engine.BypassToServer('npc_268477772_showProfiles_buffforme');
     Delay(1500);
     Engine.BypassToServer('npc_268477772_buffforme_ Treta');
     Delay(1500);
     
 end;

 

Can someone help me plz.

Posted

I'm playing in a brazilian server and when i use dialog view, the npc anwser this

 

npc_268477772_showProfiles_buffforme

npc_268477772_buffforme_ Treta

 

i try to do this

 

 

if User.inrange(146803, 25803, -2008, 250, 150) then begin //2 res

Print('BUFANDO');

Engine.SetTarget('Sazura'); //Target do NCP GK

Delay(1500);

Engine.DlgOpen; // abre chat combat npc

Delay(1500);

Engine.BypassToServer('npc_268477772_showProfiles_buffforme');

Delay(1500);

Engine.BypassToServer('npc_268477772_buffforme_ Treta');

Delay(1500);

 

end;

 

Can someone help me plz.

put here the npc dialog view

Posted

put here the npc dialog view

In the blank windows just show this

 

npc_268477772_showProfiles_buffforme
npc_268477772_buffforme_ Treta
 
i try with another char
 
npc_268477816_showProfiles_buffforme
npc_268477816_buffforme_ will
 
 
Posted

 

In the blank windows just show this

 

npc_268477772_showProfiles_buffforme
npc_268477772_buffforme_ Treta
 
i try with another char
 
npc_268477816_showProfiles_buffforme
npc_268477816_buffforme_ will
 
 

I find the problem each npc has a diferent name bro.

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...