Jump to content

luggz

Members
  • Content Count

    254
  • Joined

  • Last visited

Community Reputation

9 Neutral

4 Followers

About luggz

  • Rank
    Survivor

Recent Profile Visitors

2484 profile views
  1. luggz

    -=Vg=- Victory Gamerz Recruiting

    VICTORY GAMERZ DAYZ SA SERVER OPEN AIRDROP TRADERS BUILD ANYWHERE NO DESTROY BASE 162.246.48.7:2302
  2. Ok I went throught this whole post and tried everything here and cant get it to work and no error about scheduler or BEC in any log files please take a few moments to review my cfg and .bat. Config.cfg [Bec] Ip = 127.0.0.1 Port = 2302 BePath = C:\DayZServer\battleye Admins = Admins.xml Commands = Commands.xml LogDir = Config #Scheduler = C:\DayZServer\battleye\Bec\Config\Scheduler.xml <------ tested this to see it would work and did not [Misc] # Only allow english chars. AsciiNickOnly = True # Kick players who has listed chars in their name DisallowPlayerNameChars = ё,я,ш,е,р,т,ы,у,и,о,п,ю,щ,э,а,с,д,ф,г,ч,й,к,л,ь,ж,з,х,ц,в,б,н,м,ъ,Ё,Я,Ш,Е,Р,Т,Ы,У,И,О,П,Ю,Щ,Э,А,С,Д,Ф,Г,Ч,Й,К,Л,Ь,Ж,З,Х,Ц,В,Б,Н,М,Ъ ServerExeName = DayZServer_x64.exe Color = 0f ConsoleHeight = 65 ConsoleWidth = 100 Timeout = 60 Scheduler = Scheduler.xml AsciiChatOnly = False WordFilterFile = BadWords.txt #WhiteListFile = WhiteList.txt #WhileListKickMsg = You are not in the whitelist. NickFilterFile = BadNames.txt ChatChannelFiles = false MinPlayerNameLength = 3 MaxPlayerNameLength = 20 SlotLimit = 120 SlotLimitKickMsg = The Server has reached its player limit. Ban = 3 .bat @echo off TITLE DayZ SA Server - Status COLOR 0A :: Variables:: ::DayZServer_64.exe path set DAYZ-SA_SERVER_LOCATION="C:\DayZServer" ::Bec.exe path set BEC_LOCATION="C:\DayZServer\battleye\Bec" :::::::::::::: echo Agusanz goto checksv pause :checksv tasklist /FI "IMAGENAME eq DayZServer_x64.exe" 2>NUL | find /I /N "DayZServer_x64.exe">NUL if "%ERRORLEVEL%"=="0" goto checkbec cls echo Server is not running, taking care of it.. goto killsv :checkbec tasklist /FI "IMAGENAME eq Bec.exe" 2>NUL | find /I /N "Bec.exe">NUL if "%ERRORLEVEL%"=="0" goto loopsv cls echo Bec is not running, taking care of it.. goto startbec :loopsv FOR /L %%s IN (30,-1,0) DO ( cls echo Server is running. Checking again in %%s seconds.. timeout 1 >nul ) goto checksv :killsv taskkill /f /im Bec.exe taskkill /f /im DayZServer_x64.exe goto startsv :startsv cls echo Starting DayZ SA Server. timeout 1 >nul cls echo Starting DayZ SA Server.. timeout 1 >nul cls echo Starting DayZ SA Server... cd "%DAYZ-SA_SERVER_LOCATION%" start DayZServer_x64.exe -config=serverDZ.cfg -port=2302 -dologs -adminlog -netlog -freezecheck -noFilePatching -BEpath=C:\DayZServer\battleye -profiles=C:\DayZServer\PlayerLogs -mod=@RPCFramework;ZomBerry;@KillFeed;@AirdropRedux;@NotificationFramework;@BuilderItems;@Trader FOR /L %%s IN (45,-1,0) DO ( cls echo Initializing server, wait %%s seconds to initialize Bec.. timeout 1 >nul ) goto startbec :startbec cls echo Starting Bec. timeout 1 >nul cls echo Starting Bec.. timeout 1 >nul cls echo Starting Bec... timeout 1 >nul cd "%BEC_LOCATION%" start Bec.exe -f Config.cfg goto checksv BEServer_x64.cfg RConPassword #MY PASSWORD WAS HERE # RestrictRCon 0 #1 or 0 <------ ? 1 or 0? I tried both RConPort 2302 RConIP 0.0.0.0 <---- MY IP like from WHATSMYIP.com or my local ip of the machine? 127.0.0.1? or 192.#.#.# ? Scheduler.xml <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <Scheduler> <!-- Repeating messages every 15 minutes --> <!-- <job id="0"> <time>000500</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>-1</loop> <cmd>say -1 ADD MESSAGE HERE</cmd> <cmdtype>0</cmdtype> </job> --> <!-- this job will start at 08:00:00 (8 am) and will repeat itself every 15 min forever for defined days --> <job id='0'> <day>1,2,3,4,5,6,7</day> <start>00:00:20</start> <runtime>000200</runtime> <loop>-1</loop> <cmd>say -1 job:5 forever</cmd> </job> <job id="1"> <time>00:00:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>1</loop> <cmd>say -1 TESTING</cmd> <cmdtype>0</cmdtype> </job> <job id="2"> <time>00:01:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>1</loop> <cmd>say -1 TESTING</cmd> <cmdtype>0</cmdtype> </job> <job id="3"> <time>003600</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>-1</loop> <cmd>say -1 ADD MESSAGE HERE</cmd> <cmdtype>0</cmdtype> </job> <job id="4"> <time>004500</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>-1</loop> <cmd>say -1 This server restarts every 3 hours</cmd> <cmdtype>0</cmdtype> </job> <!-- End repeat messages --> <!-- 06:00 restart --> <job id="5"> <time>05:55:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 This server will restart in 5 minutes</cmd> <cmdtype>0</cmdtype> </job> <job id="6"> <time>05:59:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 This server will restart in 1 minute</cmd> <cmdtype>0</cmdtype> </job> <job id="7"> <time>06:00:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>#shutdown</cmd> <cmdtype>0</cmdtype> </job> <!-- End 06:00 restart --> <!-- 09:00 restart --> <job id="8"> <time>08:55:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 This server will restart in 5 minutes</cmd> <cmdtype>0</cmdtype> </job> <job id="9"> <time>08:59:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 This server will restart in 1 minute</cmd> <cmdtype>0</cmdtype> </job> <job id="10"> <time>09:00:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>#shutdown</cmd> <cmdtype>0</cmdtype> </job> <!-- End 09:00 restart --> <!-- 12:00 restart --> <job id="11"> <time>11:55:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 This server will restart in 5 minutes</cmd> <cmdtype>0</cmdtype> </job> <job id="12"> <time>11:59:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 This server will restart in 1 minute</cmd> <cmdtype>0</cmdtype> </job> <job id="13"> <time>12:00:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>#shutdown</cmd> <cmdtype>0</cmdtype> </job> <!-- End 12:00 restart --> <!-- 15:00 restart --> <job id="14"> <time>14:55:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 This server will restart in 5 minutes</cmd> <cmdtype>0</cmdtype> </job> <job id="15"> <time>14:59:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 This server will restart in 1 minute</cmd> <cmdtype>0</cmdtype> </job> <job id="16"> <time>15:00:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>#shutdown</cmd> <cmdtype>0</cmdtype> </job> <!-- End 15:00 restart --> <!-- 18:00 restart --> <job id="17"> <time>17:55:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 This server will restart in 5 minutes</cmd> <cmdtype>0</cmdtype> </job> <job id="18"> <time>17:59:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 This server will restart in 1 minute</cmd> <cmdtype>0</cmdtype> </job> <job id="19"> <time>18:00:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>#shutdown</cmd> <cmdtype>0</cmdtype> </job> <!-- End 18:00 restart --> <!-- 21:00 restart --> <job id="20"> <time>20:55:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 This server will restart in 5 minutes</cmd> <cmdtype>0</cmdtype> </job> <job id="21"> <time>20:59:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 This server will restart in 1 minute</cmd> <cmdtype>0</cmdtype> </job> <job id="22"> <time>21:00:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>#shutdown</cmd> <cmdtype>0</cmdtype> </job> <!-- End 21:00 restart --> <!-- 00:00 restart --> <job id="23"> <time>23:55:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 This server will restart in 5 minutes</cmd> <cmdtype>0</cmdtype> </job> <job id="24"> <time>23:59:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 This server will restart in 1 minute</cmd> <cmdtype>0</cmdtype> </job> <job id="25"> <time>00:00:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>#shutdown</cmd> <cmdtype>0</cmdtype> </job> <!-- End 00:00 restart --> <!-- 03:00 restart --> <job id="26"> <time>02:55:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 This server will restart in 5 minutes</cmd> <cmdtype>0</cmdtype> </job> <job id="27"> <time>02:59:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 This server will restart in 1 minute</cmd> <cmdtype>0</cmdtype> </job> <job id="28"> <time>03:00:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>#shutdown</cmd> <cmdtype>0</cmdtype> </job> <!-- End 03:00 restart --> </Scheduler>
  3. luggz

    -=Vg=- Victory Gamerz Recruiting

    We have added a second server to the list.......... Victory Gamerz is seeking new players for Dayz game play and group play for teaming up, we are seeking from ages 15+ that will be a team player. we have a TS3 server victorygamerz.clants.net:6613 we also run Day of defeat source server along with two BF4 Servers. Please visit http://www.victorygamerz.com to apply. ABOUT US We are a group dedicated to the enjoyment of on-line gaming the -=Vg=- is an community with maturity and respect as a premium requirement. Juveniles, child like behavior and cheaters have consistently ruined the enjoyment and the spirit of the game, so we decided to form our own gaming community to eliminate as much as possible of these undesirable elements. -=Vg=- does not tolerate cheating in any form or trouble makers who feel that public game servers are their forum to make public spectacles of themselves. The -=Vg=- Council and its Members are extremely vigilant against all forms of cheating and foul play. Therefore, accusations of -=Vg=- members cheating will not be well received. Please be respectful to everyone who plays on our server's. Honor, Respect, Maturity and Teamwork is what it takes to be a member of the -=Vg=-. All members are encouraged to give input into the future and direction in the growth of Victory Gamerz. Victory Gamerz is a online gaming clan and community (not ran by strict clan bs rules) for mature players to have fun and enjoy the entertainment of online gaming with friends and family to come and play with others in online gaming for PC,Xbox,PS3. Since 2009-2010 the gaming industry has fallen off the charts for most active industry in the work we are here to help get this environment going again. From 1999 to 2009 the gaming industry was booming with over 4 billion players now we have half that. Victory Gamerz is about the people not the power hungry admin, over ego maniacs that have strict rules this is a laid back type Clan/community open to all gamers for on line gaming. REQUIREMENTS Required but not enforced to have just to join -=Vg=- * Steam * Ventrilo * Origin * Xfire * Teamspeak WHAT WE OFFER Best Friendly memberships and online gaming through a dedicated server. Player Groups for a number of games. Teamspeak server for you, friends and members to join us and chat while you play. Respect and rewards that come randomly and surprisingly. Teamspeak3 Server victorygamerz.clants.net:6613 * We support Consoles * Your a small clan and would like to come to -=Vg=- for more members/ friends to play with at any time. * No age restrictions * Hassle free no long term commitment. * No discrimination's * No commitments (we understand family time and or if you just was some game time a few times a week.) * No enforcing players to a certain way to play your game, you bought it not us or anyone else. * Play at your own pace but as a team at the same time. * Gain permissions to make server and admin decisions. HOW TO APPLY Sign up at www.victorygamerz.com please be sure to read here if you are interested in being a -=Vg=- member Sign up @ http://victorygamerz.com to gain forums access......... View the following Topics. Things you should know before joining -=Vg=- http://victorygamerz...You-Should-Know How do i join -=Vg=- http://victorygamerz...ow-do-I-join-Vg -=Vg=- Application http://victorygamerz...s.php?do=forms (you must register before applying) We would be glad you have chosen to be a part of our community Our mission and goal is to provide a place where gamers from all over the world, of all calibers, can meet in a friendly and fun atmosphere and gain values such as friendship, and to many of us, family. Victory Gamerz foundation rests on honor, loyalty, and integrity. This is what we build upon. We put heavy emphasis on maturity, fair play, helping others, and having a fun and competitive gaming experience for all to enjoy. What follows is the product of many months of on and off discussions, with many members, and many hours of thought and research. This is a true reorganization of Victory Gamerz. This is being done for the following four reasons: 1) To provide Victory Gamerz members with more active "leaders" to help solve and resolve any problems. 2) To create landmarks for our membership to use for advancement with in our family. 3) To create a more just system for entering into this community, but also, advancement with in Victory Gamerz. 4) To provide a atmosphere to Victory Gamerz, not just a few members. All the best, -=Vg=- Council
  4. luggz

    -=Vg=- Victory Gamerz Recruiting

    We have a Dayz SA Server Public up and running -=Vg=- Victory Gamerz |24/7 DAY | Loot | Survivors & RP Welcome Address: 64.94.95.154 Port: 2500 We have two ARMA3 servers up and running one Altis wastelands and one stratis wastelands both have extended save times, and many mods such as deploy air drop, grass cutter, TOW and AI Altis wastelands -=Vg=- Victory Gamerz Wastelands | Extended Save | $5000 Start Address: 103.195.100.219 Port: 2350 Stratis wastelands -=Vg=- Victory Gamerz|Wastelands Address: 192.254.71.229 Port: 8302
  5. luggz

    -=Vg=- Victory Gamerz Recruiting

    Check us out at http://www.victorygamerz.com or join our TS3 server, victorygamerz.clanvent.com:6613 awesome group good times, we are like brothers here come join us on Teamspeak and get to know us. REQUIREMENTS * Ages 13 and up * TeamSpeak 3 * Mic * Steam TS3 Server victorygamerz.clants.net Main Web Site http://victorygamerz.com/ Application http://victorygamerz...ms/forms.php?do Facebook https://www.facebook...ctorygamerzclan Add me on Steam victorygamerz TS RULES DO NOT DISRESPECT -=Vg=- MEMBERS OR OTHER GUEST, MIC SPAM, USE RACIST COMMENTS OR PROFANITY. MOST OF ALL HAVE FUN WITH -=Vg=-
  6. luggz

    -=Vg=- Victory Gamerz Recruiting

    Victory Gamerz Is Back To Dayz SA DAYZ STAND ALONE SERVER Victory Gamerz has returned to Dayz SA Victory Gamerz is seeking new players for Dayz game play and group play for teaming up, we are seeking from ages 15+ that will be a team player. we have a TS3 server victorygamerz.clants.net we also run Day of defeat source server along with two BF4 Servers. Please visit http://www.victorygamerz.com to apply. ABOUT US We are a group dedicated to the enjoyment of on-line gaming the -=Vg=- is an community with maturity and respect as a premium requirement. Juveniles, child like behavior and cheaters have consistently ruined the enjoyment and the spirit of the game, so we decided to form our own gaming community to eliminate as much as possible of these undesirable elements. -=Vg=- does not tolerate cheating in any form or trouble makers who feel that public game servers are their forum to make public spectacles of themselves. The -=Vg=- Council and its Members are extremely vigilant against all forms of cheating and foul play. Therefore, accusations of -=Vg=- members cheating will not be well received. Please be respectful to everyone who plays on our server's. Honor, Respect, Maturity and Teamwork is what it takes to be a member of the -=Vg=-. All members are encouraged to give input into the future and direction in the growth of Victory Gamerz. Victory Gamerz is a online gaming clan and community (not ran by strict clan bs rules) for mature players to have fun and enjoy the entertainment of online gaming with friends and family to come and play with others in online gaming for PC,Xbox,PS3. Since 2009-2010 the gaming industry has fallen off the charts for most active industry in the work we are here to help get this environment going again. From 1999 to 2009 the gaming industry was booming with over 4 billion players now we have half that. Victory Gamerz is about the people not the power hungry admin, over ego maniacs that have strict rules this is a laid back type Clan/community open to all gamers for on line gaming. REQUIREMENTS Required but not enforced to have just to join -=Vg=- * Steam * Ventrilo * Origin * Xfire * Teamspeak WHAT WE OFFER Best Friendly memberships and online gaming through a dedicated server. Player Groups for a number of games. Teamspeak server for you, friends and members to join us and chat while you play. Respect and rewards that come randomly and surprisingly. Teamspeak3 Server victorygamerz.clants.net * We support Consoles * Your a small clan and would like to come to -=Vg=- for more members/ friends to play with at any time. * No age restrictions * Hassle free no long term commitment. * No discrimination's * No commitments (we understand family time and or if you just was some game time a few times a week.) * No enforcing players to a certain way to play your game, you bought it not us or anyone else. * Play at your own pace but as a team at the same time. * Gain permissions to make server and admin decisions. HOW TO APPLY Sign up at www.victorygamerz.com please be sure to read here if you are interested in being a -=Vg=- member Sign up @ http://victorygamerz.com to gain forums access......... View the following Topics. Things you should know before joining -=Vg=- http://victorygamerz.com/forum/forumdisplay.php?38-Things-You-Should-Know How do i join -=Vg=- http://victorygamerz.com/forum/showthread.php?8-How-do-I-join-Vg -=Vg=- Application http://victorygamerz.com/forum/forms.php?do=forms (you must register before applying) We would be glad you have chosen to be a part of our community Our mission and goal is to provide a place where gamers from all over the world, of all calibers, can meet in a friendly and fun atmosphere and gain values such as friendship, and to many of us, family. Victory Gamerz foundation rests on honor, loyalty, and integrity. This is what we build upon. We put heavy emphasis on maturity, fair play, helping others, and having a fun and competitive gaming experience for all to enjoy. What follows is the product of many months of on and off discussions, with many members, and many hours of thought and research. This is a true reorganization of Victory Gamerz. This is being done for the following four reasons: 1) To provide Victory Gamerz members with more active "leaders" to help solve and resolve any problems. 2) To create landmarks for our membership to use for advancement with in our family. 3) To create a more just system for entering into this community, but also, advancement with in Victory Gamerz. 4) To provide a atmosphere to Victory Gamerz, not just a few members. All the best, -=Vg=- Council
  7. Victory Gamerz Is Back To Dayz SA DAYZ STAND ALONE SERVER -=Vg=- Victory Gamerz #1 | 24/7 Day | High Loot | Friendly | DAYZ OVERPOCH ARMA II -=Vg=- Victory Gamerz|OverPoch|SlowZed|AI|Coins|Snap+vec|Missions|Recruiting MODS: JAEM, Coins, Central Lock, Snap Build, Build Vectors, AI Missions, Roaming AI, SlowZeds, Door Management, DZGM, ESS EXILE ALTIS -=Vg=- Victory Gamerz|PVE|@MAS|CUP|ASDG|AI|Loot Events UPDATE: Added AI missions, and increased cars The server is running the following mods that are up to date. @CUP Weapons http://www.armaholic...ge.php?id=27489 @MAS Weapons http://www.armaholic...ge.php?id=21912 @MAS Vehicles Version http://www.armaholic...ge.php?id=27652 @TRYK Uniforms http://www.armaholic...ge.php?id=26661 @RHSUSAF http://www.armaholic...ge.php?id=27139 @RHSAFRF http://www.armaholic...ge.php?id=27139 You will need to download these mods to join and play our server as needed. NOT all of thr RHS has been added to the traders but will be added soon!! **PVE SERVER ONLY, TEAM UP AND FIGHT AI** **NO BUILDING ON MILITARY BASES IT WILL BE DELETED** **15 DAY PROTECTION, NO SAVING IN TRADERS, IT WILL BE DELETED** **PAY PROTECTION, DRIVE YOUR VEHICLES OR ITEMS ARE WIPED IN 15 DAYS** Join Us & Be Part Of A Family Admin Are Luggz, Kyzen, Buck & YukonMan Join -=Vg=- and you Get 5000 Pop Tops and 1 Care Package Victory Gamerz has returned to Dayz SA PLEASE REFER TO THIS LINK https://forums.dayzg...h/#entry2317041 Victory Gamerz is seeking new players for Dayz game play and group play for teaming up, we are seeking from ages 15+ that will be a team player. we have a TS3 server victorygamerz.clants.net:6613 we also run Day of defeat source server along with two BF4 Servers. Please visit http://www.victorygamerz.com to apply. ABOUT US We are a group dedicated to the enjoyment of on-line gaming the -=Vg=- is an community with maturity and respect as a premium requirement. Juveniles, child like behavior and cheaters have consistently ruined the enjoyment and the spirit of the game, so we decided to form our own gaming community to eliminate as much as possible of these undesirable elements. -=Vg=- does not tolerate cheating in any form or trouble makers who feel that public game servers are their forum to make public spectacles of themselves. The -=Vg=- Council and its Members are extremely vigilant against all forms of cheating and foul play. Therefore, accusations of -=Vg=- members cheating will not be well received. Please be respectful to everyone who plays on our server's. Honor, Respect, Maturity and Teamwork is what it takes to be a member of the -=Vg=-. All members are encouraged to give input into the future and direction in the growth of Victory Gamerz. Victory Gamerz is a online gaming clan and community (not ran by strict clan bs rules) for mature players to have fun and enjoy the entertainment of online gaming with friends and family to come and play with others in online gaming for PC,Xbox,PS3. Since 2009-2010 the gaming industry has fallen off the charts for most active industry in the work we are here to help get this environment going again. From 1999 to 2009 the gaming industry was booming with over 4 billion players now we have half that. Victory Gamerz is about the people not the power hungry admin, over ego maniacs that have strict rules this is a laid back type Clan/community open to all gamers for on line gaming. REQUIREMENTS Required but not enforced to have just to join -=Vg=- * Steam * Ventrilo * Origin * Xfire * Teamspeak WHAT WE OFFER Best Friendly memberships and online gaming through a dedicated server. Player Groups for a number of games. Teamspeak server for you, friends and members to join us and chat while you play. Respect and rewards that come randomly and surprisingly. Teamspeak3 Server victorygamerz.clants.net:6613 * We support Consoles * Your a small clan and would like to come to -=Vg=- for more members/ friends to play with at any time. * No age restrictions * Hassle free no long term commitment. * No discrimination's * No commitments (we understand family time and or if you just was some game time a few times a week.) * No enforcing players to a certain way to play your game, you bought it not us or anyone else. * Play at your own pace but as a team at the same time. * Gain permissions to make server and admin decisions. HOW TO APPLY Sign up at www.victorygamerz.com please be sure to read here if you are interested in being a -=Vg=- member Sign up @ http://victorygamerz.com to gain forums access......... View the following Topics. Things you should know before joining -=Vg=- http://victorygamerz...You-Should-Know How do i join -=Vg=- http://victorygamerz...ow-do-I-join-Vg -=Vg=- Application http://victorygamerz...s.php?do=forms (you must register before applying) We would be glad you have chosen to be a part of our community Our mission and goal is to provide a place where gamers from all over the world, of all calibers, can meet in a friendly and fun atmosphere and gain values such as friendship, and to many of us, family. Victory Gamerz foundation rests on honor, loyalty, and integrity. This is what we build upon. We put heavy emphasis on maturity, fair play, helping others, and having a fun and competitive gaming experience for all to enjoy. What follows is the product of many months of on and off discussions, with many members, and many hours of thought and research. This is a true reorganization of Victory Gamerz. This is being done for the following four reasons: 1) To provide Victory Gamerz members with more active "leaders" to help solve and resolve any problems. 2) To create landmarks for our membership to use for advancement with in our family. 3) To create a more just system for entering into this community, but also, advancement with in Victory Gamerz. 4) To provide a atmosphere to Victory Gamerz, not just a few members. All the best, -=Vg=- Council
  8. luggz

    -=Vg=- Victory Gamerz Recruiting

    Victory Gamerz Is Back To Dayz SA DAYZ STAND ALONE SERVER -=Vg=- Victory Gamerz #1 | 24/7 Day | High Loot | Friendly | DAYZ OVERPOCH ARMA II -=Vg=- Victory Gamerz|OverPoch|SlowZed|AI|Coins|Snap+vec|Missions|Recruiting MODS: JAEM, Coins, Central Lock, Snap Build, Build Vectors, AI Missions, Roaming AI, SlowZeds, Door Management, DZGM, ESS EXILE ALTIS -=Vg=- Victory Gamerz|PVE|@MAS|CUP|ASDG|AI|Loot Events UPDATE: Added AI missions, and increased cars The server is running the following mods that are up to date. @CUP Weapons http://www.armaholic...ge.php?id=27489 @MAS Weapons http://www.armaholic...ge.php?id=21912 @MAS Vehicles Version http://www.armaholic...ge.php?id=27652 @TRYK Uniforms http://www.armaholic...ge.php?id=26661 @RHSUSAF http://www.armaholic...ge.php?id=27139 @RHSAFRF http://www.armaholic...ge.php?id=27139 You will need to download these mods to join and play our server as needed. NOT all of thr RHS has been added to the traders but will be added soon!! **PVE SERVER ONLY, TEAM UP AND FIGHT AI** **NO BUILDING ON MILITARY BASES IT WILL BE DELETED** **15 DAY PROTECTION, NO SAVING IN TRADERS, IT WILL BE DELETED** **PAY PROTECTION, DRIVE YOUR VEHICLES OR ITEMS ARE WIPED IN 15 DAYS** Join Us & Be Part Of A Family Admin Are Luggz, Kyzen, Buck & YukonMan Join -=Vg=- and you Get 5000 Pop Tops and 1 Care Package Victory Gamerz has returned to Dayz SA PLEASE REFER TO THIS LINK https://forums.dayzg...h/#entry2317041 Victory Gamerz is seeking new players for Dayz game play and group play for teaming up, we are seeking from ages 15+ that will be a team player. we have a TS3 server victorygamerz.clants.net:6613 we also run Day of defeat source server along with two BF4 Servers. Please visit http://www.victorygamerz.com to apply. ABOUT US We are a group dedicated to the enjoyment of on-line gaming the -=Vg=- is an community with maturity and respect as a premium requirement. Juveniles, child like behavior and cheaters have consistently ruined the enjoyment and the spirit of the game, so we decided to form our own gaming community to eliminate as much as possible of these undesirable elements. -=Vg=- does not tolerate cheating in any form or trouble makers who feel that public game servers are their forum to make public spectacles of themselves. The -=Vg=- Council and its Members are extremely vigilant against all forms of cheating and foul play. Therefore, accusations of -=Vg=- members cheating will not be well received. Please be respectful to everyone who plays on our server's. Honor, Respect, Maturity and Teamwork is what it takes to be a member of the -=Vg=-. All members are encouraged to give input into the future and direction in the growth of Victory Gamerz. Victory Gamerz is a online gaming clan and community (not ran by strict clan bs rules) for mature players to have fun and enjoy the entertainment of online gaming with friends and family to come and play with others in online gaming for PC,Xbox,PS3. Since 2009-2010 the gaming industry has fallen off the charts for most active industry in the work we are here to help get this environment going again. From 1999 to 2009 the gaming industry was booming with over 4 billion players now we have half that. Victory Gamerz is about the people not the power hungry admin, over ego maniacs that have strict rules this is a laid back type Clan/community open to all gamers for on line gaming. REQUIREMENTS Required but not enforced to have just to join -=Vg=- * Steam * Ventrilo * Origin * Xfire * Teamspeak WHAT WE OFFER Best Friendly memberships and online gaming through a dedicated server. Player Groups for a number of games. Teamspeak server for you, friends and members to join us and chat while you play. Respect and rewards that come randomly and surprisingly. Teamspeak3 Server victorygamerz.clants.net:6613 * We support Consoles * Your a small clan and would like to come to -=Vg=- for more members/ friends to play with at any time. * No age restrictions * Hassle free no long term commitment. * No discrimination's * No commitments (we understand family time and or if you just was some game time a few times a week.) * No enforcing players to a certain way to play your game, you bought it not us or anyone else. * Play at your own pace but as a team at the same time. * Gain permissions to make server and admin decisions. HOW TO APPLY Sign up at www.victorygamerz.com please be sure to read here if you are interested in being a -=Vg=- member Sign up @ http://victorygamerz.com to gain forums access......... View the following Topics. Things you should know before joining -=Vg=- http://victorygamerz...You-Should-Know How do i join -=Vg=- http://victorygamerz...ow-do-I-join-Vg -=Vg=- Application http://victorygamerz...s.php?do=forms (you must register before applying) We would be glad you have chosen to be a part of our community Our mission and goal is to provide a place where gamers from all over the world, of all calibers, can meet in a friendly and fun atmosphere and gain values such as friendship, and to many of us, family. Victory Gamerz foundation rests on honor, loyalty, and integrity. This is what we build upon. We put heavy emphasis on maturity, fair play, helping others, and having a fun and competitive gaming experience for all to enjoy. What follows is the product of many months of on and off discussions, with many members, and many hours of thought and research. This is a true reorganization of Victory Gamerz. This is being done for the following four reasons: 1) To provide Victory Gamerz members with more active "leaders" to help solve and resolve any problems. 2) To create landmarks for our membership to use for advancement with in our family. 3) To create a more just system for entering into this community, but also, advancement with in Victory Gamerz. 4) To provide a atmosphere to Victory Gamerz, not just a few members. All the best, -=Vg=- Council
  9. luggz

    -=Vg=- Victory Gamerz Recruiting

    Victory Gamerz Is Back To Dayz SA DAYZ STAND ALONE SERVER -=Vg=- Victory Gamerz #1 | 24/7 Day | High Loot | Friendly | DAYZ OVERPOCH ARMA II -=Vg=- Victory Gamerz|OverPoch|SlowZed|AI|Coins|Snap+vec|Missions|Recruiting MODS: JAEM, Coins, Central Lock, Snap Build, Build Vectors, AI Missions, Roaming AI, SlowZeds, Door Management, DZGM, ESS EXILE ALTIS -=Vg=- Victory Gamerz|PVE|@MAS|CUP|ASDG|AI|Loot Events UPDATE: Added AI missions, and increased cars The server is running the following mods that are up to date. @CUP Weapons http://www.armaholic.com/page.php?id=27489 @MAS Weapons http://www.armaholic.com/page.php?id=21912 @MAS Vehicles Version http://www.armaholic.com/page.php?id=27652 @TRYK Uniforms http://www.armaholic.com/page.php?id=26661 @RHSUSAF http://www.armaholic.com/page.php?id=27139 @RHSAFRF http://www.armaholic.com/page.php?id=27139 You will need to download these mods to join and play our server as needed. NOT all of thr RHS has been added to the traders but will be added soon!! **PVE SERVER ONLY, TEAM UP AND FIGHT AI** **NO BUILDING ON MILITARY BASES IT WILL BE DELETED** **15 DAY PROTECTION, NO SAVING IN TRADERS, IT WILL BE DELETED** **PAY PROTECTION, DRIVE YOUR VEHICLES OR ITEMS ARE WIPED IN 15 DAYS** Join Us & Be Part Of A Family Admin Are Luggz, Kyzen, Buck & YukonMan Join -=Vg=- and you Get 5000 Pop Tops and 1 Care Package Victory Gamerz has returned to Dayz SA With -=Vg=- you have the option to join the clan of just be friends of the clan and play with us in DayZ, -=Vg=- does not enforce strict rules upon its members, we do not tell members in our DayZ group they have to play medic, sniper, etc etc, YOU PLAY HOW YOU LIKE TO! There is ranks but they are never used to look down on another player of a lower ranks. Our Rank system is purely for the clan and community structure nothing more. We are laid back and do not tolerate ass hats or over ego maniacs period. We are simply here to have fun and enjoy the games we play. Even if your not looking to join a clan we have outsiders that get just as much respect as we do for each other. -=Vg=- and the name Victory Gamerz is simply a name to be known by. (GAMERS all of who is equal and plays games) Check us out at http://www.victorygamerz.com or join our TS3 server, victorygamerz.clants.net:6613 awesome group good times, we are like brothers here come join us on Teamspeak and get to know us. REQUIREMENTS * Ages 13 and up (depending on maturity levels) * TeamSpeak 3 * Mic * Steam TS3 Server victorygamerz.clants.net:6613 Main Web Site http://victorygamerz.com/ Application http://victorygamerz...ms.php?do=forms Facebook https://www.facebook...ctorygamerzclan
  10. With -=Vg=- you have the option to join the clan of just be friends of the clan and play with us in DayZ, -=Vg=- does not enforce strict rules upon its members, we do not tell members in our DayZ group they have to play medic, sniper, etc etc, YOU PLAY HOW YOU LIKE TO! There is ranks but they are never used to look down on another player of a lower ranks. Our Rank system is purely for the clan and community structure nothing more. We are laid back and do not tolerate ass hats or over ego maniacs period. We are simply here to have fun and enjoy the games we play. Even if your not looking to join a clan we have outsiders that get just as much respect as we do for each other. -=Vg=- and the name Victory Gamerz is simply a name to be known by. (GAMERS all of who is equal and plays games) Check us out at http://www.victorygamerz.com or join our TS3 server, victorygamerz.clants.net:6613 awesome group good times, we are like brothers here come join us on Teamspeak and get to know us. REQUIREMENTS * Ages 13 and up (depending on maturity levels) * TeamSpeak 3 * Mic * Steam TS3 Server victorygamerz.clants.net:6613 Main Web Site http://victorygamerz.com/ Application http://victorygamerz...ms.php?do=forms Facebook https://www.facebook...ctorygamerzclan
  11. With -=Vg=- you have the option to join the clan of just be friends of the clan and play with us in DayZ, -=Vg=- does not enforce strict rules upon its members, we do not tell members in our DayZ group they have to play medic, sniper, etc etc, YOU PLAY HOW YOU LIKE TO! There is ranks but they are never used to look down on another player of a lower ranks. Our Rank system is purely for the clan and community structure nothing more. We are laid back and do not tolerate ass hats or over ego maniacs period. We are simply here to have fun and enjoy the games we play. Even if your not looking to join a clan we have outsiders that get just as much respect as we do for each other. -=Vg=- and the name Victory Gamerz is simply a name to be known by. (GAMERS all of who is equal and plays games) Check us out at http://www.victorygamerz.com or join our TS3 server, victorygamerz.clants.com:6613 awesome group good times, we are like brothers here come join us on Teamspeak and get to know us. REQUIREMENTS * Ages 13 and up (depending on maturity levels) * TeamSpeak 3 * Mic * Steam TS3 Server victorygamerz.clants.com:6613 Main Web Site http://victorygamerz.com/ Application http://victorygamerz...ms.php?do=forms Facebook https://www.facebook...ctorygamerzclan
  12. With -=Vg=- you have the option to join the clan of just be friends of the clan and play with us in DayZ, -=Vg=- does not enforce strict rules upon its members, we do not tell members in our DayZ group they have to play medic, sniper, etc etc, YOU PLAY HOW YOU LIKE TO! There is ranks but they are never used to look down on another player of a lower ranks. Our Rank system is purely for the clan and community structure nothing more. We are laid back and do not tolerate ass hats or over ego maniacs period. We are simply here to have fun and enjoy the games we play. Even if your not looking to join a clan we have outsiders that get just as much respect as we do for each other. -=Vg=- and the name Victory Gamerz is simply a name to be known by. (GAMERS all of who is equal and plays games) Check us out at http://www.victorygamerz.com or join our TS3 server, victorygamerz.clants.com:6613 awesome group good times, we are like brothers here come join us on Teamspeak and get to know us. REQUIREMENTS * Ages 13 and up (depending on maturity levels) * TeamSpeak 3 * Mic * Steam TS3 Server victorygamerz.clants.com:6613 Main Web Site http://victorygamerz.com/ Application http://victorygamerz...ms.php?do=forms Facebook https://www.facebook...ctorygamerzclan
  13. With -=Vg=- you have the option to join the clan of just be friends of the clan and play with us in DayZ, -=Vg=- does not enforce strict rules upon its members, we do not tell members in our DayZ group they have to play medic, sniper, etc etc, YOU PLAY HOW YOU LIKE TO! There is ranks but they are never used to look down on another player of a lower ranks. Our Rank system is purely for the clan and community structure nothing more. We are laid back and do not tolerate ass hats or over ego maniacs period. We are simply here to have fun and enjoy the games we play. Even if your not looking to join a clan we have outsiders that get just as much respect as we do for each other. -=Vg=- and the name Victory Gamerz is simply a name to be known by. (GAMERS all of who is equal and plays games) Check us out at http://www.victorygamerz.com or join our TS3 server, victorygamerz.clanvent.com:6613 awesome group good times, we are like brothers here come join us on Teamspeak and get to know us. REQUIREMENTS * Ages 13 and up (depending on maturity levels) * TeamSpeak 3 * Mic * Steam TS3 Server victorygamerz.clanvent.com:6613 Main Web Site http://victorygamerz.com/ Application http://victorygamerz...ms.php?do=forms Facebook https://www.facebook...ctorygamerzclan
  14. -=Vg=- Victory Gamerz|OverPoch|SlowZed|AI|Coins|Snap+vec|Missions|Recruiting 198.154.118.41:7302 Slow ZedsSnap Build with build vectorsCentral LockCustom Traders (still adding including black market)DZMSWAIDZAI (Roaming AI)LightsFast TradeTrade From CarsJAEMCoinsESS (enhanced spawn selection)Plot For LifeService PointsDZGM (Dayz group management)RF3 TowPlot ManagementDoor ManagementKill MsgDeploy Bike From Tool KitCDC BuildingCustom Loot Spawns In All Buildings300 Part BuildFast BuildMany more things are added and still being added to the server,Come check us out. Victory Gamerz is seeking new players for Dayz game play and group play for teaming up, we are seeking from ages 15+ that will be a team player. we have a TS3 server victorygamerz.clants.net:6613 we also run Day of defeat source server along with two BF4 Servers. Please visit http://www.victorygamerz.com to apply. ABOUT US We are a group dedicated to the enjoyment of on-line gaming the -=Vg=- is an community with maturity and respect as a premium requirement. Juveniles, child like behavior and cheaters have consistently ruined the enjoyment and the spirit of the game, so we decided to form our own gaming community to eliminate as much as possible of these undesirable elements. -=Vg=- does not tolerate cheating in any form or trouble makers who feel that public game servers are their forum to make public spectacles of themselves. The -=Vg=- Council and its Members are extremely vigilant against all forms of cheating and foul play. Therefore, accusations of -=Vg=- members cheating will not be well received. Please be respectful to everyone who plays on our server's. Honor, Respect, Maturity and Teamwork is what it takes to be a member of the -=Vg=-. All members are encouraged to give input into the future and direction in the growth of Victory Gamerz. Victory Gamerz is a online gaming clan and community (not ran by strict clan bs rules) for mature players to have fun and enjoy the entertainment of online gaming with friends and family to come and play with others in online gaming for PC,Xbox,PS3. Since 2009-2010 the gaming industry has fallen off the charts for most active industry in the work we are here to help get this environment going again. From 1999 to 2009 the gaming industry was booming with over 4 billion players now we have half that. Victory Gamerz is about the people not the power hungry admin, over ego maniacs that have strict rules this is a laid back type Clan/community open to all gamers for on line gaming. REQUIREMENTS Required but not enforced to have just to join -=Vg=- * Steam * Ventrilo * Origin * Xfire * Teamspeak WHAT WE OFFER Best Friendly memberships and online gaming through a dedicated server. Player Groups for a number of games. Teamspeak server for you, friends and members to join us and chat while you play. Respect and rewards that come randomly and surprisingly. Teamspeak3 Server victorygamerz.clants.net:6613 * We support Consoles * Your a small clan and would like to come to -=Vg=- for more members/ friends to play with at any time. * No age restrictions * Hassle free no long term commitment. * No discrimination's * No commitments (we understand family time and or if you just was some game time a few times a week.) * No enforcing players to a certain way to play your game, you bought it not us or anyone else. * Play at your own pace but as a team at the same time. * Gain permissions to make server and admin decisions. HOW TO APPLY Sign up at www.victorygamerz.com please be sure to read here if you are interested in being a -=Vg=- member Sign up @ http://victorygamerz.com to gain forums access......... View the following Topics. Things you should know before joining -=Vg=- http://victorygamerz...You-Should-Know How do i join -=Vg=- http://victorygamerz...ow-do-I-join-Vg -=Vg=- Application http://victorygamerz...s.php?do=forms (you must register before applying) We would be glad you have chosen to be a part of our community Our mission and goal is to provide a place where gamers from all over the world, of all calibers, can meet in a friendly and fun atmosphere and gain values such as friendship, and to many of us, family. Victory Gamerz foundation rests on honor, loyalty, and integrity. This is what we build upon. We put heavy emphasis on maturity, fair play, helping others, and having a fun and competitive gaming experience for all to enjoy. What follows is the product of many months of on and off discussions, with many members, and many hours of thought and research. This is a true reorganization of Victory Gamerz. This is being done for the following four reasons: 1) To provide Victory Gamerz members with more active "leaders" to help solve and resolve any problems. 2) To create landmarks for our membership to use for advancement with in our family. 3) To create a more just system for entering into this community, but also, advancement with in Victory Gamerz. 4) To provide a atmosphere to Victory Gamerz, not just a few members. All the best, -=Vg=- Council
  15. Check us out at http://www.victorygamerz.com or join our TS3 server, victorygamerz.clants.net:6613 awesome group good times, we are like brothers here come join us on Teamspeak and get to know us. Check out our post here on DayZ forums REQUIREMENTS * Ages 13 and up * TeamSpeak 3 * Mic * Steam TS3 Server victorygamerz.clants.net:6613 Main Web Site http://victorygamerz.com/ Application http://victorygamerz...ms/forms.php?do Facebook https://www.facebook...ctorygamerzclan Add me on Steam victorygamerz TS RULES DO NOT DISRESPECT -=Vg=- MEMBERS OR OTHER GUEST, MIC SPAM, USE RACIST COMMENTS OR PROFANITY. MOST OF ALL HAVE FUN WITH -=Vg=-
×