Sir, I have some problem with the bounty shop. When I changed bounty type to bounty points
// Bounty Type:
// * 0 = Off
// * 1 = Zeny
// * 2 = Cash Points
// * 3 = Bounty Points
set $@bty_type,3;
the items in the shop disappear. I also add the prices here
// Price Array
} else
setarray $@arena_ar[0],101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134; // Etc
here is the items added. I havent change the items u put. I just added the price in the price array.
// Shop Items: PvP useful stuff D:, like Elements, Boxes and Food
// These will be used for all shops, but the prices depends on the Bounty Type you have set.
setarray $@arena_sh[0],12020,12028,12029,12030,12031,12032,12033,12034,12108,12215,12216,12217,12218,12219,12075,12080,12085,12090,12095,12100,12114,12115,12116,12117,12118,12119,12120,12121,13543,13544,13545,13546,13547,14593;
aslo, i would like to ask if its possible to add points to player who kills another normal player (without bounty) to the pvp maps? Thanks in advance.
BTW, the custom maps is working. Thanks for granting my request.