Jump to content
Sign in to follow this  
AnaMutaz

Quest finish problem

Recommended Posts

DefineMission( 11200 , "Great Gem Chest" , 6001 )
    MisBeginTalk("Welcome! are u goin to fight to get the great gem chest ??")
    
    MisBeginCondition(NoMission, 6001)
    
    MisBeginAction(AddMission, 6001)
    MisBeginAction(AddTrigger, 60011, TE_GETITEM, 3457, 20)
    MisBeginAction(AddTrigger, 60012, TE_GETITEM, 4545, 20)
    MisBeginAction(AddTrigger, 60013, TE_GETITEM, 4543, 20)

    
    MisCancelAction(ClearMission, 6001)
    MisNeed(MIS_NEED_ITEM, 3457, 20, 10, 20)
    MisNeed(MIS_NEED_ITEM, 4545, 20, 20, 20)
    MisNeed(MIS_NEED_ITEM, 4543, 20, 30, 20)
    

    MisResultTalk("Thank you so much!")
    MisHelpTalk("Help Ur self by ur self" )
    
    MisResultCondition(HasMission, 6001)
    MisResultCondition(HasItem, 3457, 20)
    MisResultCondition(HasItem, 4545, 20)
    MisResultCondition(HasItem, 4543, 20)
    
    

    MisResultAction(TakeItem, 3457, 20)
    MisResultAction(TakeItem, 4545, 20)
    MisResultAction(TakeItem, 4543, 20)
    MisResultAction(ClearMission, 6001)
    MisResultAction(GiveItem, 7533, 1 ,4)

    InitTrigger()
    TriggerCondition(1, IsItem, 3457)    
    TriggerAction(1, AddNextFlag, 6001, 10, 20)
    RegCurTrigger(60011)
   
    
    InitTrigger()
    TriggerCondition(1, IsItem, 4545)    
    TriggerAction(1, AddNextFlag, 6001, 20, 20)
    RegCurTrigger(60012)
    
    InitTrigger()
    TriggerCondition(1, IsItem, 4543)    
    TriggerAction(1, AddNextFlag, 6001, 30, 20)
    RegCurTrigger(60013)
    

   if i do this the quest will work 100% but if i want add kill or hunt quest the quest will not finish so 

   or if some one can edit it for me 

 

i want add 3 triggers kill 15 x each monster  

id of monster (734,735,736) ~~ 

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.

Sign in to follow this  

×
×
  • Create New...