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. Quote
geddys Posted May 26, 2011 Posted May 26, 2011 You can try http://l2tower.eu It has a subclass-chest quest feature Quote
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) Quote
Recommended Posts
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.