Tournament equipment

Users who are viewing this thread

drigoly

Recruit
Can anybody tell me please which files have to be edited so you have to play tournaments in your own armor and with your own weapons, instead of the tournament equipment?
 
module_scripts:
Code:
  ("set_items_for_tournament",
    [
    ....

Items you get are randomized each time. Simply change the item from there:

Code:
(mission_tpl_entry_add_override_item, "mt_arena_melee_fight", ":i_ep", "itm_practice_sword"),

Item Names you get from module_items.
 
Back
Top Bottom