Jump to content
  • 0
Takizuki

[Request] Unnamed Script yet

Question

hi, i have this thing in mind that hope can be available.

 

Players will talk to NPC Warper that will warp them  but they need to have at least 5 Party Members

 

once their on the map they need to Kill All Monster from level 1 to level 4 ( check if all monsters are killed before you can proceed to next level )

 

once level 4 monster already killed an NPC will appeared and will give them a chance to choose 5 refined items, that items is for each member ONLY Party Leader is allowed to talk with the NPC

 

or if possible each Party Members can talk to the NPC ang get their refine item of their choice. ( 1 refined item for each member )

 

Settings

 

itemchoice:
menu "Item 1",et1,"Item 2",et2,"Item 3",et3,"Item 4",et4,"Item 5",et5,"Cancel",Cancel;
 
et1:
mes "Are you sure you want this item?";
menu "Yes",-,"No",bye;
next;
getitem item_id;
   equip item_id;
   atcommand "@refine 3 10"; <-- other script command that wont use @refine command
   close;
 
and so on...
 
and if this can be a Shop type instead of Text Menu that would be great :)

 

hope its not too much to ask :)

 

im using

 

9227a0fc49b35929d268ded2c7105e55.png

 

Thanks in advance

Edited by pxl028

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

anyone? or how about just make the npc appear once all monster has been killed ? and make it for solo only   :(

Edited by pxl028

Share this post


Link to post
Share on other sites
  • 0

On the refine question, you can use getitem2 script command, for further information please see doc/script_commands.txt

Share this post


Link to post
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.   Restore formatting

  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.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.