imax Posted April 3, 2015 Report Share Posted April 3, 2015 I have problem, in console server Only Setvariable Restriction #0 Any ideas? Link to comment Share on other sites More sharing options...
imax Posted April 3, 2015 Report Share Posted April 3, 2015 This is impossible to config for my..... Setvariable Restriction #0 Gem Link to comment Share on other sites More sharing options...
Richie Posted April 3, 2015 Report Share Posted April 3, 2015 I have problem, in console server Only Setvariable Restriction #0 Any ideas? Easy fix, see Link to comment Share on other sites More sharing options...
KingRaymond795 Posted April 4, 2015 Report Share Posted April 4, 2015 I agee with Richie, But Richie, thats not an easy fix, its more of a "how to" guide. image add the following to your setvariable.txt: line 1 (actually line 0) read Richi's link to understand how it works. !"gem" Link to comment Share on other sites More sharing options...
lander123 Posted April 4, 2015 Report Share Posted April 4, 2015 is there any solution for setdamage "epoch_male_f" kick? #0 0.350000 2:2880 Epoch_Male_F #0 0.350000 2:2880 Epoch_Male_F #0 0.700394 2:4127 Epoch_Male_F #0 1.172835 2:1588 Epoch_Male_F my setdamge rule: 5 "" !="" !="Sapper_Charge_Ammo" !="SapperB_Charge_Ammo" !="Epoch_Sapper_F" !="Epoch_SapperB_F" !"Epoch_Male_F" !"Epoch_Female_F" !"Epoch_" !"_zombie" zombies are spawning fine, but if a zombie kill/hurt a human, then everybody else will be kicked from server. Link to comment Share on other sites More sharing options...
noscopejedi Posted April 5, 2015 Report Share Posted April 5, 2015 this broke my server so badly i had to start from scratch and reinstall every scripts ! and from what iv read on the past posts i wouldn't bother with it till is fully fixed. Link to comment Share on other sites More sharing options...
classified787 Posted April 5, 2015 Report Share Posted April 5, 2015 I am trying to run this on my Cherno server, Checked RPT files and it shows it is loading, does not crash my server, I can join just like normal but no zombies ever spawn. I have gone around the map for an hour to different towns and just wondered around but nothing. I get no errors at all, and all my other stuff is running normal on the server. Roaming AI, AI missions. Look forward to when this can be fully functional and hopefully I can get it working. Link to comment Share on other sites More sharing options...
unerground2 Posted April 11, 2015 Report Share Posted April 11, 2015 any update on this? Would really like to know how to spawn them a better way or is there a different way to spawn them? really need more than 5 zombies per town :( Link to comment Share on other sites More sharing options...
BoleParty Posted April 12, 2015 Report Share Posted April 12, 2015 saaalüüüüü Link to comment Share on other sites More sharing options...
BoleParty Posted April 12, 2015 Report Share Posted April 12, 2015 saaalüüüüü this was posted by my wife while i was outside to have a cigarette...she thought that might be funny or whatever...i apologize Link to comment Share on other sites More sharing options...
KingRaymond795 Posted April 13, 2015 Report Share Posted April 13, 2015 this was posted by my wife while i was outside to have a cigarette...she thought that might be funny or whatever...i apologize why wasn't she in the kitchen? :P Link to comment Share on other sites More sharing options...
BoleParty Posted April 13, 2015 Report Share Posted April 13, 2015 why wasn't she in the kitchen? :P this my friend is a good question....i will ask her when shes back from work tonight^^ Link to comment Share on other sites More sharing options...
hakimos00 Posted April 13, 2015 Report Share Posted April 13, 2015 hi, i have zombie spawns in rpt but i didnt find them on the map "map altis" "Added [9187.95,15947.8,-124.829] - Spawned Zombies: [[3687.78,13776.1,-10.7639],[10966.5,13435.3,-28.4601],[9287.66,15858.1,-120.663],[9187.95,15947.8,-124.829]]" any idea or help ? edit: i found them & they killed me when i m in god mod & they blocked the area :) & the server Link to comment Share on other sites More sharing options...
Fleischer111 Posted April 15, 2015 Report Share Posted April 15, 2015 I was able to make my zombies look like zombies https://www.youtube.com/watch?v=r5SBC4JPjzs I used Infected script as the platform http://forums.bistudio.com/showthread.php?181485-Infected-Script-by-Gulozwood You will need golozwood's additional skins as well https://drive.google.com/file/d/0B2eMttqo9un-eGtQZUNqYVVQQjQ/edit?usp=sharing When you spawn a zombie with your server-side script you need to set the face on each MP client. To do that you will need to send Z object as a public variable _object = infectedattacker createUnit ["O_soldier_F",_buildingPos, [], 1, "PRIVATE"]; missionNamespace setVariable ["infected", _object]; publicVariable "infected"; Then on your mission side I have a handler init.sqf: [] execVM "custom\remote.sqf"; MPMissions\epoch.MSKE\custom\remote.sqf: if(!isDedicated) then { setZomboyFace = { _me = _this; _chosenFace = ["zombi","zomboy"] call BIS_fnc_selectRandom; //diag_log format["_me=%1",_me]; _me setFace _chosenFace; _mimic = ["dead","danger","hurt"] call BIS_fnc_selectRandom; _me setMimic _mimic; enablesentences false; _me setObjectMaterial [0, "A3\Characters_F\Common\Data\basicbody_injury.rvmat"]; }; "infected" addPublicVariableEventHandler {(_this select 1) call setZomboyFace;}; }; Can someone explain to me again ....?do not understand it completely Link to comment Share on other sites More sharing options...
KingRaymond795 Posted April 18, 2015 Report Share Posted April 18, 2015 this my friend is a good question....i will ask her when shes back from work tonight^^ what was the verdict ? :P BoleParty 1 Link to comment Share on other sites More sharing options...
BoleParty Posted April 18, 2015 Report Share Posted April 18, 2015 it might be a forum rules violation if i would repeat the words she used when i asked her^^ KingRaymond795 1 Link to comment Share on other sites More sharing options...
KingRaymond795 Posted April 20, 2015 Report Share Posted April 20, 2015 BWHAHAHA!! BoleParty 1 Link to comment Share on other sites More sharing options...
BoleParty Posted April 20, 2015 Report Share Posted April 20, 2015 BWHAHAHA!! you know da ladies :) Link to comment Share on other sites More sharing options...
PAR4NA Posted April 23, 2015 Report Share Posted April 23, 2015 it still work in 0.3.0.2? Link to comment Share on other sites More sharing options...
KingRaymond795 Posted April 24, 2015 Report Share Posted April 24, 2015 it still work in 0.3.0.2? Hi PAR4NA, follow my steps outlined you should be fine (chernarus though). I have 2 servers both running 0302 and this working perfectly on there Link to comment Share on other sites More sharing options...
psychosis Posted April 27, 2015 Report Share Posted April 27, 2015 run at altis map... but.. spawned only in 1 place .. with 1 skin .. and without face zombie skin.. 23:25:37 "Added [8625.13,18301.6,-179.297] - Spawned Zombies: [[8625.13,18301.6,-179.297]]" 23:29:31 "Added [8625.13,18301.6,-179.297] - Spawned Zombies: [[8625.13,18301.6,-179.297]]" 22:58:43 "Added [8625.13,18301.6,-179.297] - Spawned Zombies: [[8625.13,18301.6,-179.297]]" ... Link to comment Share on other sites More sharing options...
knights†emplar Posted April 28, 2015 Report Share Posted April 28, 2015 Script called real Zombies known issues - zombies do no look exactly like zombies ha ha! Gold! DeltaUKA 1 Link to comment Share on other sites More sharing options...
mumys Posted April 28, 2015 Report Share Posted April 28, 2015 Hi great work, everything is fine here on Chernarus. But where to you set the trigger to spawn them in citys. I would like to use something like "NearRoads 2 or "nearestBuilding 20" is that possible ? Thanks, Mumys Link to comment Share on other sites More sharing options...
Longshot03XX Posted May 13, 2015 Report Share Posted May 13, 2015 Got it to work for my chernarus server thanks to blckeagls and the rest of the community for posting their fixes in the forum. Wished the zombies actually looked like zombies though, but overall great script!!! Link to comment Share on other sites More sharing options...
Brinik Posted May 20, 2015 Report Share Posted May 20, 2015 hi, is it possible to make spawn zombies at a choosen location? Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now