enco Posted May 25, 2011 Posted May 25, 2011 Hello, I'm currently playing in a server called L2Silent. Atm, I'm doing my subclass quest, but I'm facing a problem. Because the server is BR/ARG/ most of the players log like 3-6AM where I am sleeping and they are killing the Kernon boss. Since L2Walker is working I was wondering if there is a script that auto gets the item from kernon when it dies. Thank you.
geddys Posted May 26, 2011 Posted May 26, 2011 You can try http://l2tower.eu It has a subclass-chest quest feature
roxy2000 Posted June 18, 2011 Posted June 18, 2011 this is real old its post so many times Hellate: Code: LABEL(hallate) NPCDLG(Chest of Hallate) DELAY(10) DLGSEL(Quest) DELAY(10) JMP(hallate) Kernon: Code: LABEL(kernon) NPCDLG(Chest of Kernon) DELAY(10) DLGSEL(Quest) DELAY(10) JMP(kernon) Golkonda: Code: LABEL(golkonda) NPCDLG(Chest of Golkonda) DELAY(10) DLGSEL(Quest) DELAY(10) JMP(golkonda) Cabrio(renember there are agro mobs so use it on you own risk Tongue) Code: LABEL(cabrio) NPCDLG(Coffer of the Dead) DELAY(10) DLGSEL(Quest) DELAY(10) JMP(cabrio) Baium(to enter for baium-script work always look did baium respawn,If yes than char will teleport to him and than script end and you must touch Baium by self) Code: LABEL(baium) NPCDLG(Angelic Vortex[iD=12571]) DLGSEL(Go where the angelic vortex leads.) JMP(baium)
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