Version 1.1.0
699 downloads
A recycle NPC that uses the shop interface. Changing the rewards
.reward_id = 501;
.reward_point$ = "#KAFRAPOINT";
Adding a recyclable equipment.
/*
*=============================================================================|
* .@r = Refine | .@b = Bonus =|
* list_add("<Equip ID>,<Value>{,<Starting .@r for .@b>,.@b1:.@b2:.@b3:..."); =|
*=============================================================================|
* Cotton_Shirt w/ +8 Starting .@r bonus =|
* .@r = 8 : 1 Bonus Item/Point =|
* .@r = 9 : 5 Bonus Item/Point =|
* .@r >= 10 : 7 Bonus Item/Point. =|
*=============================================================================|
* list_add(2301,8,"1:5:7"); =|
==============================================================================|
*/
function list_create {
//= Remove samples and add here.
list_add(2301,10,8,"1:5:7"); //Cotton_Shirt
list_add(1201,10,7,"1:2:3:4:5"); //Knife
list_add(2504,5); //Muffler_
return;
}