renamer

Action disabled: source

Renamer

Here at Valhalla, we create many customized NPCs. Due to these NPCs being unsupported by retail's standards, their names will only show as “NPC.”
Renamer is an addon that is able to alter the names of these NPCs on your client.
With it, you can make notes of what an NPC is by changing it's name, or perhaps you would like to see their names as intended by the developers here.

:!: Last updated: December 2023

Addon

List File

valhalla.lua
The valhalla list is the same for both addons.
Download the valhalla.lua file and place it within the /addons/renamer/lists/ folder.

Install Location

If you installed the game using the Valhalla Installer then it will be here:

C:\ValhallaXI\Ashita\addons\renamer\lists\

HOW TO USE THIS ADDON:
  
  1. First place the ashita version of renamer in your \Scripts\Addons\ directory.
  2. Now place a list file (Valhalla.lua above) into \Scripts\Addons\renamer\lists\ 
  3. Load the addon in the game:
  
    /addon load renamer
  This will load the addon, but in an inactive state.

    /renamer load valhalla
  This loads the list of objects to rename from the specified file and activates the addon.
  To change to a different list simply input the command again using another file name.

TO AUTO LOAD:
  Place the above commands (both of them) in your default script for your ashita profile.
  Open \Scripts\Default.txt with a text editor.
  Add the two commands into the file and save. Now it will automatically load every time you log in!

OTHER COMMANDS:
    /renamer status
  Will display the currently loaded name list file, if any.

    /renamer stop
    /renamer unload
  Either of these will tell the addon to cease renaming objects.
  
HOW TO USE THIS ADDON:
  First place the windower version of renamer in your \Addons\ directory.
  Now place a list file (Valhalla.lua above) into \Addons\renamer\lists\ 

    //lua load renamer
  This will load the addon, but in an inactive state.

    //renamer load valhalla
  This loads the list of objects to rename from the specified file and activates the addon.
  To change to a different list simply input the command again using another file name.

TO AUTO LOAD:
  Use the Windower plugin manager to edit your plugin autoload settings.

OTHER COMMANDS:
    //renamer status
  Will display the currently loaded name list file, if any.

    //renamer stop
    //renamer unload
  Either of these will tell the addon to cease renaming objects.



Credit for this addon goes to TeoTwawki & Atom0s–two of the major influences of the DarkStar Project.