Jump to content
  • 0

Mission Points


Question

Posted

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

Posted

Use @missionpoints to check :

-    script    Sample    -1,{
    OnInit:
        bindatcmd "missionpoints",strnpcinfo(3)+"::OnCheck";
        end;
    OnCheck:
        dispbottom "You have " +#Mission_Points+ " mission points.";
        end;
}
Posted

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

Posted

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

Posted

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...