Skip to content
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

[eventMacro] QuestHuntCompleted not work if there is no specific monster #3804

Open
gghwanderland opened this issue Oct 5, 2023 · 5 comments

Comments

@gghwanderland
Copy link

i use this event macro for world bounty, but its not triggering to make the event macro run.. can someone share idea or help me with this? thanks
eventMacros.txt

automacro test1 {
exclusive 1
priority 1

macro_delay 0.1
delay 0.1

timeout 15
BaseLevel > 10
QuestHuntCompleted 8662 1004
QuestHuntCompleted 8662 1051
QuestHuntCompleted 8662 1048

call {
if (&questCompleteCount(8662) == 1 && &questCompleteCount(8662) == 1 && &questCompleteCount(8662) == 1) call test1
log Quest not Completed yet
}
}

macro test1 {
log All quests completed!
do e flg3
pause 3
do move prt_fild05 366 209
pause 1
do talknpc 367 209 c n
pause 1
do talknpc 367 209 c r0 c c c r0 c r0 n
release test1
}

@rbizaare
Copy link

rbizaare commented Oct 5, 2023

Would you mind sharing GGH's recvpackets? I will cross check it with their sister server (landverse).

@gghwanderland
Copy link
Author

i think you cant check it on landverse

@AutoLoot03
Copy link

i think you cant check it on landverse

can you lend him so he can try checking?

@gghwanderland
Copy link
Author

i dont know how to share recvpackets.. where can i find it?

@gghwanderland
Copy link
Author

Would you mind sharing GGH's recvpackets? I will cross check it with their sister server (landverse).

where can i find this?

@alisonrag alisonrag changed the title ggh board mission not triggering [eventMacro] QuestHuntCompleted not work if there is no specific monster Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants