Fukki / auto-pot

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Something Helpful for new users

LeandraTS opened this issue · comments

Hi Fukki,
This isn't an issue as your AutoPot is working great, and again big thanks for all your hard work in getting it working on NA server.

I hope you not mind me posting this here for you to look at, it's just my way of trying to give something back to help out.

Since I make a lot of new characters and I remember the days of doing the red quests instead of rushing through. (Veteran Player)
I thought the following maybe useful for new players or those who maybe take their time to level doing red quests, so they can keep costs down to a minimum on upgrading to new pots as they go along.

HP.JSON
{
"6550": {
"name": "Minor Recovery Potable",
"inBattleground": false,
"inCombat": false,
"use_at": 80,
"slay_at": 30,
"cd": 10
},
"6551": {
"name": "Major Recovery Potable",
"inBattleground": false,
"inCombat": false,
"use_at": 80,
"slay_at": 30,
"cd": 10
},
"6552": {
"name": "Prime Recovery Potable",
"inBattleground": false,
"inCombat": false,
"use_at": 80,
"slay_at": 30,
"cd": 10
},
"116": {
"name": "Health Potion",
"inBattleground": false,
"inCombat": false,
"use_at": 30,
"slay_at": 10,
"cd": 30
},
"111": {
"name": "Rejuvenation Potion",
"inBattleground": false,
"inCombat": false,
"use_at": 30,
"slay_at": 10,
"cd": 30
},
"114": {
"name": "Valkyon Health Potion",
"inBattleground": false,
"inCombat": false,
"use_at": 30,
"slay_at": 10,
"cd": 30
}
}

MP.JSON
{
"6560": {
"name": "Minor Replenishment Potable",
"inBattleground": false,
"inCombat": false,
"use_at": 80,
"cd": 10
},
"6561": {
"name": "Major Replenishment Potable",
"inBattleground": false,
"inCombat": false,
"use_at": 80,
"cd": 10
},
"6562": {
"name": "Prime Replenishment Potable",
"inBattleground": false,
"inCombat": false,
"use_at": 80,
"cd": 10
}
}