Jump to content

Anzio_20 and epoch 106


Recommended Posts

that must be it.... i will change the classname

 

on a side note..... 

i have created a new trader and set it as a safezone but for some reason players are still able to log out from inside this one trader/safezone

this only happens on the newly created trader i would like it to prevent players from logging out the same as it does on the stock traders/safezones along with displaying the following message:  Cannot abort in trader area!

 

Link to comment
Share on other sites

Need to add it to the sensors in your mission.sqm

Change the number of items at the top by one

	class Sensors
	{
		items=6;
#define TRGDEF a=100;b=100;activationBy="WEST";repeating=1;interruptable=1;age="UNKNOWN";class Effects{};

just add this part for the new trader with the item number changed and the coords, name etc changed


		class Item0
		{
			position[]={6325,304,7807};
			TRGDEF
			name="zonestary";
			expCond="(player distance zonestary) < 100;";
			expActiv="[""trader city Stary"",true,""enter""] call player_traderCity;";
			expDesactiv="[""trader city Stary"",true,""leave""] call player_traderCity;";
		};

 

Link to comment
Share on other sites

can you post your trader code for the anzio.... i still have no image for the anzio, as well as attemping to purchase it gives the following message:

You can only buy -1 regular magazines and 4 sidearm magazines into your gear.

even when have nothing in my inventory other than the gold required to purchase the anzio

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Discord

×
×
  • Create New...