Jump to content
  • 0

Script quest cronus tools


Cronus

Question


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   0
  • Joined:  02/01/17
  • Last Seen:  

 

Help me with a npc ta foda look I want to put a type in a menu in 1 npc are full of quests I already know how to do it more when I choose 1 and I do not have the items she moves to another quest when she should close

topico.txt

Link to comment
Share on other sites

10 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  226
  • Reputation:   13
  • Joined:  02/17/15
  • Last Seen:  

I see that your english is not the best , so I reccomend you to ask it in the portuguese section https://rathena.org/board/forum/157-suporte-geral/

Edited by Exmas
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  235
  • Reputation:   55
  • Joined:  12/02/11
  • Last Seen:  

8 minutes ago, isaque1 said:

 

Help me with a npc ta foda look I want to put a type in a menu in 1 npc are full of quests I already know how to do it more when I choose 1 and I do not have the items she moves to another quest when she should close

topico.txt

 

Can you explain to me clearly what is exactly you want on the quests?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   0
  • Joined:  02/01/17
  • Last Seen:  

4 hours ago, Kaze said:

Can you explain to me clearly what is exactly you want on the quests?

 

Yes friend I want it when I click yes to do the quest if it does not have the items it closes more instead of it it continues down what does not happen and that the chosen quest does not close it continues down that has nothing to do with alias My script is like this 
Like I click on yes She goes to the quest from down there Cliko on Yes she keeps going down until when she arrives on the last date

Missaos.txt

Edited by isaque1
fix
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   0
  • Joined:  02/01/17
  • Last Seen:  

5 hours ago, Exmas said:

I see that your english is not the best , so I reccomend you to ask it in the portuguese section https://rathena.org/board/forum/157-suporte-geral/

 

 

Because and why is not kkk using google translator to here why and more the rathena is more active

Edited by isaque1
fix
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  226
  • Reputation:   13
  • Joined:  02/17/15
  • Last Seen:  

7 minutes ago, isaque1 said:

 

 

Because and why is not kkk using google translator to here why and more the rathena is more active

lol XDD

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   0
  • Joined:  02/01/17
  • Last Seen:  

4 minutes ago, Exmas said:

lol XDD

 

4 minutes ago, Exmas said:

lol XDD

 

Give a help and the npc with menu is bugged type I put TWO quest I click on the first one I click on yes more I do not have the items out of nothing he moves on to the other quest if I put Ten he goes one by one until he comes in Ten

 

 

meu script npc

Missaos.txt

Edited by isaque1
fix
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  235
  • Reputation:   55
  • Joined:  12/02/11
  • Last Seen:  

 

 

50 minutes ago, isaque1 said:

 

 

Give a help and the npc with menu is bugged type I put TWO quest I click on the first one I click on yes more I do not have the items out of nothing he moves on to the other quest if I put Ten he goes one by one until he comes in Ten

 

 

meu script npc

Missaos.txt

 
 
 

Please change the following items i put as test purposed.
I tested ingame and it works :)
 

hu_fild03, 136, 304, 4	script	Mission Rank S	4_M_KHMAN,{

	mes "[ Mission Rank S ]";
	mes "Hello! I have some interesting items here, do you want to take a look?";
	next;
	if( select("- Accept:- Leave") == 2 ) {
		mes "[ Mission Rank S ]";
		mes "All right, I'll be here if you change your mind.";
		close;
	}
	mes "[ Mission Rank S ]";
	mes "Well, these are the items.";
	mes "Which one do you want to know more about?";
	next;
	switch(select(
	"- Certified Rank S",
	"- Test Mission",
	"- Leave"
	)) {
	case 1:
		mes "[ Certified Rank S ]";
		mes "Reward:";
		mes "1x "+getitemname(607);
		mes " ";
		mes "Requirments:";
		mes "1800x "+getitemname(501);
		mes "1800x "+getitemname(501);
		mes "1800x "+getitemname(501);
		mes "1800x "+getitemname(501);
		mes "1800x "+getitemname(501);
		mes "1x "+getitemname(608);
		mes "80000000 Zenys";
		next;
		mes "[ Mission Rank S ]";
		mes "Do you want to do this quest?";
		next;
		if( select("- Yes:- No") == 2 ) {
			mes "[ Mission Rank S ]";
			mes "It's okay, see you!";
			close;
		}
		if(countitem(501) >= 1 && countitem(501) >= 1 && countitem(501) >= 1 && countitem(501) >= 1 && countitem(501) >= 1 && countitem(501) >= 1 && Zeny >= 500000000) {
			delitem 501,1;
			delitem 501,1;
			delitem 501,1;
			delitem 501,1;
			delitem 501,1;
			delitem 501,1;
			set Zeny,Zeny-500000000;
			getitem 608,1;
			mes "[ Mission Rank S ]";
			mes "Congratulations! Here it is!";
			announce "Congratulations to Shinobi "+strcharinfo (0)+" fez a quest do "+getitemname (608)+".",bc_yellow;
			close;
		}
	case 2:
		mes "[ Test Mission ]";
		mes "Reward:";
		mes "1x "+getitemname(607);
		mes " ";
		mes "Requirments:";
		mes "1800x "+getitemname(501);
		mes "1800x "+getitemname(501);
		mes "1800x "+getitemname(501);
		mes "1800x "+getitemname(501);
		mes "1800x "+getitemname(501);
		mes "1x "+getitemname(608);
		mes "80000000 Zenys";
		next;
		mes "[ Test Mission ]";
		mes "Do you want to do this quest?";
		next;
		if( select("- Yes:- No") == 2 ) {
			mes "[ Test Mission ]";
			mes "It's okay, see you!";
			close;
		}
		if(countitem(501) >= 1 && countitem(501) >= 1 && countitem(501) >= 1 && countitem(501) >= 1 && countitem(501) >= 1 && countitem(501) >= 1 && Zeny >= 500000000) {
			delitem 501,1;
			delitem 501,1;
			delitem 501,1;
			delitem 501,1;
			delitem 501,1;
			delitem 501,1;
			set Zeny,Zeny-500000000;
			getitem 608,1;
			mes "[ Test Mission ]";
			mes "Congratulations! Here it is!";
			announce "Congratulations to Shinobi "+strcharinfo (0)+" fez a quest do "+getitemname (608)+".",bc_yellow;
			close;
		}
	}
	mes "[ Mission Rank S ]";
	mes "I'm sorry, but you do not have all the items needed for this quest.";
	mes "Come back when you have all the items!";
	close;
}

 

Attachement: Mission_BR.txt

Edited by Kaze
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   0
  • Joined:  02/01/17
  • Last Seen:  

 

It's giving error Missing Right curlys in file

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  235
  • Reputation:   55
  • Joined:  12/02/11
  • Last Seen:  

33 minutes ago, isaque1 said:

 

It's giving error Missing Right curlys in file

 
 
 
 
 
 

Weird, if the map console says missing curly just add }

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   0
  • Joined:  02/01/17
  • Last Seen:  

12 hours ago, Kaze said:

Weird, if the map console says missing curly just add }

 

I solved the case And put the curly

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