Jump to content
  • 0
DEsMOn

Hunting Mission with Reset option

Question

Hello there

Is there any way to add GM Reset option in Euphy Hunting Mission script?

Example People did some random Mission like 40,60,88,98 missions, But We need to start race Race to 100 again so is it possible to add GM reset command which will make all mission back to 0.

so people can start new mission from 0 or can be used as Race event...

Can any 1 help? @Emistry @Euphy

hunting_mission.txt

Edited by DEsMOn
Details
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0
On 10/14/2021 at 4:43 PM, Elicorna said:

On Euphy's script collection list it says that the version 1.3a has a reset option already, maybe you don't have the most recent version?

 

I'm sorry, it meant about where GM can reset whole ranking which can be start again  from 0

hunting_mission.txt

Link to comment
Share on other sites

  • 0
OnReset:
	query_sql("UPDATE `char_reg_num` SET `value` = 0 WHERE `key` = 'Mission_Total'");
	addrid(0);
	Mission_Total = 0;
	end;

then trigger this action by executing this line.

donpcevent "YOUR_NPC_NAME::OnReset";

 

  • MVP 1
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...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.