Jump to content

NightHâwk

Member
  • Posts

    45
  • Joined

  • Last visited

Posts posted by NightHâwk

  1. Need a bit of help here, I am using single currency/coin and after doing the database trigger/fix for banking_data every time some one joins the server infistar says new player, even if they just go out to lobby and back in, any one else have this issue have had and know a fix please help would be greatly appreciated.  

     

    Sorry if this is the wrong section and/or this has been brought up before I have checked the forums for this and come up empty.

     

     

    Thanks. 

     
  2. In AH.sqf

    _fid = _afid find 'ItemBriefcase100oz';

    if (_fid > -1) then
    {
    _acfid = _infiSTAR select 3;
    _cfid = _acfid select _fid;
    if (_cfid >= 10) then            <<<<< Change the number here to exceed the number of briefs that are in your boxes
    {

    _object setPosATL [_pos select 0,_pos select 1,(_pos select 2)+45];

  3. the problem is when you put in the unpacked version of server PBO something about the gold coin system is causing vilayers system to mess up and not pack it correctly thus giving the errors, I know what your saying THEbbokie, and logic says that would work but it was not the case for me.

     

    you end up with a different unpacked version in your dayz_epoch, then the packed version that is inside the @DayZEpochServer Folder

     

    Edit: And you can not make changes in @DayZEpochServer Folder, it will look like it took the changes at first but a simple start of the server maybe even a refresh will default it back.

  4. both are yeses

    I am guessing you downloaded pre setup pbo's, in this case with vilayer you need to provide vilayer with the packed version of the server PBO just like you provided them the HiveExt.dll, give them the packed server pbo and tell them you need to make sure it is being used on your server, they will put it in for you... trust me do what i have said here and you will get in your server.

  5. to enable look in config.sqf for the following:

     

    static_missions = false; // use static mission file
    custom_per_world = false; // use a custom mission file per world
     
    change static_missions = false; // use static mission file  To static_missions = true; // use static mission file
     
    That will enable static spawns in your default.sqf
  6. Nope. The directions say to put it under allowConnection.

    Hmm then this from the latest version says what exactly?

     

    Installation Instructions

    • Unpack dayz_server.pbo
    • Open the download and extract the WAI folder to your dayz_server directory
    • In server_monitor.sqf find allowConnection = true; add above ExecVM "\z\addons\dayz_server\WAI\init.sqf";
    • Repack dayz_server.pbo

     

    this is a copy paste from: 

  7. I am not sure if I have done something wrong here but here it goes.

     

    I downloaded your version of singlecurrency using your pbo's and all and im having issues with currency saving, some times it gets wiped and sometimes it will go to a negative number

    I have tried every fix available on these forums, that were not already implemented and still no luck, created trigger in DB, changed BankSaldo to allow null and default 0.....

     

    any other ideas? need to see a log? if so what log?

  8. https://github.com/f3cuk/WICKED-AI/tree/master

     

    Instructions:

     

    Unpack your server pbo

    Add the WAI folder to your server pbo.

    In server_monitor.sqf, under "allowConnection = true;" add this: ExecVM "\z\addons\dayz_server\WAI\init.sqf";

    Repack your server pbo and upload it to your server. Done.

     

    There's nothing else required. You can edit the config files found in the WAI folder if you'd like, or just go with the default settings.

    Pretty sure   ExecVM "\z\addons\dayz_server\WAI\init.sqf";   would go above? like:

     

    ExecVM "\z\addons\dayz_server\WAI\init.sqf";

    allowConnection = true

  9. Ass the topic title,i was download  WICKED AI 2.1.4,but I don't know how add that to my server(p.s i was add above ExecVM "\z\addons\dayz_server\WAI\init.sqf to my dayz_server.pbo.What should I do next? How do I set up the AI, and make them appear on my server?)

    Who is your server host?

  10. How can I contact you? By e-mail

    I only have one requirement to be able to help people and that is that they join my teamspeak so i can talk to them teamspeak 3 server at: ts55.light-speed.com:4176

     

    even if you do not have a mic, i can still provide instruction and guidance via voice with you just typing to me. 

     

    /Edit: if it was a simple block of code then of course I would look at it if you posted it and help you find the error.

×
×
  • Create New...