Working tateo q on dn
//Jeremy - verify
LABEL(START)
ITEMCOUNT(Boiled Eggs[iD=7195],==,0)
{
JMP(JEREMY)
}
ITEMCOUNT(Fee of Boiled Egg[iD=7196],==,0)
{
JMP(PULIN)
}
ITEMCOUNT(Fee of Boiled Egg[iD=7196],==,1)
{
JMP(NAFF)
}
ITEMCOUNT(Fee of Boiled Egg[iD=7196],==,2)
{
JMP(CROCUS)
}
ITEMCOUNT(Fee of Boiled Egg[iD=7196],==,3)
{
JMP(KUBER)
}
ITEMCOUNT(Fee of Boiled Egg[iD=7196],==,4)
{
JMP(BEORIN)
}
ITEMCOUNT(Fee of Boiled Egg[iD=7196],==,5)
{
JMP(JEREMY2)
}
LABEL(JEREMY)
ITEMCOUNT(Fee of Boiled Egg[iD=7196],==,5)
{
JMP(JEREMY2)
}
MOVETO(149586,-112725,-2064)
NPCSEL(Jeremy)
DELAY(2000)
NPCDLG(Jeremy)
DELAY (2000)
DLGSEL(Quest)
DELAY(2000)
DLGSEL([Egg Delivery])
DELAY(2000)
DLGSEL("I'll deliver your eggs.")
//
//
//
//>>>> MOVE TO NPC PULIN
//
LABEL(PULIN)
MOVETO(150877,-115124,-1664)
MOVETO(155833,-115308,-1624)
MOVETO(157609,-115361,-1904)
NPCSEL(Pulin)
DELAY(1500)
NPCDLG(Pulin)
DELAY(1500)
DLGSEL(Quest)
DELAY(1500)
DLGSEL("I've got some Boiled Eggs for you.")
DELAY(1500)
//
// Verify quest item
//
ITEMCOUNT(Fee of Boiled Egg[iD=7196],<=,0)
{
Call(PULIN)
}
//
//
//>>>> MOVE TO NPC NAFF
//
LABEL(NAFF)
MOVETO(156807,-114471,-1784)
MOVETO(156268,-112231,-1832)
MOVETO(156795,-110232,-2576)
MOVETO(156055,-107213,-2624)
MOVETO(155494,-106467,-2648)
//
//START CONVERSATION
MOVETO(155613,-105737,-2752)
NPCSEL(Naff)
DELAY(1500)
NPCDLG(Naff)
DELAY(1500)
DLGSEL(Quest)
DELAY(1500)
DLGSEL("I have some Boiled Eggs for you!")
DELAY(1500)
//
// Verify quest item
//
ITEMCOUNT(Fee of Boiled Egg[iD=7196],<=,1)
{
Call(NAFF)
}
//
//
// MOVE TO CROCUS
//
LABEL(CROCUS)
MOVETO(152638,-101141,-2904)
MOVETO(145083,-100694,-3248)
MOVETO(142615,-104970,-3568)
//
// START CONVERSATION
LABEL(CROCUS)
MOVETO(140700,-105466,-3632)
NPCSEL(Crocus)
DELAY(1500)
NPCDLG(Crocus)
DELAY(1500)
DLGSEL(Quest)
DELAY(1500)
DLGSEL(I've got your eggs right here.)
DELAY(1500)
//
// Verifica quest item
//
ITEMCOUNT(Fee of Boiled Egg[iD=7196],<=,2)
{
Call(CROCUS)
}
//
//
// MOVE TO NPC KUBER
//
LABEL(KUBER)
MOVETO(141114,-107069,-3616)
MOVETO(141825,-108229,-3560)
MOVETO(141661,-109395,-3592)
NPCSEL(Kuber)
DELAY(1500)
NPCDLG(Kuber)
DELAY(1500)
DLGSEL(Quest)
DELAY(1500)
DLGSEL("Egg delivery, sir!")
DELAY(1500)
//
// Verify quest item
//
ITEMCOUNT(Fee of Boiled Egg[iD=7196],<=,3)
{
Call(KUBER)
}
//
//
// MOVE TO BEORIN
//
LABEL(BEORIN)
MOVETO(143842,-108599,-3472)
MOVETO(146501,-108964,-3216)
MOVETO(149101,-108879,-2536)
MOVETO(149505,-110926,-2256)
MOVETO(147554,-113263,-2104)
NPCSEL(Beolin)
DELAY(1500)
NPCDLG(Beolin)
DELAY(1500)
DLGSEL(Quest)
DELAY(1500)
DLGSEL(I've got your eggs right here.)
DELAY(1500)
//
// Verify quest item
//
ITEMCOUNT(Fee of Boiled Egg[iD=7196],<=,4)
{
Call(BEORIN)
}
//
//
// RETURN TO JEREMY
//
LABEL(JEREMY2)
MOVETO(149218,-112460,-2072)
MOVETO(149586,-112725,-2064)
NPCSEL(Jeremy)
DELAY(1500)
NPCDLG(Jeremy)
DELAY(1500)
DLGSEL(Quest)
DELAY(1500)
DLGSEL([Egg Delivery (Continue)])
DELAY(2000)
DLGSEL("I made all the deliveries.")
//
// RESTART THE QUEST
//
DELAY(500)
JMP(START)