Our forum is going offline at the end of July. We suggest moving all discussions to Discord. Exile will stay on Steam. Thanks for a great time!
Jump to content
Question
12 answers to this question
Create an account or sign in to comment
You need to be a member in order to leave a comment
Sign in
Already have an account? Sign in here.
Sign In Now
So I wanted to add some launchers to the trader, but when I buy them I don't receive anything.
The money is withdrawn but no launcher or rockets.
ItemListExile.hpp
class launch_RPG32_F { quality = 3; price = 10000; };
class RPG32_HE_F { quality = 1; price = 2000; };
ItemListRHS.hpp
class rhs_weap_fim92 { quality = 3; price = 20000; };
class rhsammo_fim92_mag { quality = 1; price = 2000; };
TraderCategoriesExile.hpp
lass Explosives
{
name = "Explosives";
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\cargothrow_ca.paa";
items[] =
{
"HandGrenade",
"MiniGrenade",
"B_IR_Grenade",
"O_IR_Grenade",
"I_IR_Grenade",
"1Rnd_HE_Grenade_shell",
"3Rnd_HE_Grenade_shell",
"APERSBoundingMine_Range_Mag",
"APERSMine_Range_Mag",
"APERSTripMine_Wire_Mag",
"ClaymoreDirectionalMine_Remote_Mag",
"DemoCharge_Remote_Mag",
"IEDLandBig_Remote_Mag",
"IEDLandSmall_Remote_Mag",
"IEDUrbanBig_Remote_Mag",
"IEDUrbanSmall_Remote_Mag",
"SatchelCharge_Remote_Mag",
"SLAMDirectionalMine_Wire_Mag",
"RPG32_HE_F",
"launch_RPG32_F",
"rhs_weap_fim92",
"rhsammo_fim92_mag"
};
};
Any tips?
Edited by bFeEdit: I can buy RPG ammo without any probs.
Share this post
Link to post
Share on other sites