
Originally Posted by
ohagan
hey im really noob at setting this up i wanna activate the lure mode and use aoe runes + ue but it keeps fucking up should i turn lure mode on 2 and turn on attack while luring or sorry i dont wanna fuck it up and die
Go in your config, find [Lure], Should look like this
Code:
[Lure]
Amount = 2 ; The amount of creatures to activate lure mode. (0 to disable)
AttackWhileLure = true ; When enabled, target and loot as you lure creatures. (true/false)
MinPriority = 1 ; Minimum priority of the targets to consider. (0-9)
Until = 0 ; The amount of unkilled creatures to start luring again. (0 to disable)
Set "Amount" to 2
Code:
[Lure]
Amount = 2 ; The amount of creatures to activate lure mode. (0 to disable)
AttackWhileLure = false ; When enabled, target and loot as you lure creatures. (true/false)
MinPriority = 1 ; Minimum priority of the targets to consider. (0-9)
Until = 0 ; The amount of unkilled creatures to start luring again. (0 to disable)
To use UE's find [Spells] and find this
Code:
UltimateName = exevo gran mas vis ; Name of the spell.
UltimateEnabled = false ; Do you want to use this spell? (true/false)
UltimatePriority = 1 ; Priority compared to other runes and spells. (lower is more important)
UltimateTargetMin = 5 ; The minimum amount of creatures, in the list below, to begin attacking. (0 to disable)
UltimateMaxHP = 100 ; The maximum health of creatures, in the list below, to cast this spell.
UltimateMinHP = 0 ; The minimum health of creatures, in the list below, to cast this spell.
Set UltimateName to the name of the spell you want to use, then make enabled true,
Then find [Runes].
Code:
[Runes]
AreaName = thunderstorm rune ; Name, or item id, of the rune.
AreaEnabled = true ; Do you want to use this rune? (true/false)
AreaMin = 50 ; The amount of runes at which you will leave to go refill.
AreaMax = 500 ; The amount of runes you want to withdraw or buy. (0 to disable)
AreaAlarm = 0 ; The amount of runes to trigger an alarm. (0 to disable)
AreaPriority = 3 ; Priority compared to other runes and spells. (lower is more important)
AreaTargetMin = 2 ; The minimum amount of creatures, in the list below, to begin attacking. (0 to disable)
AreaMaxHP = 100 ; The maximum health of creatures, in the list below, to cast this spell.
AreaMinHP = 0 ; The minimum health of creatures, in the list below, to cast this spell.
Then set AreaName to the rune, Then set AreaEnabled to true. <3