Jump to content

Achmed

Member
  • Posts

    1958
  • Joined

  • Last visited

  • Days Won

    9

Reputation Activity

  1. Like
    Achmed got a reaction from Chewy in Vilayer Server can't do anything   
    Apparently vilayer are training new support people and that's why it's taking so long...... i call bull $hit!

    They may be training people but no excuse for such long delays. They must be well under staffed.
  2. Like
    Achmed got a reaction from Chewy in Vilayer Server can't do anything   
    When i last had a big issue with my server i opened a ticket and jumped on there ts. when someone came on i got the impression that all there support staff are in USA so only respond during there local working hours.
  3. Like
    Achmed reacted to vbawol in Selling PBO Files pack 5 dollars   
    Selling of our server files even with others custom work is certainly not allowed here not to mention it is not allowed via the DML license.
  4. Like
    Achmed reacted to Sequisha in Current patch broke using alternate currency   
    There's a reason I made the gems, and they serve an additional purpose that doesn't directly correlate to a dollar or gold value.  It's cool that you found them and started using them for your own intent and purpose, but that doesn't make it our problem.  I would suggest considering why you have such a bloated economy.  Apologies that the new system broke what you guys were doing, but it has made trading for everyone overall much less of a hassle.

    This system has come a loooong way folks.  Epoch didn't start off with briefcases.  Does anyone remember having to max everything's price at 12 ten ounce gold bars?  Of course there's room for a higher tier currency, and that's something we're considering with the other ten billion things going on right now(including a3 Epoch *cough*).  My suggestion remains however, your economy is bloated...you may be injecting the world with too many valuable items, or their prices may be too rewarding within the scope of currency a player can hold.
  5. Like
    Achmed got a reaction from insertcoins in Need a scripter for my 50 slots dayz epoch server with infistar anti hack!   
    Seriously try it your self. I know the thought of doing it may put you off but im sure you can manage to follow simple instructions.

    its simply the case of

    Open correct file
    search for required part
    paste in new code
    save file

    Some of them require you to pull files from the dayz _ code pbo but again it's not hard it's just the case of changing where the files are linked to.
  6. Like
    Achmed got a reaction from Glenn in WAI / EMS   
    Both EMS and WAI have there pros and cons (have only used EMS but WAI sounds good and i may try it)
     
    On your own they are good systems but together you could do so much more. Why be in competition if you can work together for the grater good :)
  7. Like
    Achmed got a reaction from Randomness in Trader cities in the default Sauerland   
    i agree :)
  8. Like
    Achmed reacted to Fuchs in [EMS] 0.2.6 Epoch Mission System   
    Good NEWS got a reply !
     
    Buttface will help out adding DZAI !!!!!  :wub: 
     
    Buttface is the creator of the DayZ Bandit AI !!!!!  :wub: 
  9. Like
    Achmed reacted to OtterNas3 in [RELEASE] Build Snapping - Extended v1.6 (Updated 02/20/2014)   
    That behavior is normal.
    When you build without snapping they move also, tihis has todo with the "flat building fix" epoch applied so objects can be build straight and dont follow the ground level
  10. Like
    Achmed got a reaction from RIE_JACKTE in custom logo for players   
    http://community.bistudio.com/wiki/squad.xml
  11. Like
    Achmed got a reaction from antartis in custom logo for players   
    http://community.bistudio.com/wiki/squad.xml
  12. Like
    Achmed reacted to Kivuli in Server Admins we are looking for your feedback for 1.0.4   
    My most changed files are playeractions, compiles, and variables.
    Custom loot tables with a simple switch would rock.

    Everything else is just database gripes and thus not what you're looking for I'm guessing.
  13. Like
    Achmed got a reaction from JohnesNumb in server name   
    Im crap at thinking of good names (hence my user name on here lol) so can anyone give me some ideas for names please.

    Im in the uk so nothing related to other countrys either ;-)

    Also server is not set to a timezone it restarts every 6h at 2pm game time.

    Thanks in advance :-)
  14. Like
    Achmed reacted to Glenn in Epoch Cry Launcher - 1.0 [updated 20-10-2014]   
    I think for this _software_ to be trusted, you need to release the source code on Github, or a location where the code can be examined for key logging content.
     
    It is nothing personal against you, it is just that people have had bad experience with launchers.
  15. Like
    Achmed got a reaction from amandabif in Script needs   
    This may be what your after
     
    http://dayzepoch.com/forum/index.php?/topic/973-custom-debug-monitor/
     
    for the kit have a look here
     
    http://dayzepoch.com/wiki/index.php/Init.sqf
  16. Like
    Achmed got a reaction from amandabif in dedicated servers   
    if i wanted to get a dedicated server so i could host my own game server (servers), voice server and web server, what spec would i be looking at needing and how much would it cost roughly?
     
    can anyone recommend any?
  17. Like
    Achmed reacted to mimic in [EMS] Epoch Mission System - Release 0.2.1   
    Ya guys. Give us a few more days. I finally accomplished a major hurdle for the upcoming release that actually uses SargeAI and has all the fixes for 1.0.3.x
     
    Won't be long now.
  18. Like
    Achmed got a reaction from BushWookie in Spawn Zombies via SQF?   
    Cant remember who it was that helped me with this. This is not my work.
     
     
    save this as a .sqf file
    _zombletypes = [ "zZombie_Base", "z_worker1", "z_worker2", "z_worker3", "z_villager1", "z_villager2", "z_villager3", "z_suit1", "z_suit2", "z_soldier", "z_soldier_heavy", "z_soldier_pilot", "z_policeman", "z_teacher", "z_doctor", "z_hunter", "z_priest" ]; _zomblesposition = [13616.088,3153.3975,5.3405762e-005]; _i = 1; for "_i" from 1 to 30 do { _genzombles = _zombletypes call BIS_fnc_selectRandom; _agent = createAgent [_genzombles, _zomblesposition, [], 10, "NONE"]; _zombleselectedpos = getPosATL _agent; [_zombleselectedpos,_agent] execFSM "\z\addons\dayz_code\system\zombie_agent.fsm"; }; change coordinates and the amount of zombies to spawn in the above file.
     
     
     
     
     
    add this to the mission.sqm file where the markers go
    class Item16 { position[]={11787.4,0.001,12674.5}; a=14; b=14; activationBy="ANY"; repeating=1; interruptable=1; age="UNKNOWN"; name="ZombleSpawnTrigger"; expCond="(vehicle player) in thislist;"; expActiv="zomblespawnt = [] execVM ""map_addons\zombies\1.sqf"";"; expDesactiv="terminate zomblespawnt;"; class Effects { }; }; change the file location to where ever you save the file.
     
     
    I dont know if this works with 1.0.3.1 but it did work ok with 1.0.2.5
     
  19. Like
    Achmed got a reaction from Kind-Sir in What's your fps and hardware?   
    The only way to get a true indication on what hardware gives what fps is for all the settings to be the same also.
  20. Like
    Achmed reacted to Eegore in Contract Killing   
    Telling people to kill a guy isn't a "contract" killing, its whining.
     
      Contract killers get something in return.
  21. Like
    Achmed got a reaction from amandabif in Team Speak server   
    thanks :)
     
    was as simple as adding a A record in the dns with the ip of my ts server.
  22. Like
    Achmed got a reaction from JohnesNumb in Team Speak server   
    as crazy as it sounds im new to TS and even newer to hosting a TS server! until about a week or 2 ago i had never even used TS....
     
    can someone explain to me how i configure my server pls as i have it running now but don't really know what im doing with it.
     
    Also i have seen people using things like ts.beergamez.com (use bungles as it was the first i found in the loading screen thread), how do i set that up? i have my own domain, 1825dayzlater.co.uk so is it just a sub domain that redirects to the ip address?
     
     
  23. Like
    Achmed got a reaction from Agnia-reR in Team Speak server   
    as crazy as it sounds im new to TS and even newer to hosting a TS server! until about a week or 2 ago i had never even used TS....
     
    can someone explain to me how i configure my server pls as i have it running now but don't really know what im doing with it.
     
    Also i have seen people using things like ts.beergamez.com (use bungles as it was the first i found in the loading screen thread), how do i set that up? i have my own domain, 1825dayzlater.co.uk so is it just a sub domain that redirects to the ip address?
     
     
  24. Like
    Achmed got a reaction from amandabif in Vilayer   
    I believe vilayer and hfb both give full access to the files so they can be matched ;-)
  25. Like
    Achmed got a reaction from amandabif in SQL Clean Up   
    Im not big on mysql but i dont think it matters if its local or not as the function is placed in the database on the mysql server and so is no diffrrent then any data etc.
×
×
  • Create New...