Your browser does not support JavaScript or its disabled!
Please turn it on, or be aware that some features on this website will not work correctly.
2K
Summon Vocation Familiar #33
This uses functions from Vithrax's Library.
450b | 12 lines.
macro(1000, "Vocation Summon", function()
    if isInPz() then return end
    if modules.game_cooldown.isGroupCooldownIconActive(3) then return end
    local voc_data = { [1] = "eq", [2] = "sac", [3] = "ven", [4] = "dru", }
    local spell_end = voc_data[player:getVocation()]
    if spell_end then
        local spell = "utevo gran res " .. spell_end
        if canCast(spell) then
            cast(spell, 900000)
        end
    end
end)
- remove | + add

26 May 2021
Ads