ShomiBG Posted August 9, 2008 Posted August 9, 2008 I tried to find script for this quest, but there is only for egg delivery, so i decided to make it. Problem i am getting is that when i interaect with npc it wont chose "I'm here to deliver some liquor." or some other, it goes for all npc's. So some help would be appreciated. Here is the code: LABEL(INICIO) USEITEM(Mana Potion[iD=728]) USEITEM(Haste Potion[iD=734]) NPCSEL(Jeremy[iD=8521]) NPCDLG(Jeremy[iD=8521]) DLGSEL(Quest) DLGSEL([Delivery of Special Liquor]) DLGSEL("I'll deliver your liquor.") MOVETO(149147,-112463,-2064) MOVETO(147543,-112880,-2120) USEITEM(Mana Potion[iD=728]) MOVETO(147506,-113221,-2104) NPCSEL(Beolin[iD=8547]) NPCDLG(Beolin[iD=8547]) DLGSEL(Quest) DLGSEL("I'm here to deliver some liquor.") USEITEM(Mana Potion[iD=728]) MOVETO(147576,-112799,-2136) MOVETO(144343,-110504,-3560) MOVETO(142073,-109838,-3568) USEITEM(Mana Potion[iD=728]) MOVETO(141692,-109477,-3584) NPCSEL(Kuber[iD=8546]) NPCDLG(Kuber[iD=8546]) DLGSEL(Quest) DLGSEL("I'm here to deliver some liquor.") MOVETO(141813,-108240,-3560) MOVETO(140554,-106150,-3524) USEITEM(Mana Potion[iD=728]) MOVETO(140631,-105590,-3624) NPCSEL(Crocus[iD=8545]) NPCDLG(Crocus[iD=8545]) DLGSEL(Quest) DLGSEL("I have your liquor right here!") MOVETO(144780,-108748,-3448) MOVETO(146753,-108972,-3136) USEITEM(Mana Potion[iD=728]) MOVETO(148370,-108741,-2696) MOVETO(149281,-109284,-2472) MOVETO(150289,-112229,-2700) USEITEM(Mana Potion[iD=728]) MOVETO(151815,-111741,-2392) MOVETO(153466,-110552,-2640) MOVETO(154901,-107099,-2672) MOVETO(155493,-106317,-2728) USEITEM(Mana Potion[iD=728]) MOVETO(147632,-112894,-2148) MOVETO(155598,-105773,-2744) NPCSEL(Naff[iD=8544]) NPCDLG(Naff[iD=8544]) DLGSEL(Quest) DLGSEL(Say "I've brought you some specially brewed liquor!") MOVETO(153782,-110204,-2680) MOVETO(150534,-112844,-2160) USEITEM(Mana Potion[iD=728]) MOVETO(150408,-114728,-1776) MOVETO(156433,-115445,-1792) MOVETO(157322,-115343,-1896) MOVETO(157589,-115357,-1896) NPCSEL(PulinID=8543]) NPCDLG(Pulin[iD=8543]) DLGSEL(Quest) DLGSEL("Here's the liquor delivery.") MOVETO(157189,-114758,-1880) USEITEM(Mana Potion[iD=728]) MOVETO(154286,-113789,-1600) MOVETO(152122,-113160,-1600) MOVETO(150442,-112505,-2200) MOVETO(149568,-112683,-2064) NPCSEL(Jeremy[iD=8521]) NPCDLG(Jeremy[iD=8521]) DLGSEL(Quest) DLGSEL([Delivery of Special Liquor (Continue)]) DLGSEL("Yes, I finished all the deliveries.") CALL(INICIO)
cuppacoffee Posted August 10, 2008 Posted August 10, 2008 If using IG walker try doing the quest manually and record all the conversations. That should show you the exact line.
ShomiBG Posted August 10, 2008 Author Posted August 10, 2008 Thanks lol, didnt came to mi mind ??? But problem that i have now is that bot is starting quest every 2nd time. It finish quest once, then dont take quest, just run, and take it 3rd time... Code is almost same as previous one.
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