manOwar_AFD

Member
  • Content count

    51
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Everything posted by manOwar_AFD

  1. manOwar_AFD

    i cant get in to server

    I would talk to the server admins and verify what MODS they are running. I have had memory crashes entering servers when I didn't have the correct mods loaded or the incorrect versions. If it's not mod related generally you can close Arma, re-open it and get right in. Sometimes Arma just crashes.
  2. manOwar_AFD

    Set sell respect

    Well then he'll just need to find "CfgPoptabStorage" and edit the amounts.
  3. manOwar_AFD

    Safe Lock/Unlock problem

    Make sure your "class safe" is setup propoerly in your mission folder config file. Below is a copy of mine, you can modify it to include what you need. Maybe someone has the default code they can post but this one should work to solve your problem based on the info provided. If it doesn't please paste your current RTP file to pastebin and send link here and maybe I can (or someone smarter than me) help more. class Safe { targetType = 2; target = "Exile_Container_Safe"; class Actions { class ScanLock: ExileAbstractAction { title = "Scan Lock"; condition = "('Exile_Item_ThermalScannerPro' in (magazines player)) && !((ExileClientInteractionObject getvariable ['ExileIsLocked',1]) isEqualTo 1) && !ExilePlayerInSafezone"; action = "_this call ExileClient_object_lock_scan"; }; // Locks a vehicle class Lock : ExileAbstractAction { title = "Lock"; condition = "((ExileClientInteractionObject getvariable ['ExileIsLocked',1]) isEqualTo 0)"; action = "true spawn ExileClient_object_lock_toggle"; }; class Unlock : ExileAbstractAction { title = "Unlock"; condition = "((ExileClientInteractionObject getvariable ['ExileIsLocked',1]) isEqualTo -1)"; action = "false spawn ExileClient_object_lock_toggle"; }; class Pack : ExileAbstractAction { title = "Pack"; condition = "((ExileClientInteractionObject getvariable ['ExileIsLocked',1]) isEqualTo 0)"; action = "_this spawn ExileClient_object_container_pack"; }; class SetPinCode : ExileAbstractAction { title = "Set PIN"; condition = "((ExileClientInteractionObject getvariable ['ExileIsLocked',1]) isEqualTo 0)"; action = "_this spawn ExileClient_object_lock_setPin"; }; }; }; class SafeSmall { targetType = 2; target = "Exile_Container_Safe_Small"; class Actions { class ScanLock: ExileAbstractAction { title = "Scan Lock"; condition = "('Exile_Item_ThermalScannerPro' in (magazines player)) && !((ExileClientInteractionObject getvariable ['ExileIsLocked',1]) isEqualTo 1) && !ExilePlayerInSafezone"; action = "_this call ExileClient_object_lock_scan"; }; // Locks a vehicle class Lock : ExileAbstractAction { title = "Lock"; condition = "((ExileClientInteractionObject getvariable ['ExileIsLocked',1]) isEqualTo 0)"; action = "true spawn ExileClient_object_lock_toggle"; }; class Unlock : ExileAbstractAction { title = "Unlock"; condition = "((ExileClientInteractionObject getvariable ['ExileIsLocked',1]) isEqualTo -1)"; action = "false spawn ExileClient_object_lock_toggle"; }; class Pack : ExileAbstractAction { title = "Pack"; condition = "((ExileClientInteractionObject getvariable ['ExileIsLocked',1]) isEqualTo 0)"; action = "_this spawn ExileClient_object_container_pack"; }; class SetPinCode : ExileAbstractAction { title = "Set PIN"; condition = "((ExileClientInteractionObject getvariable ['ExileIsLocked',1]) isEqualTo 0)"; action = "_this spawn ExileClient_object_lock_setPin"; }; }; }; Edit: I'm pretty sure I have edited my code properly so it is the default code now.
  4. manOwar_AFD

    Set sell respect

    Yes, just add it to the section in your mission folder config at the bottom of all the other classes. Should work fine if you just copy and paste it as is.
  5. manOwar_AFD

    Set sell respect

    I'm not sure how to restrict respect for selling a specific item, however you can increase the amount of tabs the safes hold in your mission config pretty easily.
  6. manOwar_AFD

    [Solved]Interaction menu Please HELP

    Try pasting this to replace your "class CfgInteractionMenus". The info you have provided seems fine, I just added it all together under your interactions menu class as it should be. You cannot have "class CfgInteractionMenus" listed twice. https://pastebin.com/2S887QH7
  7. manOwar_AFD

    Scratchies v1.5 - gambling for Exile Mod

    Will this be updated for v1.0.4 "Pineapple"? It's been pretty popular in our server and would like to keep it. We've had to disable it with the new Exile version at least temporary. Wondering if anyone's already configured a work around and is willing to share?
  8. manOwar_AFD

    AFD-Altis PVE

    This is it. AFD's Premiere PVE Experience. Engage in combat against NPCs in a cutthroat world as you rise up the ranks an make a name for yourself among the Exiles. A collaboration between AFD Gaming and Omega Force Gaming Communities. If you have any questions or would like to give us a try, please feel free to visit us at the following locations: Exile Server IP: 173.208.148.178:2302 Website: http://afd-gaming.com Teamspeak: 216.52.148.11:4320 Required Mods: Exile Mod Arma 3 CBA CUP Units CUP Weapons CUP Vehicles AFD Gaming's PVE Exile Server includes the following: Dedicated Server with optimized scripting for Maximum Client and Server FPS! PVE Combat. Modified missions and AI actions not found on any other server. A 50,000 poptab starting bonus for new players. A wide range of Military-Style Vehicles, Weapons, and Gear available. Attack helicopters, IFVs, etc. Custom Loot Spawns marked on map, overall very high loot all over map. Custom Base Improvement catalog only found on AFD Gaming Servers. Purchase Concrete Mixers, Virtual Garage Slots, Defensive Turrets, Base Respawns, Teleportation Systems and more! Balanced Item and Vehicle Pricing. Player wages rewarded every ten minutes. Roaming and Headhunter NPCs. (AI are on ground, in vehicles and in the air) Virtual Garage. All world-spawn vehicles are persistent. Persistent Vehicle Repair and Ammunition with balanced ammo pricing. Players can receive Emails containing cool prizes. Bury bodies to gain additional respect. Many fixes and improvements for issues found in Vanilla Exile. Access your locker from your Base Laptop! MarXet Peer-to-peer Marketplace. (also accessed from laptop) Territory owners can safely pack up their own base without the need for an admin! Ability to loot garbage piles for items. Keep and install large mission crates in your base for storage "Money" exchange for potabs. (1 money = 500 tabs, safes can store 1500 monies and tabs and money are exchanged at the trader office) Growing and active PVE baseline and much MUCH more.
  9. Please disregard this post I didn't realize how old it was, I cant seem to delete my own posts.
  10. manOwar_AFD

    Certain Files not being accepted by a key?

    You likely have mods active that are not permitted by the servers your joining, or different versions. I would contact the admin of the server (steam, webpages etc.) and find out exactly what they have as active mods and join with only those mods active, nothing else.
  11. manOwar_AFD

    Remove server mission complete message

    Seems to me in the @ExileServer/addons/a3_dms/missions/static/Your missionFileHere.sqf I pulled the code for salt flats for an example but I would change the default: to this: I think this would be the easiest way let me know how it goes. You can do the same with the "Bandit" missions.
  12. I have a Windows Server 2008 dedicated server and setup a second server by copying my @exileserver folder and renamed. I then setup the db and edited the appropriate configs, the server works it's communicating with the db and the game plays but infiSTAR seems to only actually load on whichever server is started first. I'm getting the following error in my RPT: 5:00:52 CallExtension 'armalog' could not be found 5:00:52 "<infiSTAR.de> Can not load infiSTAR" 5:00:52 "<infiSTAR.de> DLLs not found!" I'm sure there is a problem with the .dll files being in use, can they be renamed for a second instance? Any help would be appreciated.
  13. manOwar_AFD

    [SOLVED] infiSTAR .dll not found when running 2 servers

    @infiSTAR Your solution worked perfectly! Thank You!!
  14. manOwar_AFD

    [SOLVED] infiSTAR .dll not found when running 2 servers

    @hogansheroes that is correct. @infiSTAR thank you! I’ll try that and update thread. I really appreciate the help.
  15. manOwar_AFD

    [SOLVED] infiSTAR .dll not found when running 2 servers

    @hogansheroes yes they are in the server root directory and are working for whichever server is started first it seems. So this is what lead me to believe everything is setup fine but the .dll's apparently cannot be "shared" to run with 2 instances.
  16. manOwar_AFD

    [Updated] ExileReborn - A complete survival package

    Edit the "@ExileServer\addons\JohnOs_events\addons\Events\events_config.SQF" file after installing reborn to your server. Just comment out the events you do not want active if you only want the wages.
  17. Have you double checked your servers auto start file parameters? start "Arma3" /min /wait arma3server.exe -mod=@Exile;@mandatoryMod2;@mandatoryMod3;@mandatoryMod4; -servermod=@Exileserver;@AdvancedTowing;@AdvancedSlingLoading;@AnyOtherServersideModsListed; -config=C:\Arma\178\@ExileServer\config.cfg -port=2302 -profiles=reports -cfg=C:\Arma\178\@ExileServer\basic.cfg -name=Name_Of_Folder_You_Want_RPT_logs_In -autoinit I use the Exile Auto Start batch file and it starts and loads based on the parameters in the above line. I would take a look at your launch parameters and make sure your not calling things you don't want loaded.
  18. manOwar_AFD

    Server Works with No PBO?

    The server will load without a PBO as long as the files are present, it's not recommend as it loads much slower and I'm not sure about other potential problems. Arms servers do not "require" PBO files.
  19. manOwar_AFD

    Territory data stored outside the db?

    Yes I mean change the SQL before you import it.
  20. manOwar_AFD

    Territory data stored outside the db?

    The only time I have seen territories be completely deleted is if the rent was due more than three days ago or whatever the timeframe you might have changed for your delete territory setting and your config.
  21. manOwar_AFD

    Territory data stored outside the db?

    Might change "last paid" field in back up table to a date more recent. It will prevent The server from deleting it immediately when starting.
  22. manOwar_AFD

    Territory data stored outside the db?

    IF you have a back up of the database before you started deleting the tables I would restore them and try the following: Table Territory: Delete the "deleted date" and change to Null, Update the last paid date to 24 hours before due date. Click Apply Changes Table Containers: Search for the same GUID as the territory GUID and delete the "deleted date" and change to Null. Click Apply Changes Table Constructions: Search for the same GUID as the territory GUID and delete the "deleted date" and change to Null. Click Apply Changes This should restore the territory, base and all supply boxes etc to the way they were originally. This is the best way to manage territories when rent is not paid IF you are notified before the db tables are flushed (I believe 3 days default). If your unable to to do the above I would simply try shutting down the server, stopping then restarting the mySQL server and double checking the tables to ensure there is not a deleted date or a blank value (must say Null) in the deleted date for your territory. If there is no territory this should enable you to purchase a flag and start over.
  23. manOwar_AFD

    Server Not Public... Possible DB Error?

    I'm curious if you have resolved this? if the server worked fine at another physical location then it is most likely a network problem. On a dedicated machine I have a windows firewall rule allowing all ports and programs for my server IP. Granted this is a little different but you may consider this for testing purposes. If that does not work, I would check to see if the router/modem provided by your new ISP has a built in firewall and either disable or open your ports for the server.
  24. manOwar_AFD

    Server Not Public... Possible DB Error?

    Just trying to cover all basis since this was not mentioned, can you enable DMZ to 10.0.0.5 on the router? Have you checked to ensure your firewall is not blocking A3 to external networks?
  25. manOwar_AFD

    [Updated] ExileReborn - A complete survival package

    It is still working, there is more editing to do now with the new Exile 1.0.3