Jump to content

fullo

Members
  • Posts

    2
  • Joined

  • Last visited

Status Replies posted by fullo

  1. sir, i see your script npc

    sader's hunting quest 4.0.0

    and reward is only item? can you add reward for some Base and Job exp??

    cos we can add in low - mid server.

    Thanks looking forward for update.

    1. fullo

      fullo

      and 1 more sir, if player done the quest, they can take again, but if they cancel the quest, they must wait 5min delay to take quest again. please help me with this config. thanks

    2. (See 13 other replies to this status update)

  2. sir, i see your script npc

    sader's hunting quest 4.0.0

    and reward is only item? can you add reward for some Base and Job exp??

    cos we can add in low - mid server.

    Thanks looking forward for update.

    1. fullo

      fullo

      how about monster task? i try before player only get 1 monster, ex : poring 100

      how to change player will get 2 or 3 monster ex : poring 100, poporing 150, familiar 100 [with random number]

    2. (See 13 other replies to this status update)

  3. sir, i see your script npc

    sader's hunting quest 4.0.0

    and reward is only item? can you add reward for some Base and Job exp??

    cos we can add in low - mid server.

    Thanks looking forward for update.

    1. fullo

      fullo

      i want

      easy lv 1-60

      normal 61-80

      intermedite 81-95

      hard 96-99

      can u pls help me set this?

    2. (See 13 other replies to this status update)

  4. sir, i see your script npc

    sader's hunting quest 4.0.0

    and reward is only item? can you add reward for some Base and Job exp??

    cos we can add in low - mid server.

    Thanks looking forward for update.

    1. fullo

      fullo

      in this

          .qs_elevel = 1; //the Minimum level for easy mode quest (put it 1 to disable it)
          .qs_nlevel = 61;    //the Minimum level for normal mode quest (put it 1 to disable it)
          .qs_hlevel = 96;    //the Minimum level for hard mode quest (put it 1 to disable it)
          .qs_ilevel = 81;    //the Minimum level for indeterminate mode quest (put it 1 to disable it)

       

      can we add maximum lvl too? so id player already Lv 61, they can't take easy quest

    2. (See 13 other replies to this status update)

  5. sir, i see your script npc

    sader's hunting quest 4.0.0

    and reward is only item? can you add reward for some Base and Job exp??

    cos we can add in low - mid server.

    Thanks looking forward for update.

    1. fullo

      fullo

      sir, can i ask for one time again?

      if player submit the quest and pick Hard Monster Quest, How Many monster quest they get??

      can i set example, every player submit can get 3 monster and random req number

       

    2. (See 13 other replies to this status update)

  6. sir, i see your script npc

    sader's hunting quest 4.0.0

    and reward is only item? can you add reward for some Base and Job exp??

    cos we can add in low - mid server.

    Thanks looking forward for update.

  7. sir, i see your script npc

    sader's hunting quest 4.0.0

    and reward is only item? can you add reward for some Base and Job exp??

    cos we can add in low - mid server.

    Thanks looking forward for update.

    1. fullo

      fullo

      ok sir, thanks for guide, sorry for my bad english btw. Thanks once again.

       

    2. (See 13 other replies to this status update)

  8. sir, i see your script npc

    sader's hunting quest 4.0.0

    and reward is only item? can you add reward for some Base and Job exp??

    cos we can add in low - mid server.

    Thanks looking forward for update.

    1. fullo

      fullo

      1 more sir, what should i do if i want not use shop point, so player just hunt and if they complete the task /quest, they only rewarded EXP

       

    2. (See 13 other replies to this status update)

  9. sir, i see your script npc

    sader's hunting quest 4.0.0

    and reward is only item? can you add reward for some Base and Job exp??

    cos we can add in low - mid server.

    Thanks looking forward for update.

    1. fullo

      fullo

      i put like this

      sader_q_eitem: //item rewards leave it empty if you don't want it you can add item exp etc
          //getitem 501,20;//item_id,amount
          getexp 1000,1000;//base,job
          //for easy mode
      end;
      sader_q_nitem: //item rewards leave it empty if you don't want it you can add item exp etc
          //for normal mode
          getexp 1000,1000;//base,job
      end;
      sader_q_hitem: //item rewards leave it empty if you don't want it you can add item exp etc
          //for hard mode
          getexp 1000,1000;//base,job
      end;
      sader_q_iitem: //item rewards leave it empty if you don't want it you can add item exp etc
          //for indeterminate mode
          getexp 1000,1000;//base,job
      end;

       

      is it Right??

    2. (See 13 other replies to this status update)

×
×
  • Create New...