Problem with loot spawning and adding buildings [Reqesting Help]

monkeybuttspvp

New Member
so i have recently added some buildings through my server.pbo and that worked fine and i also was able to add loot spawning to the server.pbo for those buildings. But i was wonderin how i would add buildings with the missions.pbo and loot through that also. any help is good help at this point
 
Loot is tied to the buildings classname, so all you should have to do is add the buildings with the correct classnames.
If you are creating a custom loot.hpp just for the buildings you are adding, you are thinking about it too hard.

Also adding buildings to the server.pbo in my opinion is the better way to do it as your creations cannot be stolen easily, and when you add them to the mission.pbo it is the exact same thing except it is adding a check to make sure only the server and not the client runs it.
 
Back
Top