Jump to content

[Scripts] Dwarf delevel and Tateossian Recipe Quest


Recommended Posts

Posted

can someone update the quest so it would work on gracia? they added a new part where u need to go to goddard, and talk to another npc over there, could you update the quest so would work there? thank you, from what i know the hard part its to get the sequence of spam at goddard, since you have 14 spam places. and if you get stuck ur screw.

  • 5 weeks later...
  • 4 weeks later...
  • 1 month later...
Posted

//

//>>> Script Quest Egg Delivery

//>>> Versao 1.2b By AdlerBR

//

//>>> Use Dagger Level 68+

//>>> Noob Equips  (if u die u drop shit)

//>>> 300 mana pots (normal mana) + 20 Haste Pots

//>>> At Walker Buffs Sets:

//>>> Silent Move (autodetect and any delay) and Haste Pots (delay 20 min)

//

//

Label(START)

//>>> Starting the Quest at NPC Jeremy

//>>> AT hotsprings

//

//

//  Recharge MANA 1

//

CharStatus(MP,<,80)

{

Label(MANA1)

USEITEM(Mana Potion[iD=728])

DELAY(30000)

CharStatus(MP,<,90)

{

Call(MANA1)

}

}

// VERIFY QUEST STATUS

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(BEOLIN)

}

ITEMCOUNT(Fee of Boiled Egg[iD=7196],==,5)

{

JMP(JEREMY2)

}

LABEL(JEREMY)

ITEMCOUNT(Fee of Boiled Egg[iD=7196],==,5)

{

JMP(JEREMY2)

}

MOVETO(149560,-112680,-2064)

NPCSEL(Jeremy)

DELAY(2000)

NPCDLG(Jeremy)

DELAY (2000)

DLGSEL( Quest )

DELAY(2000)

DLGSEL([Egg Delivery])

DELAY(2000)

DLGSEL("I'll deliver your eggs.")

//

// RECHARGE MANA 2

//

CharStatus(MP,<,80)

{

Label(MANA2)

USEITEM(Mana Potion[iD=728])

DELAY(30000)

CharStatus(MP,<,90)

{

Call(MANA2)

}

}

//

//

//>>>> 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)

}

//

// RECHRAGE MANA 3

//

CharStatus(MP,<,80)

{

Label(MANA3)

USEITEM(Mana Potion[iD=728])

DELAY(30000)

CharStatus(MP,<,90)

{

Call(MANA3)

}

}

//

//>>>> 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)

}

//

// RECHARGE MANA 4

//

CharStatus(MP,<,80)

{

Label(MANA4)

USEITEM(Mana Potion[iD=728])

DELAY(30000)

CharStatus(MP,<,90)

{

Call(MANA4)

}

}

//

// MOVE TO CROCUS

//

LABEL(CROCUS)

MOVETO(155197,-106371,-2712)

MOVETO(153794,-102691,-2976)

MOVETO(151878,-101317,-2896)

MOVETO(146861,-101189,-3080)

//

// 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)

}

//

// RECHARGE MANA 5

//

CharStatus(MP,<,80)

{

Label(MANA5)

USEITEM(Mana Potion[iD=728])

DELAY(30000)

CharStatus(MP,<,90)

{

Call(MANA5)

}

}

//

// 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)

}

//

// RECHRAGE MANA 6

//

CharStatus(MP,<,80)

{

Label(MANA6)

USEITEM(Mana Potion[iD=728])

DELAY(30000)

CharStatus(MP,<,90)

{

Call(MANA6)

}

}

//

// MOVE TO BEOLIN

//

LABEL(BEORIN)

MOVETO(145735,-108891,-3392)

MOVETO(149205,-108924,-2504)

MOVETO(149575,-111941,-2144)

MOVETO(147522,-113287,-2112)

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(BEOLIN)

}

//

// RECHARGE MANA 7

//

CharStatus(MP,<,80)

{

Label(MANA7)

USEITEM(Mana Potion[iD=728])

DELAY(30000)

CharStatus(MP,<,90)

{

Call(MANA7)

}

}

//

// RETURN  TO JEREMY

//

LABEL(JEREMY2)

MOVETO(149218,-112460,-2072)

MOVETO(149560,-112680,-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(5000)

Call(INICIO)

 

i changed the script for tateosian recipe a bit becourse on the last npc (beolin) he want run on a wall i this is for servers where cant bugging on a wall

 

 

With friendly greeting

 

Gangsterofhouse

  • 1 month later...
Posted

Hi all, Guys the scripts are not  working well in Dragon network  for examplein the lasrt dialog stucks

and stops also , it doesn't restart from begin

-

Also i tried them all the scripts here in game as also as in outofgame but nothing works on dragon_network  -  plz help. 

 

i need  tateocian Recipes in Drgn and other botter dont help me to share me their scripts

Posted

all you guys say Thnx,but the script are not working in my server Dragon-network and i doubt that work anywhere because there many errors in the scripts.

 

doesn;t restart and stucks on walls

Posted

all you guys say Thnx,but the script are not working in my server Dragon-network and i doubt that work anywhere because there many errors in the scripts.

 

doesn;t restart and stucks on walls

 

It's isn't stuck on walls, it's geodeta errors into your server. On official files i working, without bug.

Posted

It's isn't stuck on walls, it's geodeta errors into your server. On official files i working, without bug.

 

ok if it is working on official it is ok but explain plz what changes should we do ??

 

i am working it these days and i don't know how can i change the path of the road that he is running ? 

 

i saw how can i change the dialogs but i found out that the main problem in my server is that  i dont know how can i use stealth again and again . Also all botter on D-N dont help me to fix this script

 

They are all pathetic :(,

 

Posted

I found all the deferences in the dialoges and i change the worlds but still one dialog is not working and i am trying to find out what is the problem in D-N.

 

 

Also in the Script of adlers they changed the quest and they send you with different raw in the npcs , So i need to know how i find a the cordinates (x,y,z) in order to make a new path for the quest.

 

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




  • Posts

    • Good luck with your g/o 😃
    • You're talking complete nonsense. The source code of SphereAPI, which handles all requests, is closed and has never been published anywhere.     That return $this doesn't affect anything, PHP just ignores it. Why are you showing it?     Yes, of course I want that, and I’m asking you — go ahead and hack it, I’d even be thankful. The most you can probably do is launch a DDoS attack, but that’s not hacking. The IP you see is just a public one, used by default to handle requests. There are many other IPs involved, which aren’t disclosed for privacy reasons. So, when should I expect your hacker attack? If you fail, it means you talked big for nothing. I hope you're not all talk and can actually back up your words. UPD: To make your task easier, I have disabled limits on incorrect and failed requests, so your site/IP won't get blocked.
    • Lineage2Dex Interlude+ x50 Server launches TODAY!       The wait is over – the Lineage2Dex Interlude+ x50 Server launches TODAY! Grand Opening - April 26 at 19:00 (UTC+3) Over 10,000 registered accounts are ready to dive in! Beta with massive activity over, thx all who participate on it! It's time to begin your real Jorney! 👉 Read full roadmap 👉 Full server description 👉 Download and registration The server will be split into 3 stages, each featuring multiple content episodes. Stage 1: April 26 – May 18 Welcome to the Classic Interlude Phase. This stage is built with minimal custom content, focused on delivering that pure Interlude experience. It’s perfect for both new players unfamiliar with our project and veterans who enjoy a traditional start. Expect a smooth and nostalgic journey with familiar mechanics. Stage 2: May 19 – June 22 Time to expand the world! As most Interlude content gets completed, we gradually introduce new elements. Hellbound will open first, followed by weekly content updates. Midway through this stage, the Isle of Prayer will become available — a new zone featuring Dynasty Gear and fresh challenges. Stage 3: From June 23 Welcome to full content access! Some location become to High-level location, offering great reward! Once this phase concludes, a full merge with Union server will take place — and yes, all your characters and items will carry over safely. We wish everyone a smooth start, fair play, and tons of fun on the new x50 server! See you in-game!
    • Hello everyone! I'm offering professional L2J development services, specialized for aCis projects.   🔹 What I offer: Ready-to-implement existing systems (events, features, gameplay improvements). Custom development: I can create new systems based on your specific requests and ideas. Bug fixing, optimization, and enhancement of your server's code. Professional, clean, and organized Java coding. Support after delivery to ensure smooth integration.   🔹 Some examples of available systems: PvP and PvE Mini-Events (fully automated). Custom Raid Boss Events. Advanced Clan Utilities (regroup features, clan ranking, etc). Reward Systems (based on kills, damage, objectives, etc). Achievements Subscription system Arena Fights (1v1 tournament, scratch made). Advanced event engine (12 events, many features). multi-client aCis project, progressive gameplay C4 to C6   🔹 Why work with me? Years of experience working directly with aCis pack. Fast, reliable communication. I care about performance and long-term stability. I can adjust the systems to fit your server's style and balance.   🔹 Pricing: Flexible depending on the complexity (fixed price per project or per system). Discounts for multiple systems or long-term collaboration.   🔹 Contact: MaxCheaters PM Discord: @Luminous   Serious and passionate about your project? Let's make your server unique!
  • Topics

×
×
  • Create New...