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.
2.2K
Summon Vocation Familiar #33
This uses functions from Vithrax's Library.
450b | 12 lines.
 --[[
  Script made by Lee (Discord: l33_) - www.trainorcreations.com
  If you want to support my work, feel free to donate at https://trainorcreations.com/donate
  PS. Stop ripping off my work and selling it as your own.
 ]]--
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)

26 May 2021
Ads