Jump to content
  • 0

Request, Duneyrr Helm Quest


iraciz

Question


  • Group:  Members
  • Topic Count:  140
  • Topics Per Day:  0.03
  • Content Count:  562
  • Reputation:   108
  • Joined:  10/05/12
  • Last Seen:  

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

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  140
  • Topics Per Day:  0.03
  • Content Count:  562
  • Reputation:   108
  • Joined:  10/05/12
  • Last Seen:  

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

I need this quest for real

Edited by iraciz
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  140
  • Topics Per Day:  0.03
  • Content Count:  562
  • Reputation:   108
  • Joined:  10/05/12
  • Last Seen:  

5fky.jpg

Well, at least someone tell me where czn I find help about custom quest implementation

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2351
  • Joined:  10/28/11
  • Last Seen:  

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;
}
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  140
  • Topics Per Day:  0.03
  • Content Count:  562
  • Reputation:   108
  • Joined:  10/05/12
  • Last Seen:  

not working, now everytime I talk to the npc, it just say 

Please kill all 100 Dunyerr

Link to comment
Share on other sites

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.

×
×
  • Create New...