Jump to content

gangsterofhouse

Members
  • Posts

    175
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by gangsterofhouse

  1. or u use nobless char with retail (summoner) go to aden gk and use summon to that char witch one needed summon but dont acept yet !! then teleport with the summoner with nobless teleport in toi witch floor u want and then acept the summon its work on dn !!
  2. // //>>> 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
  3. [15:17] Update.exe - Could not connect to :3174 (error code 10061) i get this error in proxfier can help me ??
  4. hi guys i maked me a own server... now i created a forum but i need a better design maybe any have a lineage 2 forum design ??
  5. hi guys i maked me my own server now i just need custom weapons/armos any can give me ? and maybe any can say me where i can change the buff times ? i have songs,dances,pp,wc buffs just on 3 min :/
  6. i need a script to add on my server custom weapons like doombringer etc i hope can help me
  7. hello i need a script for l2walker becourse much ppl want deposite items in town on plances where arent players and i want a script that see the items run there and pick them is this exis ? when yes give me please
  8. i need a script becourse i want delvl my char but if i let start him he go to guard atk him and go to town and run on walls becourse he want run to gurards any can help me ?
  9. i want delvl my char but i dont how i can make it that he go to village and go again to a guard i need a script for it ?? if yes give me pls =) and if u know witch town is the best for it say me
×
×
  • Create New...