Git Product home page Git Product logo

Comments (1)

stryderxi avatar stryderxi commented on September 6, 2024

Ok i fixed th blm issue. Midcast function should look like this

`function job_post_midcast(spell, action, spellMap, eventArgs)

if spell.skill == 'Enhancing Magic' and classes.NoSkillSpells:contains(spell.english) and not state.DeathMode.value then
    equip(sets.midcast.EnhancingDuration)
    if spellMap == 'Refresh' then
        equip(sets.midcast.Refresh)
    end
end
if spell.skill == 'Elemental Magic' and spell.english == "Comet" then
    equip(sets.DarkAffinity)
end
if spell.skill == 'Elemental Magic' then
    if state.MagicBurst.value and spell.english ~= 'Death' then
        --if state.CastingMode.value == "Resistant" then
            --equip(sets.magic_burst.Resistant)
        --else
            equip(sets.magic_burst)
        --end
        if spell.english == "Impact" then
            equip(sets.midcast.Impact)
        end
    end
    if (spell.element == world.day_element or spell.element == world.weather_element) then
        equip(sets.Obi)
    end
end
if buffactive['Mana Wall'] then
    equip(sets.precast.JA['Mana Wall'])
end
if spell.action_type == 'Magic' then
	if spell.english == 'Death' then
		if world.weather_element == 'Dark' or world.day_element == 'Dark' then
			equip(sets.Obi)
		end
	end
end

end`

The luzaf ring issue however is weird. It will equip luzaf on double up but not any phantom rolls.

from luas.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.