Jump to content

Black9981

Members
  • Posts

    4
  • Joined

  • Last visited

  • Feedback

    0%

About Black9981

Profile Information

  • Gender
    Male
  • Country
    Czech Republic

Recent Profile Visitors

442 profile views

Black9981's Achievements

Newbie

Newbie (1/16)

0

Reputation

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

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