Jump to content
Sign in to follow this  
blazi10

change Quest name

Recommended Posts

http://screenshot.sh/mMHiQRXHJYpOf

 

how i can change "Unknow Quest name"?

in "missionscript" said a quest name...

Spoiler

    DefineMission( 2028, "Granny Beldi Rune", 2018 )

    MisBeginTalk( "<t>Okay okay,So Winter ambasador gave you a Quest? I'll Help you a bit. But nothing in this world is free. First, I'll need you to help me run an errand.<n><t>I have been wanting to teach the other Monsters a lesson, it could help me to build up my reputation so that one day, I might become their leader.<n><t>Show me your strength and defeat 10 <rEvil Undead Warriors> and 5 <rShadow Hunters>. Report back when you are done." )
    MisBeginCondition(NoRecord, 2018)
    MisBeginCondition(NoMission, 2018)
    MisBeginCondition (LvCheck, ">", 75) 
    MisBeginAction(AddMission, 2018)
    MisBeginAction(AddTrigger, 20181, TE_KILL, 549, 10 )        --Éł·Ë
    MisBeginAction(AddTrigger, 20182, TE_KILL, 201, 5 )        --ÉłĆďĘż
    MisCancelAction(ClearMission, 2018)

    MisNeed(MIS_NEED_KILL, 549, 10, 10, 10)
    MisNeed(MIS_NEED_KILL, 201, 5, 20, 5)

    MisPrize(MIS_PRIZE_ITEM, 7361, 1, 1 )
    MisPrizeSelAll()

    MisResultTalk("<t>Yo! I knew I could count on you. For next rune visit Rico!")
    MisHelpTalk("<t>For monsters Look near <rThundoria Castle>")
    MisResultCondition(HasMission, 2018)
    MisResultCondition(HasFlag, 2018, 19 )
    MisResultCondition(HasFlag, 2018, 24 )
    MisResultAction(ClearMission, 2018)
    MisResultAction(SetRecord, 2018 )
    MisResultAction(AddExp,1400000,1400000)
    MisResultAction(AddMoney,25500,25500)    


    InitTrigger()
    TriggerCondition( 1, IsMonster, 549 )    
    TriggerAction( 1, AddNextFlag, 2018, 10, 10 )
    RegCurTrigger( 20181 )
    InitTrigger()
    TriggerCondition( 1, IsMonster, 201 )    
    TriggerAction( 1, AddNextFlag, 2018, 20, 5 )
    RegCurTrigger( 20182 )

but it not show "granny Beldi rune"

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  

×
×
  • Create New...