-
Notifications
You must be signed in to change notification settings - Fork 598
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] Move The Tenshodo Showdown mob code #6196
base: base
Are you sure you want to change the base?
[Quest] Move The Tenshodo Showdown mob code #6196
Conversation
onSteal is not currently observed by Interaction. |
I swear when I tested I got the stew item but now I'm not getting it.. |
b76deab
to
24bfa48
Compare
24bfa48
to
ffa4a63
Compare
@claywar Looks like it worked because the stew is already in the mob_droplist steal section, this makes the whole |
The way to verify this is to see if quadav stew can be stolen by people not on the quest (I'm betting this is no). |
ffa4a63
to
d3f6c76
Compare
Ah, and in that case it would need to be removed from the drop list + onSteal implemented for IF. 👍🏻 |
As a note: Yes you can steal the stew prior to quest start, but stew seems to be prioritized for those currently on the quest per player reports on wikis |
d3f6c76
to
a684e83
Compare
@claywar I've made the necessary updates for onSteal to be recognized in IF, would you mind taking a look to make sure this is following the right pattern? Took a look at how Tested with the quest and on successful steal the |
a684e83
to
1c2fc37
Compare
I affirm:
What does this pull request do?
Adds
onSteal
to IFMoves npc code handling
onSteal
for the THF AF1 quest into the quest luaSteps to test these changes
Steal from Quadavs during THF AF1 quest, see unchanged results.
Notes
Some players indicated they could steal the stew prior to flagging the quest:
1
2