Skip to content

Nelnamara/mod-instance-reset

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo AzerothCore

mod-instance-reset

  • Latest build status with azerothcore:

Build Status

Description

Talk to the NPC to reset the instances you already visited. By default, it only resets for normal difficulty, if you want to reset for all difficulties, just edit the .conf file.

Why use this?

The NPC can be spawned in a specific zone only accessible after completing a quest or having an item. It's up to you to find uses.

How to use ingame

Talk to the npc, then you have not longer instances saves

WoWScrnShot_031424_230956

WoWScrnShot_031424_231122

Installation

  1. Simply place the module under the modules directory of your AzerothCore source.
  2. Re-run cmake and launch a clean build of AzerothCore.
  3. Add the npc via script or command wherever you like.
  4. npc add 300000 or npc add temp 300000 (If you want to add it temporarily)

Edit module configuration (optional)

  • In the folder where authserver.exe and worldserver.exe are located, you find a folder called configs and within it, one called modules
  • Copy the file instance-reset.conf.dist, and rename it instance-reset.conf (but do not delete the original, both must exist)
  • Edit the file instance-reset.conf, having as a backup the other file, where future configurations that the community may add will be added.

New features

Inside the configuration file, you can find new options.

#
#   instanceReset.TransactionType
#       Descripcion: Positive integer value, which determines the type of transaction to be carried out with the npc.
#       Default: 0 (You are not charged anything)
#       Value:
#           0 (You are not charged anything)
#           1 (You are charged with the token)
#           2 (You are charged with money)
#           3 (You are charged money and token)
#
  • This option allows you to establish the type of transaction that the player must make with the NPC. Token, Gold or both or neither.
  • You can also choose the token or item, and the quantity. Just like gold.
  • The 4 options were tested with the .reload config command and they seem to work perfectly.
  • Attached are images of the tests carried out.

WoWScrnShot_032624_054034

WoWScrnShot_032624_054056

WoWScrnShot_032624_054108

WoWScrnShot_032624_054128

WoWScrnShot_032624_054151

WoWScrnShot_032624_054313

WoWScrnShot_032624_054335

WoWScrnShot_032624_054343

WoWScrnShot_032624_054405

WoWScrnShot_032624_054416

WoWScrnShot_032624_054452

WoWScrnShot_032624_054458

Credits

About

A instance-reset module for AzerothCore.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%