• 0
Sign in to follow this  
zombietop

[Solved] first 18 traders, OK. Rest gone..

Question

First 18 spawn in their right area, have loot. All good. The rest, wont spawn. No error in log either =(

One of the working ones,

Spoiler

_trader = 
[
    "Exile_Trader_Armory",
    "PersianHead_A3_02",
    ["HubStanding_idle1", "HubStanding_idle2", "HubStanding_idle3"],
    [6606.05,17275.1,0],
    100
    
]
call ExileClient_object_trader_create;
_trader setVariable ["ExileTraderType", "Exile_Trader_Armory"];

The 19th trader,

Spoiler

_trader =
[
    "Exile_Trader_Vehicle",
    "WhiteHead_11",
    ["HubBriefing_scratch", "HubBriefing_stretch", "HubBriefing_think", "HubBriefing_lookAround1", "HubBriefing_lookAround2"],
    [13975,12514.7,0],
    184.091
]
call ExileClient_object_trader_create;
_trader setVariable ["ExileTraderType", "Exile_Trader_Vehicle"];

I dont see a difference...

Thoughts?

Edited by zombietop

Share this post


Link to post
Share on other sites

2 answers to this question

  • 0
10 hours ago, zombietop said:

First 18 spawn in their right area, have loot. All good. The rest, wont spawn. No error in log either =(

One of the working ones,

  Reveal hidden contents

_trader = 
[
    "Exile_Trader_Armory",
    "PersianHead_A3_02",
    ["HubStanding_idle1", "HubStanding_idle2", "HubStanding_idle3"],
    [6606.05,17275.1,0],
    100
    
]
call ExileClient_object_trader_create;
_trader setVariable ["ExileTraderType", "Exile_Trader_Armory"];

The 19th trader,

  Reveal hidden contents

_trader =
[
    "Exile_Trader_Vehicle",
    "WhiteHead_11",
    ["HubBriefing_scratch", "HubBriefing_stretch", "HubBriefing_think", "HubBriefing_lookAround1", "HubBriefing_lookAround2"],
    [13975,12514.7,0],
    184.091
]
call ExileClient_object_trader_create;
_trader setVariable ["ExileTraderType", "Exile_Trader_Vehicle"];

I dont see a difference...

Thoughts?

having the same troubles i updated form previous exile version maybe i forgot to merge something ?

Share this post


Link to post
Share on other sites
  • 0
53 minutes ago, olmo said:

having the same troubles i updated form previous exile version maybe i forgot to merge something ?

Found the issue, on my end at least. Had an extra " in a line. Looking at code all day, bout to missing the little things from time to time!

Share this post


Link to post
Share on other sites
Advertisement

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
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.