Jump to content

wokkelwakker

Member
  • Posts

    135
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by wokkelwakker

  1. Destroying a vehicle isn't logged as far as i know.

     

    Accessing gear (doesn't matter if it's a vehicle, safe or shack etc.) Is logged in the hiveext log. The time, characterID and what they accessed & location of the object will be shown. You can then retrace the playerUID in your mysql database -> player_data table to see who actually did this.

  2. If that actual SQF would work you would be able to exec that in your mission module, without having to add it to the mission file.

    I am wondering what the server will do with spawned zeds when there are no players nearby though.

     

    It's triggered when a player is nearby, otherwise it shouldn't do anything.

     

    I never got this to work though :P Anyone did?

  3. hi! please help me!

     

    why this mission system with sarge bots so stupid on version epoch 1.0.3?? 

    when my server was on 1.0.2.5 they was much more difficult, they can saw players from 900m and start to shoot very fast.

    now i can run between bots and only after that they start shooting o,O

     

    !but! when i was in car near bots - they kill me in 3 seconds from 700m! and start to shoot me when i was in car very very very! aggressive! but only when with car!

     

    ps. and now no any patrols on server except heli.

    Same here

  4. So, the fix for the Missions worked fine for me, thank you vy3si :)

     

     

    in server_functions.sqf

     

    find this

    _keep = _x getVariable ["permaLoot",false];

    change to this

    _keep = (_x getVariable ["permaLoot",false]) || (_x getVariable ["Sarge",0] == 1) ;

    So now I'm testing the other part with my AI-Base ;)

     

    Seems to be working for me! Not 100% sure, but i haven't had any boxes despawn anymore so far.

  5. What cen says. I assume you know how to get out out of the dayz_code pbo and relink it in the init.sqf?

     

    And it doesn't interfere with the infistar antihack, unless you use the ingame weather control menu, which obviously will change the weather as it is supposed to do.

     

    The editing in the dynamicweathereffects.sqf speaks for itself i think, just check the file out :)

  6. This fix seemed to have worked for me. Vilayer actually told me about this fix/thread, but ofcourse thanks development for providing the hotfix :)

     

    It seems i have not even one issue left except one!(offtopic) Mission loot boxes are despawning. But i'm thinking it has something to do with the server_updateobject.sqf or server_cleanup.fsm file. Not sure how to fix this though.

     

    Other than this, i really love the 1.0.3. patch!

  7. You can select which channels you want in your description.ext mission file:

    disableChannels[]={0,2,6};
    

    See http://community.bistudio.com/wiki/Description.ext#disableChannels for a guide on which numbers do what..

     

    But doesn't this disable the chat within the removed channel as well?

     

    If it were at least still showing who actually is using the voice in sidechat, you could kick/ban them.

    I believe your name would be visible in the left bottom screen when you were using VOIP, but doesn't seem to be the case anymore.

    Someone knows how to let this show again?

  8. Nice to see that Fuchs, and now mimic as well are still working on this mission extension.

     

    If i can help with anything, please let me know again.

     

    The setup was pretty good, but there were some items etc. in it (you guys probably already know about) that aren't in vanilla epoch (items/vehicles really should be kept vanilla epoch to avoid compatibility issues etc.)

     

    The only thing where i can give you guys some backup at the moment are the wrong classnames (which you already know),

     

    and maybe change the "Accomplished mission text" from a few missions, so it isn't personal (because every player on the map sees this text, only a minor thing i guess)

     

     

    So for example change this:

    Good work you've secured the helicopter!
    

    into this:

    Survivors have secured the helicopter!
    

    Cheers

×
×
  • Create New...