Vampurica / DZMS-DayZMissionSystem

A logic and useability rewrite of the DayZChernarus Mission System
17 stars 22 forks source link

Protection against mission spawn in\near Trade Zones #16

Closed Jokaru88 closed 10 years ago

Jokaru88 commented 10 years ago

I think need to add something to protect Trade zones from bots that shooting from outside of trade zones.

Something like this!? while {((_coords distance zonestary) < 400) or ((_coords distance zonebash) < 400) or ((_coords distance zoneklen) < 400) or ((_coords distance zonebandit) < 400) or ((_coords distance zonehero) < 400)} do {_coords = call DZMSFindPos;};

Vampurica commented 10 years ago

This should be #11.

Have you had missions spawn very close to a trader?

Jokaru88 commented 10 years ago

yep, sometimes bots spawn near trade zones and kill from distance players that trade there. I test my code that i post and i think it works but it is too big and need to add it in every mission right after cords setup...

Vampurica commented 10 years ago

We're working on this in 11. Unless it doesn't solve your issue when its released, I'll close this for now.