Jump to content

[help] baium script


shire

Recommended Posts

Hi there,

 

I found this script to enter the baium room:

 

LABEL(baium) 
NPCDLG(Angelic Vortex[iD=12571]) 
DLGSEL(Go where the angelic vortex leads.) 
JMP(baium)

 

My question: how can I auto-attack baium to receive the retail-quest item? The problem is well known: camping baium for days(!) isn't nice. With the help of the script above I can enter the room easily...but baium dies within 5 minutes on my server, so it would be really helpful to have a script wich ports me in and also hits baium without my presence - otherwise I have to sit behind my PC for days again...

 

Thanks a lot for your help

Link to comment
Share on other sites

LABEL(baium)

NPCDLG(Angelic Vortex[iD=12571])

DLGSEL(Go where the angelic vortex leads.)

JMP(baium)

 

MOVE(XXX,XXX,XXX)  - u can add this but u dont have to - after teleporting your char will run near baium but u have to edit the position yourself

 

SET(FIGHTSTART) - this will start the farming :P - the easiest way to hit baium - set your bot as for farming with a random path (check the Z limit and set like 300) and a wide attack range (equip the pipete knife) and when u will be able to hit baium,the bot will start hitting him - u can add some functions to stop or something,but thats not neccesary :P

 

dont forget to have setup the bot so that it hits baium and rbs - check the mons settings. likei said,the easiest way ... there are other script posibilities,but im lazy today :D

Link to comment
Share on other sites

Thanks emir0n, just one more question: where to add the "set(fightstart)": "behind JMP(baium)"?

So the script would looks like this:

LABEL(baium)
NPCDLG(Angelic Vortex[iD=12571])
DLGSEL(Go where the angelic vortex leads.)
JMP(baium)
SET(FIGHTSTART)

Link to comment
Share on other sites

  • 1 month later...

Script Baium Work

====================

Put ur char in front Angelical Crystal, set in l2w Combat > Path Radii 5000,

in Mons Settings select all mon and "No Atack" but whiout Baium ( have 2 )

after start script.

 

LABEL(baium)

NPCDLG(Angelic Vortex[iD=12571])

DLGSEL(Go where the angelic vortex leads.)

DLGSEL(Ask about the stone statue.)

ITEMCOUNT(Blooded Fabric[iD=4295],<,0)

{

MOVETO(114852,16245,10072)

SET(FIGHTSTART)

EXIT()

}

JMP(baium)

 

 

Abaout script

============

in this line

ITEMCOUNT(Blooded Fabric[iD=4295],<,0) alter "0" for number of Blooded Fabric u have in quest itens.

 

Good Luck!

BB

Link to comment
Share on other sites

  • 2 weeks later...
  • 3 months later...
  • 2 months later...

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