Difference between revisions of "OgreOther:Hirex"

From ISXOgre
Jump to: navigation, search
(Running HireX)
Line 36: Line 36:
 
** -n
 
** -n
 
*** No loop - Means run it once and exit the script (as opposed to running every 2 hours)
 
*** No loop - Means run it once and exit the script (as opposed to running every 2 hours)
*
 

Revision as of 23:18, 12 November 2010

HireX


Tab Summary

HireX is a script that allows you to run hirelings and deposit them into depots. You can have multiple guild halls at the same location and it will zone in and out and run the hirelings on them all. You can also have it deposit the resources into a priority order depots. This means it will fill Guild#1 first, then Guild#2, then #3 etc.


Setting HireX up

Note: HireX has not been converted to a UI (user interface). This means you will need to edit a few files to add toon names and guild halls.

  • Step #1: All guild halls must be at 1 location. This means you can't have 1 in Qeynos and 1 in freeport. You also can't have 1 in NQ and 1 in SQ.
  • Step #2: All hirelings must be within reach from where you land when you zone into a guild hall.
  • Step #3: Have LOS (line of sight) on your hirelings. This means you can't be looking at the floor. It is truely YOUR LOS.
  • Step #4: All depots must be usable from where you land when you zone into a guild hall. Note: The depot itself doesn't need to be close, you can use a depot from around 150 meters away. Hirelings are NOT the same, they must be close.
  • Step #5: Rename the file: innerspace/scripts/EQ2OgreCommon/OgreHireling/blank.EQ2OgreHirelingXData.inc and remove the blank. It should end up like this. innerspace/scripts/EQ2OgreCommon/OgreHireling/EQ2OgreHirelingXData.inc
  • Step #6: Edit the file (same one as above): innerspace/scripts/EQ2OgreCommon/OgreHireling/EQ2OgreHirelingXData.inc
    • Add your toon name that will be doing the hirelings.
      • Example: ToonName:Set[Toonnamehere] ----> ToonName:Set[Kannkor]
    • Add in your guild hall names.
      • Example: GuildHallName[${X:Inc}]:Set[KannkorGuild1]
      • Example: GuildHallName[${X:Inc}]:Set[KannkorGuild2]
      • As it says in the file, you can continue to add as many guilds as you wish.
    • Save the file and close it.

Running HireX

Options

  • All options can NOT have a space. They are not case sensitive.
  • Syntax: ogre hirex [optional parameters]
  • Defaults are -h-d
  • Optional parameters
    • -h
      • Hirelings - Do the hirelings
    • -d
      • Depot - Deposit into supply depots
    • -n
      • No loop - Means run it once and exit the script (as opposed to running every 2 hours)