Jump to content
Sign in to follow this  
Adham

Quest Count Problem

Recommended Posts

 

here is my mission script 

 


 

Spoiler

 

  DefineMission( 64411, "Muta", 64411 )

 

    MisBeginAction(AddMission, 64411)

    MisBeginAction(SetFlag, 64411, 1)

    MisBeginAction(AddTrigger, 644111, TE_GETITEM, 2604, 20)

    MisCancelAction(ClearMission, 64411)

   

    MisNeed(MIS_NEED_ITEM, 2604, 20, 10, 20 )

   

    MisResultCondition(HasMission, 64411)

    MisResultCondition(HasFlag, 2005, 29 )

    MisResultAction(AddMoney, 1000000, 1000000 )

    --MisResultAction(SetRecord, 64411 )

    MisResultAction(ClearMission, 64411 )

    MisResultBagNeed(20)

   

    InitTrigger()

    TriggerCondition( 1, IsItem, 2604)

    TriggerAction( 1, AddNextFlag, 64411, 10, 20 )

    RegCurTrigger( 644111 )

 

 

here what the system ys , when i get the item needed it no count .. just red color but no effect 

 

https://ibb.co/wsVQvx4

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...