Jump to content

Recommended Posts

Posted

About egg delivery quest... zooom pls bro make me a favor and fix it... i'm not lazy or something i just dont know how to fix it.

My problem starts in taking quest... l2w can't take "Quest" alone dunno why, later stuck on one hill... and i dont knwo how to fix that shit... please check it if u can.

Posted

i made a simple script for bouth HS recipes (egg and liquor delivery) - made for a dagger char with stealth, made for retail(not l2j),begins on the HS port

 

//
//HS S grade jewelry quests script created by emir0n
//
//made for a dagger char with stealth, made for retail,begins on the HS port - script buys a SoE and haste potion after returning to town
//items needed : 1 haste potion 1 SoE
//char : dagers with stealth 
//
JMP(HS)
//
//==============================Goddard pathing=================================
//
LABEL(namko1)
MOVETO(148453,-56068,-2784)
MOVETO(149242,-56443,-2784)
MOVETO(150018,-56988,-2984)
MOVETO(149555,-57775,-2984)
MOVETO(149215,-57875,-2984)
MOVETO(149117,-57654,-2971)
MOVETO(149279,-57518,-2971)
JMP(NPC)
LABEL(namko2)
MOVETO(149287,-56442,-2784)
MOVETO(150115,-57054,-2984)
MOVETO(149570,-57886,-2984)
MOVETO(149202,-57885,-2984)
MOVETO(149133,-57666,-2971)
MOVETO(149286,-57511,-2971)
JMP(NPC)
LABEL(namko3)
MOVETO(147608,-56207,-2784)
MOVETO(148302,-56061,-2784)
MOVETO(149286,-56429,-2784)
MOVETO(150122,-57030,-2984)
MOVETO(149548,-57882,-2984)
MOVETO(149100,-58001,-2984)
MOVETO(149178,-57647,-2971)
MOVETO(149304,-57493,-2971)
JMP(NPC)
LABEL(namko4)
MOVETO(148378,-56070,-2784)
MOVETO(149166,-56337,-2784)
MOVETO(150030,-56971,-2984)
MOVETO(149686,-57594,-2984)
MOVETO(149686,-57594,-2984)
MOVETO(149363,-57921,-2984)
MOVETO(149200,-57889,-2984)
MOVETO(149119,-57669,-2971)
MOVETO(149297,-57503,-2971)
JMP(NPC)
LABEL(dole1)
MOVETO(145700,-57729,-2984)
MOVETO(146634,-58198,-2984)
MOVETO(148275,-58188,-2984)
MOVETO(149193,-57955,-2984)
MOVETO(149117,-57637,-2971)
MOVETO(149300,-57494,-2971)
JMP(NPC)
LABEL(dole2)
MOVETO(148325,-58151,-2984)
MOVETO(149208,-57940,-2984)
MOVETO(149108,-57642,-2971)
MOVETO(149277,-57513,-2971)
JMP(NPC)
LABEL(dole3)
MOVETO(150049,-57307,-2984)
MOVETO(149521,-57873,-2984)
MOVETO(149166,-57938,-2984)
MOVETO(149140,-57642,-2971)
MOVETO(149294,-57503,-2971)
JMP(NPC)
LABEL(dole4)
MOVETO(146538,-58175,-2984)
MOVETO(148100,-58168,-2984)
MOVETO(149155,-57956,-2984)
MOVETO(149147,-57631,-2971)
MOVETO(149307,-57490,-2971)
JMP(NPC)
LABEL(dole5)
MOVETO(150476,-56349,-3007)
MOVETO(150236,-56857,-3007)
MOVETO(149827,-57493,-3007)
MOVETO(149414,-57891,-3007)
MOVETO(149175,-57877,-3007)
MOVETO(149150,-57626,-2994)
MOVETO(149306,-57499,-2994)
JMP(NPC)
LABEL(dole6)
MOVETO(144808,-55567,-2984)
MOVETO(145017,-56262,-2984)
MOVETO(145433,-57144,-2984)
MOVETO(145817,-57864,-2984)
MOVETO(146633,-58270,-2984)
MOVETO(147879,-58266,-2984)
MOVETO(148951,-58030,-2984)
MOVETO(149177,-57871,-2984)
MOVETO(149140,-57616,-2971)
MOVETO(149306,-57491,-2971)
JMP(NPC)
LABEL(dole7)
MOVETO(147120,-58337,-3007)
MOVETO(148172,-58215,-3007)
MOVETO(149023,-57976,-3007)
MOVETO(149212,-57858,-3007)
MOVETO(149134,-57746,-2968)
MOVETO(149121,-57642,-2994)
MOVETO(149280,-57506,-2994)
JMP(NPC)
//
//=============================Goddard port positions===========================
//
LABEL(pozicia)
PosInRange(146364,-56256,-2784,500)
{
JMP(namko1)
}
PosInRange(148558,-55906,-2784,500)
{
JMP(namko2)
}
PosInRange(146829,-55901,-2784,500)
{
JMP(namko3)
}
PosInRange(147655,-56489,-2781,500)
{
JMP(namko4)
}
PosInRange(144957,-56223,-2984,500)
{
JMP(dole1)
}
PosInRange(147677,-58207,-2984,500)
{
JMP(dole2)
}
PosInRange(150396,-56752,-2984,500)
{
JMP(dole3)
}
PosInRange(145667,-57716,-2984,1000)
{
JMP(dole4)
}
PosInRange(150709,-55745,-2984,500)
{
JMP(dole5)
}
PosInRange(144493,-55085,-2984,500)
{
JMP(dole6)
}
PosInRange(146169,-58211,-3007,500)
{
JMP(dole7)
}
//
//===========================Goddard NPC - Q reward=============================
//
LABEL(NPC)
NPCSEL(Valentine[iD=31584])
NPCDLG(Valentine[iD=31584])
DELAY(1000)
DLGSEL(Quest)
DELAY(1000)
DLGSEL("Jeremy sent me.")
DELAY(1000)
NPCSEL(Liesel[iD=31263])
NPCDLG(Liesel[iD=31263])
DELAY(1000)
DLGSEL(Buy Consumables )
DELAY(1000)
BUYITEM(Scroll of Escape[iD=736],1;)
USESKILL(Dash)
MOVETO(149150,-57727,-2971)
MOVETO(149238,-57994,-2984)
MOVETO(148327,-58172,-2984)
MOVETO(147179,-58225,-2984)
MOVETO(146536,-58158,-2984)
MOVETO(146216,-57943,-2984)
MOVETO(146404,-57572,-2970)
NPCSEL(Lietta[iD=31267])
NPCDLG(Lietta[iD=31267])
DELAY(1000)
DLGSEL(Quest)
DELAY(1000)
DLGSEL("Jeremy sent me to get some adena." )
MOVETO(146125,-58099,-2984)
MOVETO(146917,-58363,-2984)
MOVETO(147584,-58260,-2984)
MOVETO(147685,-57805,-2930)
MOVETO(147745,-56940,-2784)
MOVETO(147788,-56187,-2784)
MOVETO(147949,-55321,-2737)
NPCSEL(Tatiana[iD=31275])
NPCDLG(Tatiana[iD=31275])
DELAY(5000)
DLGSEL(Teleport.)
DLGSEL(Hot Springs - 9300 Adena )
DELAY(10000)
JMP(HS)
//
//=================================HS Quests====================================
//
LABEL(HS)
SAY(Oujeee :P)
USESKILL(Stealth)
USEITEM(Haste Potion[iD=734])
MOVETO(145218,-113092,-2567)
MOVETO(146488,-112619,-2355)
MOVETO(147526,-112600,-2181)
MOVETO(149182,-112502,-2090)
MOVETO(149523,-112666,-2090)
NPCSEL(Jeremy[iD=31521])
NPCDLG(Jeremy[iD=31521])
DELAY(1000)
DLGSEL( Quest )
DELAY(1000)
DLGSEL([Egg Delivery])
DELAY(1000)
DLGSEL("I'll deliver your eggs.")
DELAY(1000)
NPCDLG(Jeremy[iD=31521])
DLGSEL( Quest )
DELAY(1000)
DLGSEL([specialty Liquor Delivery])
DELAY(1000)
DLGSEL("I'll deliver your liquor." )
USESKILL(Stealth)
MOVETO(150103,-112992,-2150)
USESKILL(Dash)
MOVETO(150755,-115183,-1677)
MOVETO(153289,-114991,-1590)
MOVETO(154620,-115089,-1565)
MOVETO(157321,-115405,-1922)
MOVETO(157562,-115293,-1880)
USESKILL(Stealth)
NPCSEL(Pulin[iD=31543])
NPCDLG(Pulin[iD=31543])
DELAY(1000)
DLGSEL(Quest )
DELAY(1000)
DLGSEL("I've got some Boiled Eggs for you.")
USESKILL(Dash)
MOVETO(157392,-114356,-1903)
MOVETO(157005,-112804,-1704)
MOVETO(157010,-112402,-1840)
MOVETO(156797,-111575,-2440)
MOVETO(156640,-110634,-2633)
MOVETO(156478,-109324,-2691)
MOVETO(156177,-108034,-2649)
USESKILL(Stealth)
MOVETO(155980,-106399,-2761)
MOVETO(156028,-107209,-2667)
MOVETO(155972,-106258,-2765)
MOVETO(155762,-105970,-2728)
MOVETO(155843,-105822,-2776)
NPCSEL(Naff[iD=31544])
NPCDLG(Naff[iD=31544])
DELAY(1000)
DLGSEL(Quest)
DELAY(1000)
DLGSEL("I have some Boiled Eggs for you!")
USESKILL(Stealth)
MOVETO(155258,-105141,-2771)
MOVETO(154765,-104562,-2802)
MOVETO(153840,-103060,-3005)
MOVETO(153244,-101948,-2762)
MOVETO(152217,-101225,-2917)
MOVETO(150383,-101295,-2920)
MOVETO(149139,-101122,-2900)
MOVETO(147879,-101127,-3050)
USESKILL(Stealth)
USESKILL(Dash)
MOVETO(147879,-101127,-2992)
MOVETO(146121,-101554,-3050)
MOVETO(145923,-101864,-2888)
MOVETO(144950,-102949,-3557)
MOVETO(143876,-103607,-3617)
MOVETO(142575,-104453,-3641)
MOVETO(141501,-104958,-3661)
MOVETO(140826,-105393,-3659)
USESKILL(Stealth)
NPCSEL(Crocus[iD=31545])
NPCDLG(Crocus[iD=31545])
DELAY(1000)
DLGSEL( Quest)
DELAY(1000)
DLGSEL(I've got your eggs right here. )
USESKILL(Dash)
MOVETO(140843,-105867,-3645)
MOVETO(140840,-106863,-3657)
MOVETO(141804,-108244,-3592)
MOVETO(141641,-109185,-3618)
USESKILL(Stealth)
NPCSEL(Kuber[iD=31546])
NPCDLG(Kuber[iD=31546])
DELAY(1000)
DLGSEL( Quest )
DELAY(1000)
DLGSEL("Egg delivery, sir!" )
MOVETO(142474,-109136,-3611)
MOVETO(143490,-108765,-3527)
MOVETO(145781,-108908,-3426)
MOVETO(148027,-108896,-2824)
MOVETO(148916,-108869,-2610)
USESKILL(Stealth)
USESKILL(Dash)
MOVETO(149296,-109216,-2523)
MOVETO(149530,-110144,-2399)
MOVETO(149528,-111103,-2279)
MOVETO(149102,-111342,-2200)
MOVETO(148888,-111585,-2192)
MOVETO(148309,-112499,-2194)
MOVETO(147862,-113013,-2150)
MOVETO(147762,-113054,-2104)
MOVETO(147592,-113235,-2138)
USESKILL(Stealth)
NPCSEL(Beolin[iD=31547])
NPCDLG(Beolin[iD=31547])
DELAY(1000)
DLGSEL(Quest)
DELAY(1000)
DLGSEL([Egg Delivery (In Progress)])
DELAY(1000)
DLGSEL(I've got your eggs right here. )
DELAY(1000)
NPCSEL(Beolin[iD=31547])
NPCDLG(Beolin[iD=31547])
DELAY(1000)
DLGSEL(Quest)
DELAY(1000)
DLGSEL([specialty Liquor Delivery (In Progress)])
DELAY(1000)
DLGSEL(   "I'm here to deliver some liquor."  )
USESKILL(Stealth)
USESKILL(Dash)
MOVETO(147096,-112860,-2179)
MOVETO(145978,-112162,-2458)
MOVETO(145070,-111272,-3438)
MOVETO(143919,-110862,-3667)
MOVETO(143464,-110465,-3585)
MOVETO(142956,-109988,-3576)
MOVETO(142246,-109574,-3611)
MOVETO(141801,-109462,-3619)
USESKILL(Stealth)
NPCSEL(Kuber[iD=31546])
NPCDLG(Kuber[iD=31546])
DELAY(1000)
DLGSEL( Quest )
DELAY(1000)
DLGSEL("I'm here to deliver some liquor."  )
MOVETO(141646,-108994,-3576)
MOVETO(141514,-108693,-3612)
MOVETO(141282,-108226,-3552)
MOVETO(141156,-107707,-3640)
MOVETO(140862,-106539,-3653)
MOVETO(140729,-105917,-3646)
MOVETO(140690,-105810,-3608)
MOVETO(140662,-105557,-3658)
USESKILL(Stealth)
NPCSEL(Crocus[iD=31545])
NPCDLG(Crocus[iD=31545])
DELAY(1000)
DLGSEL( Quest)
DELAY(1000)
DLGSEL("I have your liquor right here!")
USESKILL(Dash)
MOVETO(141316,-105054,-3656)
MOVETO(142277,-104292,-3651)
MOVETO(142918,-103704,-3617)
MOVETO(143675,-102886,-3576)
MOVETO(144558,-101559,-3460)
MOVETO(145002,-100659,-3289)
MOVETO(147221,-101032,-3133)
MOVETO(148771,-100961,-2961)
MOVETO(149956,-101257,-2912)
USESKILL(Stealth)
MOVETO(152738,-101287,-2948)
MOVETO(153071,-101740,-2757)
MOVETO(153528,-102290,-2876)
MOVETO(154102,-103293,-2985)
MOVETO(154773,-104389,-2822)
MOVETO(155255,-105142,-2771)
MOVETO(155617,-105661,-2781)
NPCSEL(Naff[iD=31544])
NPCDLG(Naff[iD=31544])
DELAY(1000)
DLGSEL(Quest)
DELAY(1000)
DLGSEL(Say "I've brought you some specially brewed liquor!")
USESKILL(Stealth)
USESKILL(Dash)
MOVETO(155983,-106311,-2765)
MOVETO(156228,-106968,-2694)
MOVETO(156483,-107850,-2659)
MOVETO(156574,-108170,-2661)
MOVETO(155776,-108928,-2632)
MOVETO(155189,-109140,-2693)
MOVETO(153936,-110176,-2718)
MOVETO(152823,-111017,-2592)
MOVETO(152016,-111630,-2454)
MOVETO(151098,-112352,-2291)
USESKILL(Stealth)
MOVETO(150427,-113326,-2109)
MOVETO(150403,-114345,-1881)
MOVETO(150824,-114996,-1691)
MOVETO(151622,-114948,-1591)
MOVETO(153440,-114928,-1584)
MOVETO(154833,-114978,-1577)
MOVETO(156526,-115338,-1839)
MOVETO(157303,-115330,-1922)
MOVETO(157613,-115299,-1930)
NPCSEL(Pulin[iD=31543])
NPCDLG(Pulin[iD=31543])
DELAY(1000)
DLGSEL(Quest )
DELAY(1000)
DLGSEL("Here's the liquor delivery.")
USESKILL(Stealth)
USESKILL(Dash)
MOVETO(157056,-115362,-1916)
MOVETO(156060,-115257,-1743)
MOVETO(154956,-115035,-1586)
MOVETO(152521,-114591,-1637)
MOVETO(151704,-114839,-1591)
MOVETO(150230,-114720,-1832)
MOVETO(149876,-113558,-2086)
MOVETO(149803,-112766,-2090)
MOVETO(149568,-112675,-2090)
NPCSEL(Jeremy[iD=31521])
NPCDLG(Jeremy[iD=31521])
DELAY(1000)
DLGSEL( Quest )
DLGSEL([Egg Delivery (In Progress)])
DELAY(1000)
DLGSEL("I completed the delivery.")
DELAY(1000)
NPCSEL(Jeremy[iD=31521])
NPCDLG(Jeremy[iD=31521])
DELAY(1000)
DLGSEL( Quest )
DELAY(1000)
DLGSEL([specialty Liquor Delivery (In Progress)])
DELAY(1000)
DLGSEL("I completed the delivery.")
USEITEM(Scroll of Escape[iD=736])
DELAY(30000)
JMP(pozicia)

Posted

This is a collection of walker scripts that almost all of it works on interlude (dunno about the Chinese or w.e this language is) none is mine ,some debugged by me.. but if the author had his name in it.. it will be there... so am not stealing nobody's credits,just sharing :)

delete if there was other post like this..

 

http://www.mediafire.com/?ipsijvwe0wm

link don't work ... can you unload to another place?

Guest
This topic is now closed to further replies.



  • Posts

    • All that shit are false positives of the vanganth cliext, sources are well and who sell it is a big scammer
    • Information Selling a premium Lineage 2 High Five (L2J) project with active development, available by subscription. Includes Git support and access to compiled or full source code. Ideal for serious server owners seeking stability and performance, uniqueness and well-done features.   General Project Specifications: JDK Version: 23 -> 24 Chronicle: HighFive Structure: Core & Datapack merged into a single project Database: MariaDB Database Driver: HicariCP GIT Website: gitlab.com   Features include (but are not limited to):   1. Tournament Single & Party (Check Youtube Video) 2. Faction (Check Youtube Video) 3. Event Engine (Check Youtube Video) 4. Sell Buff System (Check Youtube Video) 5. Start UP System (Check Youtube Video) 6. User Panel 7. Visual - Dress me System 8. Donate Store 9. Automatic Farm System (Check Youtube Video) 10. Captcha (Anti-BOT) (Check Youtube Video) 11. Auction (Check Youtube Video) 12. Vote (API) 13. Admin Real Time Balance (Check Youtube Video) 14. Achievements (Check Youtube Video) 15. Daily Mission (Check Youtube Video) 16. A.I. Bot (Check Youtube Video) 17. Rebirth 18. Daily Reward  19. Skill Tree - Ability System 20. Craft System 21. Twitch Automatic Reward (Check Youtube Video) 22. Quiz Game (Check Youtube Video) 23. Automatic Item Enchant (Check Youtube Video) 24. Secondary Auth Using Google Authenticator (Check Youtube Video) 25. Gm Shop - Gatekeeper - Scheme Buffer   How to get Access (Payment Subscription): To get Access you either pay monthly subscription to GIT for source or Compiled. Project is currently active and has at least 1-2 commit / day.  Clients in both Compiled & Source subscription can request features or any addon in already existing mods inside discord.   Price per Month (Source) in GIT: 250 Eur Price per Month (Compiled) in GIT: 100 Eur   Contact: To get Access or ask further information join discord  https://discord.gg/gKAsAhJNuq      
    • We're officially closing the current season today. While we focus on refining the Essence project, our resources will temporarily shift toward supporting the Classic server.
    • ➡ Discount for your purchase: MAY2025 (10% discount) ➡ Our Online Shop: https://socnet.store  ➡ Our SMM-Boosting Panel: https://socnet.pro  ➡ Telegram Shop Bot: https://socnet.shop  ➡ Telegram Support: https://t.me/solomon_bog  ➡ Telegram Channel: https://t.me/accsforyou_shop  ➡ Discord Support: @AllSocialNetworksShop  ➡ Discord Server: https://discord.gg/y9AStFFsrh  ➡ WhatsApp Support: https://wa.me/79051904467 ➡ WhatsApp Channel: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n  ➡ Email Support: solomonbog@socnet.store 
  • Topics

×
×
  • Create New...