Search results

  1. Sabbath

    Duplicate Entry SQL

    you need to first delete the entry you have in instance_buildings with that ID, looks like your using ID 100, do a search for that in the "Instance_building" table, delete it, then goto your "Buildings" table and delete your ID 100 which is the military barracks class name. when uploading to the...
  2. Sabbath

    SARGE AI Framework - Public Release

    yea i had been trying to get ASR_AI working for awhile, you need to upload it via FTP to your addons directory and put your newly edited settings file in the root Arma 2 directory on your server under "userconfig/asr_ai/asr_ai_settings.hpp" Unfortunately for me i host from Dayz.ST and after bit...
  3. Sabbath

    Unbanned Vehicle List (by ARMA2_OA_Build_102678)(ie without rMod)

    its true, ive seen hackers shooting AA ammo from a glock or Enfield before, there is really not much you can do, this is the joy of Arma 2 and Dayz being client side, there will always be a bypass. but in the end i figure people running a private hive should have more selection over vehicles...
  4. Sabbath

    Unbanned Vehicle List (by ARMA2_OA_Build_102678)(ie without rMod)

    i really hope they will allow more freedom over the banlists, at this point in time in the mod / game with standalone and arma 3 around the corner that people are already coding why hold out anymore, when the banlists are simply a guy choosing whats cool or OP, so now the hundreds or thousands...
  5. Sabbath

    Anyone else with this spawn problem?

    yea having the same issue, sometimes get TPed back to where you first logged in, loot and zombie buggy, having to goto lobby and come back in to trigger them sometimes, speaking of which anyone know how to tone down the zombie spawns? amount/respawns? the new mechanics are pretty relentless when...
  6. Sabbath

    =BTC= Fast Rope

    easy way is to "select all" make a new file in notepad ++, paste it, then do a Search for specific words that might relate to that mod/problem "Error" is a good example :)
  7. Sabbath

    =BTC= Fast Rope

    on your contorl panel, you see "View Logs" click that and goto "Move to higher level directory" or whatever it is, you shoudl see the file there, arma2oaserver.RPT
  8. Sabbath

    =BTC= Fast Rope

    Yea im runing Sarge's AI pakage, i have not noticed any problems, AI still spawn, only time i have fallen and hurt myself was when heli pilot pulled up out of range mid fast rope and i broke my leg, it did give me the msg through that he flew away. as for AI problems, check your RPT file for...
  9. Sabbath

    =BTC= Fast Rope

    in your =BTC=_fast_roping_init.sqf change line 9 to } foreach (nearestObjects [[3000,3000,0], BTC_roping_chopper, 50000]); and replace your =BTC=_functions.sqf with BTC_deploy_rope = { hint "Rope deployed"; _veh = vehicle player; _veh setVariable ["BTC_rope",1,true]; if...
  10. Sabbath

    WORKING - Siphon Fuel Script

    I am having trouble aswell Manatee
  11. Sabbath

    InCombat logout punishment

    could you potentially play a sound clip or Display a text on screen with this aswell?
  12. Sabbath

    Adding new buildings and them not sitting right: a cry for help

    try putting this in the init by double clicking the object you will see the entry box under the list in editor, i think this is the line not sure though this setPos [getPos this select 0, getPos this select 1, 0]
  13. Sabbath

    SARGE AI Framework - Public Release

    hey, i apologize haven't posted an update on testing, RL stuff came up. Though i must say very nice update Sarge, on some recent testings i have as well noticed coming back after you die in the same spot you originally logged in, doesn't happen all the time, but a friend runs a Takistan server...
  14. Sabbath

    DayZ DinnerBell

    having trouble getting this to work, ive tried both AirAlarmSfx and Sirene_EP1, aswell tried adding it to vehicle with "Sound_alarm2" a tip from Shinkicker on another thread (http://opendayz.net/index.php?threads/dayz-sound-effect-editing.6852/#post-11025) put in new world loc, but still...
  15. Sabbath

    InCombat logout punishment

    "USEC_isCardiac" maybe? not sure, gonna do some tests
  16. Sabbath

    100% Custom Loot tables - TUTORIAL

    if we have already modified our server_spawnCrashSite.sqf, just revert it back to default and use this method?
  17. Sabbath

    SARGE AI Framework - Public Release

    im on dayz.st as well you have a RPT file, goto "view logs" on your CP, click "Up to higher level directory" and you should see the file there
  18. Sabbath

    Custom Loot Spawns Fail

    try adding them to Instance_deployable instead of instance_building, roughly the same method, create the ID/classname in Deployable, then add the ID and details in Instance_deployable table, make up the other ones jsut add 1000 to the front of the ID sequence, find your or another Owner ID under...
  19. Sabbath

    Adding tents to a map with supplies

    anyone know if its possible to add a inventory to an object? i was trying to add a small food stand and put beans/steak/coke in it under instance_deployables, it spawned but i couldn't interact with it, i am sure there is more to it, i just switched it back to a ammo box i know is has a...
  20. Sabbath

    SARGE AI Framework - Public Release

    using the default chernarus grid Sarge
Back
Top