Jump to content
  • 0

Request, Duneyrr Helm Quest


Question

Posted

Hello, I couldn't find a guide to make custom quest, this is my work in advance

I couldn't finish it cuz am noob, and for that reason I request a helping hand from the experts in this site,

 

It just need to finish the reward step

 but I dont know how to set the vars because Is just 1 quest.

 

I will explain fast what i need:

1 .Kill 100 duneyrr,

2.Get the reward,

3.End Quest forever (no repeat)   

 

and the else, check step: ( when talking to the npc whitout slaying the 100 duneyrr, the npc must say, "You need to kill more duneirres")

 

this is my advance, please I really appreciate If someone could hhelp me with this one

 

 

nyd_dun01,69,224,5    script    Saitx    455,5,5,{
 
    if(checkquest(5005) == 2)
    {
    mes "^32cd32Saitx^000000";
    mes "Hey! how do you feel with your new gear?";
    mes "hope you make good use of such a masterpiece";
    close; // already did duneyrr hat
    }
 
        mes "^32cd32Saitx^000000";
        mes "Hello Stranger, Welcome to the Yggdrasil Root";
        mes "This is a Magical place, full of dangers!";
        mes "if you are good enough to overcome the wrath of the Duneyrr";
        mes "I will make for you the special piece";
        next;
        mes "^32cd32Saitx^000000";
        mes "Kill 100 Duneirre and you will have my respect";
        setquest 5005;
        close;
    }
 

 

 

well, I need help to finish the quest!

the reward after killing the 100 duneirres will be the item  5762

thanks ind advance

4 answers to this question

Recommended Posts

Posted (edited)

bump, I want to make this one please, I tired of doing item exchange npc

I need this quest for real

Edited by iraciz
Posted

you mean you unable to check for the quest status ??

 

add this before check if the quest is finished.

if( checkquest( 5005,HUNTING ) != 2 ){
	mes "Please kill all 100 Dunyerr";
	close;
}

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...