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

    • What’s DatForge? Well… it’s a website I built initially to edit .dat files for Lineage 2… but not only that. Now it also handles: .dat, .ini, .htm, and .l2r files basically most Lineage 2 client data file types across 33+ chronicles. https://datforge.pages.dev/   Support / Reports / Anything Discord: https://discord.gg/5YwhBr5Dhx (use it for support, bug reports, or anything related to the project) Does it work for every version? No idea. I haven’t tested every single one… unless you want to volunteer. Do I plan to support every version? Yes. That’s the dream. Will that dream become reality? idk man, can’t promise shit. What’s coming next? (aka things I plan to do before I disappear) xdat editor .u editor / compiler / decompiler Let me sell you a dream real quick I will maintain this forever… probably… maybe… don’t quote me on that. Before you even start First requirement to use anything I build: you gotta be able to think. I won’t spend time drawing. Also… whoever said “there’s no such thing as a stupid question” was lying to make stupid people feel better. If you ask a stupid question, I will ignore it. PERIOD. Extra FAQ (since people will ask anyway) Am I looking for other pseudo AI coders/devs to join? Not really… unless you can actually add real value. Am I looking for people to manage a Discord server? Probably yes. I hate that crap. Will we be friends if you sign up? Not really. Will I do any changes on your L2J server if you sign up? No. Will I teach you how to code? No. How do you know if I’m legit? You don’t. FAQ (before you ask) What makes us different? There is no us. It’s just me. What makes me different? idk, you tell me. Why should you buy it? You probably shouldn’t. But if you want to… go ahead. How do I try it? Click the link. That’s it. Will the free account have everything? Read the pricing page. Don’t ask questions you can answer yourself. What if I find issues? I’m not your father, I won’t teach you how to use it. But if something is actually broken, post it and I’ll fix it. Why is it taking so long? Because you’re buying a tool, not hiring an employee. I work on it when I have time. If you want to pay my salary… we can talk (no promises). Am I an asshole like I sound? Not really. But people seem to like it, so I’m leaning into it. Will you share the source? Yes. Wait and see. If you're still here Congrats. Feel free to ask questions or suggest features. Just don’t come with crazy ideas, and remember: suggestions ≠ implementation. Bug reports If you report issues, they’ll most likely be fixed within a few hours… worst case a few days. Security issues / bypasses If you find something interesting, send me a PM with steps to reproduce. If it’s legit, you might get rewarded. “But if I don’t report it I can exploit it forever” …until I fix it myself and now you got nothing. Your call. Release dates When is xdat editor coming out? Soon. What day? Soon. What about .u files? Soon. Why no dates? Because this is not my full-time job. Pricing Do I need to pay to try it? No. There’s a free tier. If you want more, you can pay and unlock everything. Final note (before the “ooh but…” starts) This tool was built for me. I just decided to share it. I’m not a company. I’m not trying to live off this. But if you want a tool and don’t want to build it yourself… well… I already did 
    • report: scammer @nickathan he was a customer of me and this time i trusted him to send the files before i get paid .. he said in 1 hour he will give the money, i gave him space for 2 weeks , but he vanished! Proofs can be transmitted to @Celestine 
    • If they ask you to write something, you should ask for the full context. We had a private chat between the administrators of mxc and gx ext. He was allowed back on the forum on the condition that he did not spam unnecessary posts. As far as I'm concerned, it shouldn't be allowed because it involves multiple scams. We want and aim for a stronger community. He's not only doing this with this account, but with several, since this user has multiple accounts. As for what one user or another contributes, that's irrelevant; I often provide support to the community and I don't need to make it public. But I repeat, if they ask you to write a comment, just ask for the full context, nothing more than that. Or if you want a direct answer from me, feel free to message me privately so we can avoid spamming a post about an extender. That's the problem with second chances 
    • I currently have a working custom quest, but the problem is that I can't see it in the game's quest log. I've added it to questname-e.dat, but I still don't see it. I think there's another file where I need to add it, but I can't find it. For the items and skills I've added, I've always put it in the name and grp fields, but there's nothing related to questgrp.dat in the quest log. Could you tell me where I can add it?
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..