Jump to content
  • 0

Hunting Mission with Reset option


DEsMOn

Question


  • Group:  Members
  • Topic Count:  63
  • Topics Per Day:  0.05
  • Content Count:  172
  • Reputation:   1
  • Joined:  11/16/20
  • Last Seen:  

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

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  6
  • Reputation:   1
  • Joined:  03/12/21
  • Last Seen:  

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?

 

  • Like 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  63
  • Topics Per Day:  0.05
  • Content Count:  172
  • Reputation:   1
  • Joined:  11/16/20
  • Last Seen:  

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

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

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