-
Notifications
You must be signed in to change notification settings - Fork 655
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Quest][lua][sql] The Die is Cast #6932
Conversation
a501252
to
8d4336c
Compare
8d4336c
to
2bba4d5
Compare
mob:setMagicCastingEnabled(false) | ||
mob:setMobSkillAttack(788) | ||
end | ||
end) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To fix the CI:
mob:addListener('COMBAT_TICK', 'BUKKI_TICK', function(mobArg)
if mobArg:getHPP() <= mobArg:getLocalVar('tp_spam') and mobArg:getLocalVar('tp_spam') > 0 then
mobArg:setLocalVar('tp_spam', 0)
mobArg:setMagicCastingEnabled(false)
mobArg:setMobSkillAttack(788)
end
end)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Athough, you could always just use the regular entity function for combat tick, i would think
entity.onMobFight = function(mob, target)
-- Logic
end
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah thanks, couldnt figure out what it wanted, we dont have to use args
2bba4d5
to
65a48c7
Compare
65a48c7
to
dde3ac4
Compare
|
||
['Bukki'] = | ||
{ | ||
onMobDeath = function(mob, player, isKiller, noKiller) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
onMobDeath = function(mob, player, optParams)
We now use optParams.isKiller and opt.Params.noKiller. So those 2 are part of the optParams tsable
I affirm:
What does this pull request do?
adds quest The Die is Cast
adds Random Ring
https://ffxiclopedia.fandom.com/wiki/The_Die_Is_Cast
https://youtu.be/b7b5ABOi1n4
Steps to test these changes
follow wiki steps
-- Ratihb: !pos 75.225 -6.000 -137.203 50
-- Ekhu Pesshyadha: !pos -13.043 0.999 103.423 50
-- Jijiroon: !pos 15.913 0.000 -32.676 53
-- qm9: !pos 311.088 -3.674 170.124 54