Access Inventory in Battle?

Users who are viewing this thread

Hassan

Recruit
Hey guys, just a quick question.  I could swear that I've seen a topic on this forum about how to make a simple mod to allow normal access to the inventory during battle, but for the life of me i can't find it, despite applying all my search-fu...  I was wondering if somebody could point me in the right direction?  All I want to do is allow normal inventory access during battles, which I assume just takes editing one of the textfiles in the warband folder.  Any help would be appreciated, sorry to bother you guys with such a simple question.
 
Here's another question:

Would you be able to make some sort of multiplayer version of the chest?
 
Malik, I'm aware that it's abusable, that's what I want it for lol.  I mostly just want to have more arrows, but I find that the mods that do this make my game unstable and give me tons of error messages.  Acessing the inventory in battle would be a simpler and more elegant solution, in my opinion.  Of course, I'm just playing single player, so it's a victimless crime...
 
you could always make a copy of the arrows/bolts and give them 999 ammo and have it so only you use them.
Code:
 ["player_bodkin_arrows","Player Bodkin Arrows", [("piercing_arrow",0),("flying_missile",ixmesh_flying_ammo),("quiver_c", ixmesh_carry)], itp_type_arrows|itp_merchandise, itcf_carry_quiver_back_right, 350,weight(3)|abundance(50)|weapon_length(91)|thrust_damage(3,pierce)|max_ammo(999),imodbits_missile],
["player_war_bow",         "player War Bow", [("war_bow",0),("war_bow_carry",ixmesh_carry)],itp_type_bow|itp_merchandise|itp_primary|itp_two_handed ,itcf_shoot_bow|itcf_carry_bow_back, 
728 , weight(1.5)|difficulty(4)|spd_rtng(300) | shoot_speed(200) | thrust_damage(25 ,pierce),imodbits_bow ],
 
Back
Top Bottom