Jump to content

cen

Member
  • Posts

    1706
  • Joined

  • Last visited

  • Days Won

    14

Posts posted by cen

  1. You post thisRight after I posted this quote from a Epoch dev.

    This, ladies and gentlemen, is ignorance in its purest form.

    Greez KiloSwiss

     

    You call it ignorance, I call it history and evolution of DayZ, Epoch A2 and now Epoch A3.

     

    If you can't see that, then you are the ignorant one, or perhaps you don't run servers that have players?

     

    I'd love to see some "hardcore survival" servers with actual players/stats to prove this "survival experience."

  2. @echo off
    
    :Settings
    set scriptpath=C:\Program Files\Steam\SteamApps\Common\Arma 2 Operation Arrowhead\scripts\
    set mysqlpath=C:\Program Files\MySQL\MySQL Server 5.6\bin
    
    :Run Cleanup SQL
    cd /d "%mysqlpath%"
    echo Deleting damaged objects...
    mysql -h 127.0.0.1 -u USERNAME -pPASSWORD -D DATABASE< "%scriptpath%"\NAMEOFSQLFILE.sql
    ping 127.0.0.1 -n 15 >NUL
    echo Successful... I think.
    ping 127.0.0.1 -n 10 >NUL
    
  3. 	class ItemORP {type = "trade_items";buy[] = {1,"ItemGoldBar10oz"};sell[] = {5,"ItemGoldBar"};};
    	class ItemTNK {type = "trade_items";buy[] = {1,"ItemGoldBar10oz"};sell[] = {5,"ItemGoldBar"};};
    	class ItemLRK {type = "trade_items";buy[] = {1,"ItemGoldBar10oz"};sell[] = {5,"ItemGoldBar"};};
    	class ItemAVE {type = "trade_items";buy[] = {1,"ItemGoldBar10oz"};sell[] = {5,"ItemGoldBar"};};
    
×
×
  • Create New...