Jump to content

Black9981

Members
  • Posts

    4
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Black9981

  1. i want to make script for selling some item to shop on alt+B but this not work some one can help me ------------------------------------------------------------------------------------------------------------------------------------------------- var item: TL2Item; begin while true do begin delay(500); if inventory.user.byid(1373, item) then begin if (user.target.dead) or (user.target = nil) then begin engine.facecontrol(0,false); while user.incombat do delay(1000); engine.bypasstoserver('_bbshome'); //use alt and b change for your server delay(1000); engine.bypasstoserver('_bbsloc_CommunitySell'); delay(1000); Engine.DlgOpen; Engine.Dlgsel(2); //(which npc window option to choose) Delay(500); Engine.NPCExchange(1373, 2); // Magic Gem delay(1000); end; end; end; end. --------------------------------------------------------------------------------------------------------------------------------------------------------- Thank you
  2. i want to make script for selling some item to shop on alt+B but this not work some one can help me ------------------------------------------------------------------------------------------------------------------------------------------------- var item: TL2Item; begin while true do begin delay(500); if inventory.user.byid(1373, item) then begin if (user.target.dead) or (user.target = nil) then begin engine.facecontrol(0,false); while user.incombat do delay(1000); engine.bypasstoserver('_bbshome'); //use alt and b change for your server delay(1000); engine.bypasstoserver('_bbsloc_CommunitySell'); delay(1000); Engine.DlgOpen; Engine.Dlgsel(2); //(which npc window option to choose) Delay(500); Engine.NPCExchange(1373, 2); // Magic Gem delay(1000); end; end; end; end. --------------------------------------------------------------------------------------------------------------------------------------------------------- Thank you
  3. Do you still sell key of bot ? i cant contact to you
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..