All Projects → Fukki → auto-target

Fukki / auto-target

Licence: other
auto lockon target heal, clean, dps in PVE and PVP

Projects that are alternatives of or similar to auto-target

Guia-DG-Portugues-Espanol
Pack de Guias para Diversas Dungeons: Português e Español
Stars: ✭ 18 (+20%)
Mutual labels:  tera-proxy, tera-online, tera-toolbox
macro-maker
A TERA Toolbox module to help you make macros for any class, using only AHK with no other dependency.
Stars: ✭ 16 (+6.67%)
Mutual labels:  tera-proxy, tera-mods, tera-toolbox
tera-guide
[Menma's TERA / Asura Tera / VALKYTEQ / Starscape / Omni TERA] The dungeon guide for patch v100.02 (x64) and v92.04. Display hints on screen and drawing zones of bosses attacks and mechanics. Модуль подсказок по данжам, вывод сообщений в чат или на экран, а также отрисовка зон атак боссов и механик.
Stars: ✭ 47 (+213.33%)
Mutual labels:  tera-proxy, tera-online, tera-toolbox
TerableAngler
Angler Tokens -> Gold
Stars: ✭ 12 (-20%)
Mutual labels:  tera-proxy, tera-online
lanceroid
Lancer, Berserker, Ninja Barrage/Punish/HarmoniusBurningBreath Auto Attack Macro
Stars: ✭ 11 (-26.67%)
Mutual labels:  tera-proxy, tera-online
auto-heal
Instantly heal and cleanse party members, no need to lockon.
Stars: ✭ 30 (+100%)
Mutual labels:  tera-proxy
monster-marker
Adds markers and warn you in vicinity of mob targets. Update v4.3.0 NA santa and bluebox event
Stars: ✭ 14 (-6.67%)
Mutual labels:  tera-proxy

Auto-Target

Auto-Target and finish your skill.
Not work in duel mode


Feature

  • Complete lockon skill type config PVP PVE GVG
  • Auto Heal (priest and mystic)
  • Auto Pulled if your friend in airborne or knockback (priest)
  • Auto Cleanse (mystic, work in raid)
  • Auto Plugue remove enemy buff (priest, remove valk ragnarok and zerk unleash)
  • Auto DPS
  • PVP/GVG Priority debuff skill to enemy healer first
  • PVP/GVG Auto put red arrow to enemy healer

Commands

- at on             #enable
- at off            #disable
- at reload         #reload the config file

Config.json

    "enabled": true,        #Enable / Disable this module
    "markTarget": {         #Mark target follow class number
        "Alliance": {       #read in Job / Class to get the number
            "0": [],        #0 = red arrow
            "1": [],        #1 = yellow arrow
            "2": []         #2 = blue arrow
        },
        "Enemy": {
            "0": [
                6,
                7
            ],
            "1": [],
            "2": []
        }
    },
    "skills": {
        "4": {              #Job / Class
            "20": {         #skill base id
                ...         #read in skill info
            }
        }
    }

Job / Class

0 = warrior           7 = mystic
1 = lancer            8 = reaper
2 = slayer            9 = gunner
3 = berserker         10 = brawler
4 = sorcerer          11 = ninja
5 = archer            12 = valkyrie
6 = priest

Skill Info

name: x                 #Skill name *can ignore this because it's only noted
target: []              #Read in Target Tags*
type: x                 #Read in Skill Type*
dist: x                 #Max skill distance
--- only lockon type ---
maxTarget: x            #Max target skill can lock-on
lockSpeed: x            #Speed for lock target *if ghost must increase this
castSpeed: x            #Cast speed for auto cast *if ghost must increase this
autoCast: true/false    #enable/disable auto cast
--- lock class ---
lockClass: []           #Lock-on target follow class
*Used when "enemy-class" and "member-class"
--- npc ---
lockNpc: []             #Lock-on npc follow format 'Id_HuntingZone'
*Used when "npc"
--- buff ---
inBuff: []              #Lock-on follow buff or ignore buff
*Used when "enemy-inbuff", "enemy-notbuff", "member-inbuff" and "member-notbuff"
--- heal ---
hpCutoff: x             #Lock-on member lower x percant
*Used when "member-heal"

Skill Type

lockon                  #yes, you know this is lock-on skill
projectile              #make projectile run to target *just some skill
projectile-spoof        #make projectile instant attack *just some skill

Target Tags *Priority sort

boss              #lock only Boss Type
npc               #lock only NPC
npc-all           #lock all npc near you *not recommend
enemy-healer      #lock only enemy healer
enemy-class       #lock only class in setting
enemy-inbuff      #lock only enemy got buff
enemy-notbuff     #lock only enemy not have buff
enemy-all         #lock all enemy near you
member-healer     #lock only alliance healer
member-class      #lock only alliance class in setting
member-inbuff     #lock only alliance got buff
member-notbuff    #lock only alliance not have buff
member-stuck      #lock only alliance in airbone or knockback
member-clean      #lock only alliance who has debuff
member-heal       #lock only alliance hp lower
member-all        #lock all alliance near you
*Noted:
enemy = PVP Only, member = party or raid.
maxTarget is Follow your skill max target and glyph.
Please decrease and increase maxTarget by your self it's not auto detect.

Not working?

if your skill look like try to spam and can't cast
goto your SP or PR config and disable that skill you want to auto-cast from this moudule

Warning

This module has more effect in PVP and PVE
So i need to hide my code with encryption
If you don't trust please leave from this
P.S. YES IT'S FREE, THIS MODULE SLOW UPDATE BECAUSE I'M SO BUSY

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].