Budots Posted November 7, 2013 Group: Members Topic Count: 69 Topics Per Day: 0.02 Content Count: 200 Reputation: 1 Joined: 09/25/13 Last Seen: January 6, 2014 Share 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 Link to comment Share on other sites More sharing options...
Patskie Posted November 7, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: November 10, 2024 Share 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 Link to comment Share on other sites More sharing options...
Budots Posted November 7, 2013 Group: Members Topic Count: 69 Topics Per Day: 0.02 Content Count: 200 Reputation: 1 Joined: 09/25/13 Last Seen: January 6, 2014 Author Share 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 Link to comment Share on other sites More sharing options...
nanakiwurtz Posted November 7, 2013 Group: Members Topic Count: 81 Topics Per Day: 0.02 Content Count: 1654 Reputation: 583 Joined: 08/09/12 Last Seen: January 14, 2020 Share 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 Link to comment Share on other sites More sharing options...
Budots Posted November 7, 2013 Group: Members Topic Count: 69 Topics Per Day: 0.02 Content Count: 200 Reputation: 1 Joined: 09/25/13 Last Seen: January 6, 2014 Author Share 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 Link to comment Share on other sites More sharing options...
nanakiwurtz Posted November 7, 2013 Group: Members Topic Count: 81 Topics Per Day: 0.02 Content Count: 1654 Reputation: 583 Joined: 08/09/12 Last Seen: January 14, 2020 Share 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 Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.