Jump to content

ARC_Solo

Member
  • Posts

    118
  • Joined

  • Last visited

Reputation Activity

  1. Like
    ARC_Solo reacted to BetterDeadThanZed in Dart v1.1   
    A little late reply to this topic, but Dart 2.0 was released about 3 weeks ago: http://forums.dayzgame.com/index.php?/topic/68933-dart-a-lightweight-dayz-and-arma-rcon-tool-v20-16092014
  2. Like
    ARC_Solo got a reaction from Digger in Australian Servers?   
    Just wondering if there are any plans in the near futures (obviously going to happen at some point) for more Australian Servers to Test on.
    Currently, there is 1 Vert hosting server which is 40/40 nearly 24/7.
     
    I'm in a clan of 30-40 people all dying to get on and test it out.
     
    As with most Australian clans we'll put our hands up and would be more than happy to host multiple Whitelist servers for the Australian Epoch community.
    All you need do is ask. :) 
     
  3. Like
    ARC_Solo reacted to Axle in Extortion and the joys of ARMA: Update v2   
    Small update to the exploit. I think we got their attention.
     

  4. Like
    ARC_Solo got a reaction from calamity in [Release] 3.0 Door Management - No More Codes   
    Gone over all of it again, followed all the steps but the "Manage door" link doesn't open the Door management and "manual combo" doesn't show up when clicked.
     
    Fixed manual code
    In doorUnlock.hpp replace Zupa Button4 with
     
    class ZupaButton_4 : RscShortcutButton { idc = -1; text = "Manual Code"; x = 0.40 * safezoneW + safezoneX; y = 0.50 * safezoneH + safezoneY; style = 2; w = 0.20; onButtonClick = "call player_enterCode"; };
  5. Like
    ARC_Solo reacted to Rocu in [Release] Transfer Money from ATM   
    What does this script do?
    Title says it all - transfer currency from your bank to any other online player's bank Takes in account player's bank limit and 'donatorlist' that Zupa made in variables.sqf You can activate this script anywhere you want, just call out it's main file transfer_dialog.sqf  
     
     
    What do I need for this addon?
    Zupa's + Soul's  
     
     
    Download
     
    Download available here! [GitHub]
     
    Mirror link available here! [upload.ee]
     
     
     
    Screenshots
     



     
     
     
    Installation
     
    Download and extract the files from link provided above
      UnPbo/extract your mission's .pbo file
      Copy the transfer folder to: \YourMission\gold\
    So the path should look something like this: \Arma 2 Operation Arrowhead\MPMissions\DayZ_Epoch_11.Chernarus\gold\transfer\
      Open file description.ext from your mission's root folder

    Add to the bottom of the file:
    // Single Currency money transfer addon by Rocu #include "gold\transfer\transfer_dialog.hpp" Save & close description.ext
      Open your custom fn_selfActions.sqf (you should have a custom one because Single Currency's installation requires it)

    Find:
    if (s_bank_dialog2 < 0) then { s_bank_dialog2 = player addAction ["Bank ATM", "gold\bank_dialog.sqf",_cursorTarget, 3, true, true, "", ""]; }; Add below:
    if (s_bank_dialog3 < 0) then { s_bank_dialog3 = player addAction ["Transfer Money", "gold\transfer\transfer_dialog.sqf",_cursorTarget, 3, true, true, "", ""]; }; Find:
    } else { player removeAction s_bank_dialog2; s_bank_dialog2 = -1; Add below:
    player removeAction s_bank_dialog3; s_bank_dialog3 = -1; Find:
    player removeAction s_bank_dialog; s_bank_dialog = -1; player removeAction s_bank_dialog2; s_bank_dialog2 = -1; Add below:
    player removeAction s_bank_dialog3; s_bank_dialog3 = -1; Re-pack your mission folder
     
    Note! When making a transition the script asks for confirmation (see screenshots). If you want to disable that second confirmation window follow these steps:
     
    Open transfer_dialog.sqf and change this:
    ConfirmTransfer = true; to this:
    ConfirmTransfer = false; That's it!
     
     
    For Infistar's Anti-Hack users, you might need to add this as well:
     



     
     
     
     
    Additional notes
     
    Technically the transition window can be called from anywhere, as mentioned above. You just need to call the main script transfer_dialog.sqf. For example for those who have 'Online banking' enabled at their safes you can add this there as well. Admins can just activate it from their admin tools, etc etc.
     
    And as usual, make back-ups of everything when you apply new scripts. 
  6. Like
    ARC_Solo reacted to Zupa in Additional heli's   
    CALAMATY:
     
    in server_monitor.sqf  
    Under: clearWeaponCargoGlobal  _object; clearMagazineCargoGlobal  _object; // _object setVehicleAmmo DZE_vehicleAmmo add this  just change to the vehicle you want //BTR40_MG_TK_GUE_EP1 remove ammo if (_object isKindOf "BTR40_MG_TK_GUE_EP1") then { _object removeMagazine "50Rnd_127x107_DSHKM"; _object removeMagazine "50Rnd_127x107_DSHKM"; _object removeMagazine "50Rnd_127x107_DSHKM"; _object removeMagazine "50Rnd_127x107_DSHKM"; _object removeMagazine "50Rnd_127x107_DSHKM"; }; to add a weapon just  _object addWeapon "DSHKM"; to add magazine _object addMagazine "50Rnd_127x107_DSHKM"; to completely remove weapon  _object removeWeapon "DSHKM"; Do the same in the publishVehicles.sqf in your server compile   here is the class name for all vehicles and weapon classnames. http://community.bis..._Static_Weapons   Original Topic by calamati.
  7. Like
    ARC_Solo reacted to Zupa in [RESOLVED] in banking menu, default amount is prepopulated with "1"   
    gold/bacnk_dialog.hpp
    class moneyEdit : Life_RscEdit { idc = 2702; colorText[] = {0.8784,0.8471,0.651,1}; text = "1"; sizeEx = 0.030; x = 0.4; y = 0.41; w = 0.2; h = 0.03; }; change text value to
    text = "";
  8. Like
    ARC_Solo got a reaction from xBowBii in Taviana 2.0 database grid -> gps grid ?   
    Didn't know this was possible. Cheers, will help me a bit on Tavi
  9. Like
    ARC_Solo got a reaction from dealex911 in Error "This server is running a incorrect version of the serverside application. You can not play on this server. If you are the server admin... "   
    You're running the Beta.
      =====================================================================
    == C:\Users\Dealex\Desktop\DatZ test\Expansion\beta\arma2oaserver.exe
    == "Expansion\beta\arma2oaserver.exe" -port=2302 "-config=instance_11_Chernarus\config.cfg" "-cfg=instance_11_Chernarus\basic.cfg" "-profiles=instance_11_Chernarus" -name=instance_11_Chernarus "-mod=@DayZ_Epoch;@DayZ_Epoch_Server;"
    =====================================================================   Delete your Beta Folder. And edit your batch to launch from the normal one
  10. Like
    ARC_Solo reacted to Tyler in [PROJECT] Gold Coin based Single Currency & Banking System   
    I would like to take this time and ask a moderator to create a forum category in ArmA 2 DayZ Mod: Epoch - Custom Scripting called "Single Currency Project" - or something similar as this has now become a large epochmod community project with several questions and support needed.
     
    One forum post is not enough :P 
     
    Thanks for your time.
  11. Like
    ARC_Solo got a reaction from Oddy-B in Shortcut to luach directly into a server   
    Copy your "addons" folder from Arma2 to your Arma 2 OA Dictonary 
     
    Steam\steamapps\common\Arma 2\AddOns
    To
    Steam\steamapps\common\Arma 2 Operation Arrowhead\AddOns
     
    Fixed it for me
×
×
  • Create New...