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.

 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



  • Posts

    • First, don't really follow the "main voice", moreover if you consider it an hobby. Simply do what you want, you got only one life so use it as you want. If you make it an hobby, it's exactly like piano, or velo - only practice makes you better.   Secondly, how do you learn things ? It's actually a really important question, since some can simply be scholar, read books (theory) then practice ; and some simply can't read books. I'm the second type, I hated school, I find it boring - my knowledge in Java comes from try-and-fail. You improve your coding style every year or so, I can myself rewrite my own code (which I already considered top-notched) after a while. You always learn something new - even if Java barely evolves. L2J is a fun way to learn programming, it's a giant sandbox where you can edit anything, and I believe it should be taken as it.   My own way of learning was as follow : Add existing customs, no matter what they are : the point is to know main classes used by L2J / customs. L2J is barely Java knowledge ; the true knowledge is to know WHAT to search in WHICH location (what I call, organization). You have to understand than EVERYTHING you think already exists, in a form on another, in the source code. A custom is only the association of the different mechanisms you found "here and there", glued together in a proper goal. Once you know main classes to edit, and the customs you added are compiling fine, the main point is to know WHAT exactly you DID. Try to understand WHY and WHERE you actually copied the code. Third point would be to MANIPULATE the customs you added in order to fit your wish. First edit little values, then logic conditions ; eventually add a new Config, or a new functionality to the custom. Fourth point would be to begin to craft your own ideas. Once again, EVERYTHING already exists, in a form or another. You want a cycled event ? You got Seven Signs main task as exemple. Npc ? Search any type of Npc and figure out what it does. Fifth point would be to understand Java - mostly containers (WHAT and WHERE to use them), variables types and main Java mechanisms (inheritance, static modifier, etc). You should also begin to cut your code into maintainable classes or methods. Java can actually run without optimization, but bigger your ideas, more optimized and well-thought it should be. It's direct saved time in the future, and you would thank yourself doing so. Main tips : ALWAYS use any type of versioning system - GIT or SVN. It allows to save your work, step by step and eventually revert back anytime you want if you terribly messed up. L2J is 80% organization knowledge, and 20% Java knowledge. Basically, if you know WHAT and WHERE to search, if you aren't dumb, it's easy to replicate and re-use things. Cherry on top is to use a already good coded pack to avoid copy-paste crap and get bad habits. Avoid any type of russian or brazilian packs, for exemple - their best ability is to leak someone's else code. Obviously you need some default sense of logic, but Java and programming in general help you to improve it.   Finally, most of your questions could be solved joining related Discord (at least for aCis, I can't speak for others) - from the moment your question was correctly asked (and you seemed to search for the answer). My community (and myself) welcomes newbies, but got some issues with noobies.   The simpliest is to try, fail and repeat until you succeed - it sounds stupid, but that's basically how life works.   PS : about Java ressources, before ChatGPT, it was mostly about stackoverflow website, and site like Baeldung's one. With ChatGPT and alike, you generally double-cross AI output to avoid fucked up answers. Also, care about AI, they are often hallucinating really hard, even today. They can give you complete wrong answer, you tell them they are wrong, and they say "indeed, I suck, sorry - here's a new fucked up answer". You shouldn't 100% rely over AI answer, even if that can give sometimes legit answers, full code or just skeletons of ideas.   PPS : I don't think there are reliable ressources regarding L2J itself, also most of the proposed code decays pretty fast if the source code is actually maintained (at least for aCis). Still, old coded customs for old aCis sources are actually a good beginner challenge to apply on latest source.
    • Add prices please.
    • WTS: - AQ - Baium - Zaken  - Frintezza - Vesper Fighter Focus Fire Element   pm for detalis
    • We have the best price! L2Reborn.org Signature x1 Franz NEW!! 1KK = $20 HURRY TO BUY AT THE TOP PRICE discord - adver745645
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock