Jump to content

[Help]Arena win gives items


Recommended Posts

Posted

i want to make on finish of rated arenas to give x items to winners but i'm still trying to learn what's what and i don't understand where to make this modification,can somebody say where i should apply the code

Posted

in battleground.cpp

rewardmark()

at the beginning:

if (isArena() && isRated())

{

if (count == ITEM_WINNER_COUNT)

{

RewardItem(plr,YOUR_ITEMID,YOUR_AMOUNT_OF_ITEMS);

return;

}

}

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use