Jump to content
  • 0

Mission Hunting Script Help!


Question

1 answer to this question

Recommended Posts

Posted (edited)


 

CMIIW// Reward formulas:
set .@Mission_Points, 3+(.@j[.Quests]/.Quests/6);
//set .@Base_Exp, #Mission_Count*.@j[.Quests+1]/5;
//set .@Job_Exp, #Mission_Count*.@j[.Quests+2]/5;
//set .@Zeny, #Mission_Count*.Quests*.@j[.@i]*.Modifier[2];

next;
mes "[Hunting Missions]";
mes "Mission rewards:";
mes " > Mission Points: ^0055FF"+.@Mission_Points+"^000000";
//mes " > Base Experience: ^0055FF"+Cm(.@Base_Exp)+"^000000";
//mes " > Job Experience: ^0055FF"+Cm(.@Job_Exp)+"^000000";
//mes " > Zeny: ^0055FF"+Cm(.@Zeny)+"^000000";
if (@f) { set @f,0; return; }
next;
mes "[Hunting Missions]";
mes "Oh, you're done!";
mes "Good work.";
mes "Here's your reward.";
emotion e_no1;
specialeffect2 EF_ANGEL;
specialeffect2 EF_TRUESIGHT;
set #Mission_Points, #Mission_Points+.@Mission_Points;
//set BaseExp, BaseExp+.@Base_Exp;
//set JobExp, JobExp+.@Job_Exp;
//set Zeny, Zeny+.@Zeny;
getitem 9524,100;
Edited by Patskie
Change to code

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...