Hello i'm having a hard time figuring on how to configure this, i'm sorry just a newbie here. For example i want to configure that the winning party will win just a red potion each, lets say there 4 members inside that party that will receive red potion each? please and thank you!
//== Set Winning Party Rewards ==//
set $@reward_winitem_qnty,0; // Important, set to how many reward items you set below for the winning party
setarray $@win_itemid[0],0; // Set the item id of the reward item
setarray $@win_itemname$[0],"Red Potion", // Set the name of the reward item
"Orange Potion",
"Yellow Potion",
"White Potion",
"Blue Potion";
setarray $@win_itemnum[0],0;
Hello i'm having a hard time figuring on how to configure this, i'm sorry just a newbie here. For example i want to configure that the winning party will win just a red potion each, lets say there 4 members inside that party that will receive red potion each? please and thank you!
Share this post
Link to post
Share on other sites