Skip to content

Auto use HP potion in normal or slaying and auto use Mana potion :x

Notifications You must be signed in to change notification settings

tera-private-mods/auto-pot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autopot

This is same let-me-pot

  • Support slaying mode.
  • Support for who no need use potion only in combat.
  • Support Civil Unrest and Battleground potion.
  • Reload file with command no need relog or restart.
  • Require Caali's Proxy "tera-game-state"

Commands

start with "autopot" or "pot"

- pot                           //Just open GUI if you lazy full command :/
- pot id [item link]            //Get an item id <hold Shift + Left Click> for item link
- pot hp                        //Enable and Disable auto use hp pot
- pot mp                        //Enable and Disable auto use mp pot *default is always enable
- pot slaying                   //Enable and Disable auto use hp pot with slaying mode
- pot reload hp                 //Reload HP.json file *open your inventory for update item amont
- pot reload mp                 //Reload MP.json file *open your inventory for update item amont
- pot reload config             //Reload Config.json file
- pot debug                     //Show DEBUG

HP Pot slaying mode only use in combat
potion will not use when on mount and in contract
for battleground potion you need set it by your self
config.json, hp.json, mp.json will generate after enter the game

Config.json

{
    "enabled": true,    //enable and disable this module
    "hp": false,        //if set true = enable auto HP pot
    "mp": true,         //if set true = enable auto MP pot
    "slaying": false,   //if set true = enable slaying mode
    "notice": false     //if set true = notice your pot left, false = not notice
}

HP.json

{
    "6552": {                               //Your pot ID (ItemId)
        "name": "Prime Recovery Potable",   //Your pot name for item notice if enable
        "inBattleground": false,            //if true = this pot will use only in Civil Unrest and Battleground
        "inCombat": true,                   //if true = only use in combat, false = always use ignore combat
        "use_at": 80,                       //set use at with x percent
        "slay_at": 30,                      //set use in slaying mode with x percent
        "cd": 10                            //set pot cooldown x sec
    }
}

MP.json

{
    "6562": {                                   //Your pot ID (ItemId)
        "name": "Prime Replenishment Potable",  //Your pot name for item notice if enable
        "inBattleground": false,                //if true = this pot will use only in Civil Unrest and Battleground
        "inCombat": false,                      //if true = only use in combat, false = always use ignore combat
        "use_at": 50,                           //set use at with x percent
        "cd": 10                                //set pot cooldown x sec
    }
}

Helpful

Something Helpful for new users

Q & A

Q: my *.json got replace after edit.
A: check your syntax before save because *.json will replace if system cant read.

Q: after reload *.json with in game command auto-pot not work.
A: update your inventory by open it one time or use item one time.

A: got the error.
Q: check your proxy and this module has up to date or not.

A: how to get item link for "pot id XXX"
B: just hold left shift + left click on item
image
*Any problem pls open Issues

About

Auto use HP potion in normal or slaying and auto use Mana potion :x

Topics

Resources

Stars

Watchers

Forks

Languages

  • JavaScript 100.0%