Jump to content

Adham

Advanced members
  • Content Count

    39
  • Joined

  • Last visited

Everything posted by Adham

  1. nvm i just changed that one to has item and it works , luv u thx for helping XD
  2. Adham

    Quest Issue

    i changed the quest number an it worked an every thing become perfect . but i still can`t finish the quest even though the red tick is 20/20 but still can`t finish here is my script if u can cheack if any thin missed up DefineMission( 643, "Earn Your Barclet - Hunt ", 644 ) MisBeginAction(AddMission, 644) MisBeginAction(SetFlag, 644, 1) MisBeginAction(AddTrigger, 6441, TE_GETITEM, 2604, 20) MisCancelAction(ClearMission, 644) MisNeed(MIS_NEED_ITEM, 2604, 20, 10, 20 ) MisResultCondition(HasMission, 644) MisResultCondition(HasFlag, 2005, 29 ) MisResultAction(AddMoney, 1000000, 1000000 ) --MisResultAction(SetRecord, 644 ) MisResultAction(ClearMission, 644 ) MisResultBagNeed(20) InitTrigger() TriggerCondition( 1, IsItem, 2604) TriggerAction( 1, AddNextFlag, 644, 10, 20 ) RegCurTrigger( 6441 )
  3. ok there is no errors .. and the count is perfect , but i can`t finish the mission using ur quest
  4. can u just edit the code and send it to me here please cos i don`t know wat u mean #values the mount of items u mean ? or XD im new bro
  5. here is my mission script Hide contents DefineMission( 64411, "hola", 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 @ShadowJr@V3ct0r u can help me XD ? Quote
  6. here is my mission script here what the system ys , when i get the item needed it no count .. just red color but no effect https://ibb.co/wsVQvx4
  7. Adham

    Quest Issue

    i know i meanon the same QUEST ... there is mission id an quest id for example quest id 2000 mission id can be 2000 ? that wat i maen also I did that and it works , but I was looking to understand the script and not copy it
  8. im not goin to say cos u goin laugh at me XD
  9. Adham

    Quest Issue

    i think my problem cos of this XD i just used his scripot on first easy quest ! and it give me npc busy then i tryed to uses another script look similer to my quest and NPC busy sloved and came another problem all i need to know if my triggers wrong or not also i need to know if i it`s not allowed to use smilier quest id and mission id ? or i need make them diffrent not same id`s and i don`t know how to use fourm im new here thank u
  10. DefineMission (64411, "Mario", 64411) MisBeginTalk ( "Mario") MisBeginCondition(NoMission, 64411) MisBeginAction (AddMission, 64411) MisBeginAction (AddTrigger, 64411, TE_GETITEM, 2601, 30) MisResultAction(clearMission,64411) MisNeed (MIS_NEED_ITEM, 2601, 30, 10, 30) MisResultCondition (HasMission, 64411) MisResultCondition(HasItem, 2601, 30) MisResultAction(TakeItem, 2601, 30) --MisResultCondition (HasRecord, 64411) MisResultAction (ClearMission, 64411) InitTrigger () TriggerCondition (1, IsItem, 2601) TriggerAction (1, AddNextFlag, 64411, 10, 30) RegCurTrigger (64411) here my quest script issues i have found 1 - red system count works but freeze on 0/30 no give 30/30 tick even if i has the items needed 2 - after i go finish the quest it says NPC script processing function failed i tryed to change triggers same ! any can help me on this easy QUEST please
  11. Adham

    NPC is busy

    Matrix ACCEPT ME
  12. Adham

    NPC is busy

    no one help me XD ? this fourm for help people o.o
  13. hi guys i just made this simple script of easy quest DefineMission( 6411, "ZERO QUEST - Winter Is Coming", 1999 ) MisBeginTalk("hi i look for u") MisBeginCondition(NoMission, 1999 ) MisBeginAction(AddMission, 1999 MisBeginAction(AddTrigger, 19991, TE_GETITEM, 2601, 30) MisCancelAction(ClearMission, 1999 ) MisNeed(MIS_NEED_ITEM, 2601, 30, 10, 30) MisResultTalk("hi i look for u") MisHelpTalk("hi i look for u") MisResultCondition(HasMission, 1999 ) MisResultCondition(HasItem, 2601, 30) MisResultAction(TakeItem, 2601, 30) MisResultAction(ClearMission, 1999 ) InitTrigger() TriggerCondition(1, IsItem, 2601) TriggerAction(1, AddNextFlag, 1999 , 10, 30) RegCurTrigger(19991) after i finished the #first part of quest i went to npc script and made this function function mutanpcfun1 () ---------- > name of t he npc func that i want put the quest on it > Talk( 1, "MEMO: Hi how i can help you sir ? if your lv less then 65 i cannot give you the TASK , im sorry") ---- AddNpcMission( 6411 ) MisListPage(2) end note i tryed to put another quest available and it works fine an no give me npc is busy .. but when i put my new quest id on the npc function it says npc is any help guys im new ?
  14. https://ibb.co/rHYgMp0 i fixed last problem and there is another one XD
  15. i put my ip on remote desktop connections and the massage comes https://ibb.co/8Pfg9vG
×
×
  • Create New...