Jump to content

[Release] [Complete Stary Traders]


Recommended Posts

UPDATED. 07/04/2016 

Arm_A2_OA_2016_07_04_14_22_41_11.jpgArm_A2_OA_2016_07_04_14_22_25_64.jpg

*******************************FOR COINS SYSTEM ONLY******************************************

*4 traders

1-Buy Safe Bonus (pay $5000 and receives each 20 mins $5000 coins).

2-Buy Time Bonus (random pay unique time:  $5.000 / $10.000 or $15.000).

3-Buy Time Bonus ( random pay unique time:  $10.000/$20.000 or $30.000).

4-WholeSaler in stary.

5-Gypsie (Know your fortune for only $500 coins).

6-Black Jack (pay $500 or $30.000 and play for win $1000 or $100.000).

7-Hooker (have sex for $500).

8-Russian Roulette (win $100.000 or die and lost all your gear).

9-Find used Items (Give 1x Tin bar and find 1 of 33 random items).

Install:

download: http://www.mediafire.com/download/3vkz07kg847g66y/staryCompleteTraders.zip

1-Drop "scripts" download folder  into mpmissions\instance11.chernarus\custom\

2-Go at bottom of your custom fn_selfactions.sqf and paste:

  Reveal hidden contents

 

3-now go to @Dayz_Epoch_Server\addons\dayz_server\  unpack the pbo  and paste here  maps folder.

 

then open your server_functions.sqf  and paste at very bottom:

  Reveal hidden contents

**repack your pbo.

4-Go to your description.ext  find class sounds and paste lines in red.

  Reveal hidden contents

5-Now at bottom of your init.sqf

  Reveal hidden contents

6-Now we need define the wholesaler as a legal trader. Open your Server_Traders_Cherno_11.sqf   find lines in red and add lines in blue.

  Reveal hidden contents

7-at very bottom of same file:

  Reveal hidden contents

 

Link to comment
Share on other sites

trader.sqf

  Reveal hidden contents

any way, trader is only for addon.  If u see in Fn_selfactions...Russian Roulette and the other  uses to work

_neartrade = count nearestObjects [_playerPos, ["Training_target_EP1"], 3] > 0;           

 

Link to comment
Share on other sites

  • 3 weeks later...
  On 5/4/2016 at 1:45 PM, J001 said:

I don't see the russian rullet option, i only get  "find something good" , anyway to explain how to make it work, i use regulare traders

Expand  

well see, its works with objets or units that i use like a triggers to enable the script. In this case i was used an objet called "Sign_sphere10cm_EP1" this objet are included into the addon that i give. So when youre close from this objet the russian roulette will be enabled.

 

Here you have another way to try, using a default trader included in gold system. (The Black Market Trader)

1-Forgive all about say in the top of the post.

2-Open your fn_selfactions.sqf and in the very bottom add:

  Reveal hidden contents

3-Create a new sqf , called "russianr.sqf" drop into : custom\script\games\   and paste this inside  russianr.sqf :

  Reveal hidden contents

4-**Extract from my download folder gunclick.ogg and drop into custom\script\games\ then...

  go to your description.ext and add only lines in blue for sound:

  Reveal hidden contents


 

5- Now go to your Black Market trader, use your scroll menu to play russian roulette.

 

Link to comment
Share on other sites

  • 1 month later...
  On 8/23/2016 at 1:29 PM, WagnerMello said:

Olá Juan Estou Tentando Colocar o roteiro há entanto, Quando eu Ligar PARA O Servidor Parece ESTÁ À Espera de Acolhimento e consola-me acusa este Erro
 

Config: Alguma entrada APOS O Fim do Arquivo

Expand  

I solved the problem however now the problem is the other npc station not in place only npc standard of epoch that are in the same place of origin

 

20160823105122_1.jpg

20160823105127_1.jpg

Link to comment
Share on other sites

@WagnerMello do you use any kind of safezone who delete AI into safezones area?

for example :

USE_CANBUILD = false;        // if you don't want to define your own positions
USE_TraderCity = false;    //    if you don't want to define your own positions (Epoch 1.0.5)
USE_POSITIONS = true;    // to use own positions and radius
USE_AI_REMOVER = false;    // use this to remove Missionbots (AI) within 100m of a player if the player is in a SafeZone
USE_AntiSteal = true;    // use this to block opening gear if another player is within 3m!
USE_SPEEDLIMIT = true;    // very secret function, nobody is supposed to find out what it does.
    SPEEDLIMIT = 25;        // Only used if USE_SPEEDLIMIT is true.
USE_SIGNS = false;        // use this to build signs around the SafeZone
LOG_EnterLeave = true;    // This will log to your .rpt when a player enters or leaves a SafeZone! (only works with infiSTAR.de

Link to comment
Share on other sites

in any case i think you have some conflict with your safezone.. cuz trader buildings still here. Other way can be extract all ai from starytraders.sqf and put into mission.sqf into dayz_server.pbo

so find mission.sqf in this path : ...\@DayZ_Epoch_Server\addons\dayz_server\missions\DayZ_Epoch_11.Chernarus\

open mission.sqf and in very bottom add only lines in blue.

  Reveal hidden contents

 

Now replace starytraders.sqf with this:

  Reveal hidden contents

repack your pbo

So now you have Ai traders in the original epoch mission.sqf with the rest of traders and buildings for this traders into starytraders.sqf

Link to comment
Share on other sites

hello friend followed the step you gave me but unfortunately did not hear any changes

The stranger who came to delete all mission.sqf to see WHAT happened and the server continued regular with the same npc like he was not taking the mission.sqf file in init.sqf but elsewhere the worst he's set in init.sqf

Link to comment
Share on other sites

are you repacking your dayz server?

in init.sqf heres the line who call  mission.sqf

if (isServer) then {
    call compile preprocessFileLineNumbers "\z\addons\dayz_server\missions\DayZ_Epoch_11.Chernarus\dynamic_vehicle.sqf";
    _nil = [] execVM "\z\addons\dayz_server\missions\DayZ_Epoch_11.Chernarus\mission.sqf";

Link to comment
Share on other sites

well see, the actionn for this traders was defined in bottom of fn_selfactions.sqf  had you a custom fn_selfactions right?

  Reveal hidden contents

whole saler is in other file, so if whole saler works and the others no, then you have an issue in your fn_selfactions.sqf

So thers two important things to check.

1- youre using a custom selfactions  out of  server side.

2-you keep sames AI id   cuz selfactions are using AI id as a trigger to give you the actions in scroll  menu:

for example:

  Reveal hidden contents

 

Link to comment
Share on other sites

I'm with an urgency

as I spawn select the players are going in the Russian roulette killing or winning and returning to roulette ie

if he won beauty

but if it dies it rises next comes fast to stary and goes to roulette again try his luck bad that the big money it

I would have put a limit on time for each player?

own player account that earned a lot of money

20160824183841_1.jpg

Link to comment
Share on other sites

  On 8/24/2016 at 9:44 PM, WagnerMello said:

I'm with an urgency

as I spawn select the players are going in the Russian roulette killing or winning and returning to roulette ie

if he won beauty

but if it dies it rises next comes fast to stary and goes to roulette again try his luck bad that the big money it

I would have put a limit on time for each player?

own player account that earned a lot of money

20160824183841_1.jpg

Expand  

replace russian roulette sqf with it:

  Reveal hidden contents

 

Link to comment
Share on other sites

other thing if u see its to easy win the russian roulette then replace with this.   This have more  random chances to die 70%die 30%alive  with restriction to use script again

  Reveal hidden contents

 

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
  • Discord

×
×
  • Create New...