[Request] Unnamed Script yet

Takizuki

New member
Messages
45
Points
0
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
default_smile.png



hope its not too much to ask
default_smile.png


im using

9227a0fc49b35929d268ded2c7105e55.png


Thanks in advance

 
Last edited by a moderator:
anyone? or how about just make the npc appear once all monster has been killed ? and make it for solo only  
default_sad.png


 
Last edited by a moderator:
On the refine question, you can use getitem2 script command, for further information please see doc/script_commands.txt

 
Back
Top