Adec

Member
  • Content count

    24
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Everything posted by Adec

  1. Adec

    Chernarus Building Replacement Script (Updated Dec 2017)

    Here's what I've done, and currently running with: 1. My call line is in initServer - at the very bottom. 2. My hideobject in the script is: hideObjectGlobal (global is for initserver, without global is for init, but this time it will run the script each time someone joins the server - i think) That's pretty much it.
  2. Adec

    Chernarus Building Replacement Script (Updated Dec 2017)

    So I'm not quite sure about this; I want to replace a few buildings, but some of the needs to be moved a bit in a certain direction. Where is it specified or how can i specify how long, and what direction I want the building moved? I noticed the and numbers in the second - simpler script, but that doesn't tell me how far it will move the building, or am I just completely lost? Edit: I have now tried with the more simple version, and in this case I just end up with both the old, and the new building in place. It does not delete the old building. Edit2: I changed HideObjectGlobal to HideObject and it is now working! However, when i put it on my server, I have 5 buildings spawned in on top of each other. My #include is placed in the Init.sqf, at the end. Edit3: All my issues are now fixed.
  3. Adec

    A3XAI AI's are immortal

    Hey guys So I've gotten a few complaints on my server, regarding patroling land vehicles being immortal in my A3XAI script. I can't seem to find the source of my problem, all "AI immortal" settings are set to false. Anyone have a fix for this? Here's my config.cpp Thanks in advance
  4. Hello guys So, I would like to add my own loot table / edit the old one, and specify my own loot positions (on Taviana). So far, I've been using Hollow's work for the taviana loot positions, but I'd like to make my own. However, I do not know where to start - with both the loot table and the positions. I do know where to look, but not how to get from A-B properly. Does anyone have a guide or such thing to get started? Cheers
  5. Adec

    How do i add custom markers and spawn point

    On my server, I have simply changed the colour of the trader zone and added a text on the map, explains g which colour belongs to a certain trader.
  6. Adec

    Multi Server RCon

    I have the same problem as Rush I use the same details as I have in Remote in Arma, which works fine. I can also login as admin on my server, with the RCON password. But in this program, it simply tells me it fails to connect to the server. Any ideas?
  7. Adec

    A3XAI AI's are immortal

    Much appreciated
  8. Adec

    Nye spillere

    Ellers kig ind forbi vores Exile Taviana server. I kan finde den på A3Launcher. [DK] Er Du Friendly? Vh
  9. Adec

    A3XAI Issue!

    What version of A3XAI do you have? I put it in @ExileServer on my server and it works like a charm. Did you change anything in your mission folder besides adding MAS vehicle to the trader categories?
  10. Might give it a look if I get time off from tweaking my own server. Any particular feedback or just all in general of your new idea?
  11. Adec

    Community Vehicle Trader

    It seems that it has to be specified as a vehicle trader where my players can Purchase Vehicle - instead of just being a trader.
  12. Hey guys I'm trying to create a second vehicle trader, by using a community trader, but when i try to trade ingame, it's the "Normal" menu showing up - Not the vehicle one. Here's my settings: Class (what vehicles are in my category) Class (What category) Trader I'm not sure what I'm doing wrong, hopefully you guys can help me.
  13. Adec

    Community Vehicle Trader

    I did that as a start, same thing happened. Reason i changed to Exile_Trader_vehicle2 was simply to try something else. Edit: Changed 1st post to something I've already tried too
  14. Adec

    You cannot play/edit this mission.

    That message is because there's an add-on you're not having enabled. In this case, @Exile
  15. Adec

    Bambi creation error

    Are you running with @CBA? Had the same problem; disabling cba solved it.
  16. Adec

    Trader Protection wears off

    Hey guys So apparently our trader zones stop working randomly. When i enter a zone, it tells me I'm in a safezone, but after som time it states that I'm leaving the safezone, even tho I'm still there. Here's my Sensor Anyone know how i can fix this? It also seems that the trader zone I've added doesn't match the actual place in the editor. For example: One of my trader zones is 120 in diameter; as is my trigger. But it seems the trigger is not working in the full 120 when I'm on the server, running in and out of the trader. Kind regards
  17. Adec

    Trader Protection wears off

    Thanks guys. I won't be able to edit my mission until after Christmas. I'll let you know how it turns out.
  18. Adec

    Loot location for secret place

    That's great, thank you. I'll have a look at it when i have the time.
  19. Hello I'm running a dedi server on Taviana. I'm using a loottable, found on this forum. However; there's a secret underground base that doesn't spawn loot - does anyone have the location, and possibly a way to add it to the loot table? Kind regards
  20. Adec

    Character Creation timeout

    Do you have @CBA running? Try disabling it. Might fix the problem.
  21. Adec

    Bug collection for RC 0.9.4

    We are experiencing "Error: Bambi creation timed out". Tried reading up on it, tried turning strict mode off, nothing helps. We are running with mysql 5.6 As far as we can see, nothing happens in the mysql database when a new person tries to connect. Only people from before the 10/12 is registrered in the database, no one else. kind regards *EDIT: Removed CBA_A3 and now it works like a dream.
  22. Adec

    M3Editor - 3D Map Editor

    Everything is with the mouse. Hold shift - Rotate Hold Alt - Elevate Not even sure if there's more, probably some for pitching etc.
  23. Adec

    [GUIDE]Trader Setup Tutorial

    You might have a syntax error in your spawn script. Note the ones you spawn - The last one spawned (last on the script that spawns) is probably causing the error, leaving the rest not to spawn.
  24. Adec

    M3Editor - 3D Map Editor

    Not sure what I'm doing wrong, but I simply can't find the key bindings for this? Like, how do i rotate an object? (without having to doubble click it, and use the slider) So basically, I need to know how to do all the stuff in the Object menu, with a key binding?