Budots Posted November 7, 2013 Posted November 7, 2013 First of all i wanna say thank you to Euphy for sharing this script to public, Im just wondering how can my players check their MISSION POINTS? It seems that there is none to check their current mission points. And also, could you please add Mission Shop 2 , Mission Shop 3 something like that? Coz i will be adding more items on shop.THANKS IN ADVANCE hunting_missions.txt Quote
Patskie Posted November 7, 2013 Posted November 7, 2013 Use @missionpoints to check : - script Sample -1,{ OnInit: bindatcmd "missionpoints",strnpcinfo(3)+"::OnCheck"; end; OnCheck: dispbottom "You have " +#Mission_Points+ " mission points."; end; } Quote
Budots Posted November 7, 2013 Author Posted November 7, 2013 Use @missionpoints to check : - script Sample -1,{ OnInit: bindatcmd "missionpoints",strnpcinfo(3)+"::OnCheck"; end; OnCheck: dispbottom "You have " +#Mission_Points+ " mission points."; end; } How about adding another shop into it? It already have MISSION SHOP, i need to add another SHOP on it Quote
nanakiwurtz Posted November 7, 2013 Posted November 7, 2013 If you want to make another mission shops, just copy the hunting_mission.txt and duplicate it, then put the NPC in another coordinates Quote
Budots Posted November 7, 2013 Author Posted November 7, 2013 If you want to make another mission shops, just copy the hunting_mission.txt and duplicate it, then put the NPC in another coordinates What i mean is, another shop inside the mission hunting. It already had mission shop on it, but i want to add another mission shop. Not separate Quote
nanakiwurtz Posted November 7, 2013 Posted November 7, 2013 If you want to make another mission shops, just copy the hunting_mission.txt and duplicate it, then put the NPC in another coordinates What i mean is, another shop inside the mission hunting. It already had mission shop on it, but i want to add another mission shop. Not separate Don't worry, the "#Mission_Points" variable will be usable on the other mission shop too, just try it Quote
Question
Budots
First of all i wanna say thank you to Euphy for sharing this script to public,
Im just wondering how can my players check their MISSION POINTS? It seems that there is none to check their current mission points.
And also, could you please add Mission Shop 2 , Mission Shop 3 something like that? Coz i will be adding more items on shop.

THANKS IN ADVANCE
hunting_missions.txt
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.