Jump to content
Adham

Quest Question

Recommended Posts

result condition works only on 1 kind of monster 
if i add  another monster id the mission give complete even if still killed just one kind of monsters 

 

MisResultCondition(HasFlag, 970, 18 )

 

i tryed to make 2x of resultcondition  like this 

MisResultCondition(HasFlag, 970, 18 )

MisResultCondition(HasFlag, 970, 18 )

 

still not work ! any help 

 

Share this post


Link to post
Share on other sites

Did you check out my quest guide? I can’t link it since I’m on mobile, but it shows you how to add monster flags. Each monster should have unique flags! The formula is this: “<FlagNum> + <MonsterCount> - 1”

 

Examples:

 

1st Monster (x10) -> 10 + 10 - 1 = 19

The flag should be 19. 
2nd Monster (x5) -> 20 + 5 - 1 = 24

the flag should be 24. 
 

Flags should never be identical!

  • Thanks 1

Share this post


Link to post
Share on other sites

You can have same amount of monsters, just that the flags need to be different. 
 

you can’t have monster #1 be killed 20 times and monster #2 killed 10 times since their flags would be “29”. 
 

The rest is a problem you need to solve about changing monster ID

Edited by Angelix
  • Thanks 1

Share this post


Link to post
Share on other sites

thank you ! u sloved my problem ! ur guide is simple 

 

i have another question do i can make black triggers works on normal quest ! not kill player quest ? 

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...