Jump to content
  • 0

Mission Points


Budots

Question


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  200
  • Reputation:   1
  • Joined:  09/25/13
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   238
  • Joined:  09/05/12
  • Last Seen:  

Use @missionpoints to check :

-    script    Sample    -1,{
    OnInit:
        bindatcmd "missionpoints",strnpcinfo(3)+"::OnCheck";
        end;
    OnCheck:
        dispbottom "You have " +#Mission_Points+ " mission points.";
        end;
}
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  200
  • Reputation:   1
  • Joined:  09/25/13
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  1654
  • Reputation:   583
  • Joined:  08/09/12
  • Last Seen:  

If you want to make another mission shops, just copy the hunting_mission.txt and duplicate it, then put the NPC in another coordinates :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  200
  • Reputation:   1
  • Joined:  09/25/13
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  1654
  • Reputation:   583
  • Joined:  08/09/12
  • Last Seen:  

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  /ok

Link to comment
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
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  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.

×
×
  • Create New...