Jump to content

@MAS weapons Lootspawner script (More weapons!)


BlackPlague_81st

Recommended Posts

  On 1/15/2015 at 7:38 AM, Rowtag said:

Theres a Grenade in the lootspawner, which is named as "Stone" ingame, but looks like a grenade.

Do you know, is it the HandGrenade or the MiniGrenade? Need to remove it, cause people get kicked when throwing it.

Thanks

It's: HandGrenade_Stone

 

I had the same issue with it and a few other items in the spawn list. You can remove them from the loot spawner list, or add them to your BE filters.

Link to comment
Share on other sites

  On 1/15/2015 at 12:16 PM, Lost_Noob said:

Can I add this as an additional loot spawn script but not have MAS weapons on the server?

 

Or does anyone have success with using a high loot spawn script?

 

I know a few servers that use an A2 type loot spawner and want to implement this on ours...

 

You don't need the @MAS folder. Just copy the files into your pbo, and the necessary lines to your init.sqf, and update the BE filters or loot lists to allow everything to spawn that you want without players getting kicked.

Link to comment
Share on other sites

anyone know whats up with this error and how to fix it?

if (({_x == _loot} count exclcontainer_list) > 0) th>
14:57:16   Error position: <_loot} count exclcontainer_list) > 0) th>
14:57:16   Error Undefined variable in expression: _loot
14:57:16 File mpmissions\__cur_mp.Chernarus\LSpawner\fn_LSgetBuildingstospawnLoot.sqf, line 155
14:57:16 Error in expression <d", "repairkit", true];
};

if (({_x == _loot} count exclcontainer_list) > 0) th>
14:57:16   Error position: <_loot} count exclcontainer_list) > 0) th>
14:57:16   Error Undefined variable in expression: _loot
14:57:16 File mpmissions\__cur_mp.Chernarus\LSpawner\fn_LSgetBuildingstospawnLoot.sqf, line 155
14:57:16 Error in expression <cteditem);
_lootholder = createVehicle [_loot, _tmpPos, [], 0, "CAN_COLLIDE"];
i>
14:57:16   Error position: <_loot, _tmpPos, [], 0, "CAN_COLLIDE"];
i>
14:57:16   Error Undefined variable in expression: _loot
14:57:16 File mpmissions\__cur_mp.Chernarus\LSpawner\fn_LSgetBuildingstospawnLoot.sqf, line 130
14:57:16 Error in expression <d", "repairkit", true];
};

if (({_x == _loot} count exclcontainer_list) > 0) th>
14:57:16   Error position: <_loot} count exclcontainer_list) > 0) th>
14:57:16   Error Undefined variable in expression: _loot
14:57:16 File mpmissions\__cur_mp.Chernarus\LSpawner\fn_LSgetBuildingstospawnLoot.sqf, line 155
14:57:16 Error in expression <d", "repairkit", true];
};

fn_LSgetBuildingstospawnLoot

  Reveal hidden contents

Link to comment
Share on other sites

  On 1/16/2015 at 3:04 AM, VAKE said:

You don't need the @MAS folder. Just copy the files into your pbo, and the necessary lines to your init.sqf, and update the BE filters or loot lists to allow everything to spawn that you want without players getting kicked.

 

 

Thanks Vake, 

 

I have tried it but nothing seems to spawn and no reports of an issue in the logs...

 

Anyone have an idea?

Link to comment
Share on other sites

  On 1/17/2015 at 12:41 AM, Lost_Noob said:

Thanks Vake,

I have tried it but nothing seems to spawn and no reports of an issue in the logs...

Anyone have an idea?

when I put in the script I could not see any loot as a admin but when I was spectating other normal players they were finding loot every were.as long as your rpt is fine I would keep watching for a bit
Link to comment
Share on other sites

  On 1/17/2015 at 1:00 PM, kr@gen said:

Do the players need the MAS addon installed to use this?

FIXED: No you don't need MAS addon to install LootSpawner 

 

 
  On 1/17/2015 at 3:56 PM, BetterDeadThanZed said:

As long as the add on isn't called through a command line change and you only spawn epoch weapons, the players don't need anything extra.\

Link to comment
Share on other sites

  On 1/17/2015 at 11:42 AM, celticwarrior06 said:

when I put in the script I could not see any loot as a admin but when I was spectating other normal players they were finding loot every were.as long as your rpt is fine I would keep watching for a bit

 

Normal users are reporting that there is no loot, and don't see anything in the rpt. Have had to remove it as players are complaining - no surprise there!

 

Have to come back to it at a later date and see if its something I have done or if anyone else finds a similar issue and a fix.

Link to comment
Share on other sites

  On 1/17/2015 at 3:56 PM, BetterDeadThanZed said:

As long as the add on isn't called through a command line change and you only spawn epoch weapons, the players don't need anything extra.

 

Ya that was my bad i didnt think when i was reading what they said i thought they where asking if the server had MAS would players need it to was a Derp on my part lol

Link to comment
Share on other sites

anyone notice loot will not spawn in hospitals (Land_A_Hospital)

 

says no positions all the time and its annoying since i edited list to spawn medi shit in there :/

 

"-- !!LOOTSPAWNER WARNING!! in Buildingstoloot_list: Land_A_Hospital has no building positions --"
"-- !!LOOTSPAWNER WARNING!! in Buildingstoloot_list: Land_A_Hospital_dam has no building positions --"
 
gave both versions on my map too :/
 
also cant get any of these to spawn with it
 
"CinderBlocks",
"MortarBucket",
"ItemScraps",
"ItemCorrugated",
"ItemCorrugatedLg",
"PartPlankPack",
"WoodLog_EPOCH"   
 
seems my coding is wrong or something..i change the buildings in building list to 2 for industrial and add spawns but it dont work..so i just added items to civil and they spawn no problem.
 
dont know wat i am missing tbh
 
[0, 13, 21, 24, 18, 22], // civil
[1, 22, 36, 28, 26, 18], // military
[2, 10, 21, 28, 26, 36], // industrial
[3, 12, 36, 36, -1, -1] // research
 
so set buildings u want to 2 and spawn those items i posted above
 
wont work :/...any help be great thanks
 
so civil and military work fine but industrial and research dont work..thats wierd :/
 
ok figured it out my bad just wierd to understand...
 
still the hospitals not seen on map ill try the big hospital :)
Link to comment
Share on other sites

I need some help here as my head is melting,

 

When a server has l MAS Weapons l listed as one of its mods in the Launcher, is that what we are doing here?

 

and do we need @MAS in the server or Launcher?

 

I'm getting confused with the Armaholics MAS Weapons download and what this is

 

Feels like Deluxe have a complete room painting system with every attachment and this is a paintbrush and pot of paint with the same name. something in my head is saying this is not the same thing??

Link to comment
Share on other sites

  On 1/18/2015 at 12:43 AM, Humpabry said:

@mas folder in your arma 3 (same folder as @epoch @epochhive)

 

add @mas to your launch parameters in server

 

make sure all players who join have it too or they will see people holding invisible guns

 

but there is no mention of making an @mas folder in the server in the original post? the MAS Weapons script is 500-700Mb this is KB's why are they both under @mas is one cut down?

Link to comment
Share on other sites

download it and extract it..then drop that into your server foler where @epoch @epochhive is and add to launch parameters and it will run fine..thats the way to do it...have it running my self

 

Make sure you install @MAS addon to your server, and to your ARMA 3 directory

 

http://www.armaholic...ge.php?id=21912

 

Add @MAS to your launch parameters for your server.

 

 

he tells ya wat to do there

Link to comment
Share on other sites

I really do hate a lack of instructions when these things are made. when I write instructions I give a full breakdown of exactly what you will see and what to do because not everyone knows what to do.

 

the instructions in that 1.5 download basically say this....

 

---------------------------------------------------------------------------
Installation.
---------------------------------------------------------------------------

Put the addon in "mod folder" of your preference and load it trough steam app properties.
In Editor you'll find:

 

If you were building a bed it would be the same as this....

 

"some screws are there, wood needs to be on the floor, sides go somewhere, springs are included put them where you like",

 

I cant be the only one who downloads a new mod and then proceeds to throw coffee at the wall through blind rage of not knowing what people mean? :D

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
×
×
  • Create New...