Repentz

Member
  • Content count

    65
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Everything posted by Repentz

  1. Repentz

    Advanced Server Rules [For XM8]

    This can be put on your basic XM8 tablet if you know what you're doing, but the guide i'll be making is for the advanced Xm8 Here: http://exile.majormittens.co.uk/topic/9040-xm8-apps/ The menu can be as complex or full as you want; you can scroll down to see more of it ingame. Preview: Downloads: https://www.dropbox.com/s/al32ignokoeow4b/rules.sqf?dl=0 Install: 1. Place the 'rules' in your 'xm8Apps\Apps' folder 2. Open XM8Apps_Init and edit this to your liking: //App 1 _app1Text = "Info"; _app1Logo = "xm8Apps\images\rules.paa"; app1_action = { execVM"xm8Apps\Apps\rules.sqf"; }; Image will not be provided so make your own, obviously edit the rules to match your own, the links in the script will take you to the web-page you link when clicked ingame.
  2. Repentz

    [Release] (Bounties) Most Wanted

    Thanks, forgot to add it in.
  3. Repentz

    [Release] (Bounties) Most Wanted

    Getting this for some reason. I am on Apex preview. http://images.akamai.steamusercontent.com/ugc/489020127315255854/C25D8C74DAB2EE5A293D40DC36267C49A89C39E8/
  4. Repentz

    [XM8 App] Apoc's Airdrop Assistance

    Any reason the actual airdrop would not come in on tanoa? I call in the drop, it says 90 seconds, nothing shows up.
  5. I'm trying to make a seatbelt script, if you go inside and scrollwheel to put it on it enables seatbelt, you scrollwheel to take it off aswell, but my problem is when players jump out and back in they still have it. here's what is supposed to fix it: I need it to call when a player is outside a vehicle to turn the variable to false. while {true} do { if (!(vehicle player) isKindOf "Car" && ex_seatbelt) then { ex_seatbelt = false; }; };
  6. Repentz

    "Arma 3 Forsaken Mod" ???

    He never created Desolation, Optix did and he did advertisement for it. Did he say he developed for it or? I was talking to optix when he was in early development of DayZero which he changed the name to desolation later on, but he recently told me he gave the mod up to infistar and MGT.
  7. I'm getting connecting failed when players try to join? only when i set up my rcon to run it doesn't load properly and kicks anyone who tries to join, when rcon isn't running it does not.
  8. Repentz

    Car wheel salvage

    You can remove tires off vehicles in safezones, and they don't disappear, then you can sell them. Thank my players for finding this.
  9. Repentz

    [RELEASE] Spawn Restriction Based On Corpse Location

    You can actually die in one location, spawn in another, die there, and spawn back in the first location. Unfortunately people abuse this.
  10. Repentz

    [Release] XM8 Repair Mate

    Any feedback on this script so far?
  11. Repentz

    Possible hacker, or not?

    Solved: It was the set 3d marker from exile with custom control 2. I saw this pop up for one person specifically over the course of 12 hours. I was almost certain it was a hack, but now another player has popped up with the same error. Is this a hack or is it an error from exile? #2 "ss,_mode] + _fncFile; uinamespace setvariable [ _fncName, compileFinal _fncFile ]; }; if (!cheatsEnabled || (cheatsEnabled && " Update: My players who had this told me they changed their custom control key 2 (the 3d waypoint thing) and when they press it that happens.
  12. Repentz

    Possible hacker, or not?

    I went on the server and used my custom key 2 to set a marker, then it kicked me, same as they had. There is 44 people on our server now so it doesn't make sense really, and it's not like im hacking on my own server.
  13. Repentz

    Possible hacker, or not?

    Yeah i have no clue why it was catching this, oh well.
  14. Repentz

    Possible hacker, or not?

    Fuck if i know lol, but I'm not running any hacks, yet when i go ingame and press Q (my custom key 2 for 3d markers) it kicks me for this error.
  15. Repentz

    strange line in log that didn't result in kick

    Had same problem, it was the set 3d marker from exile with custom control 2. I would recommend not banning people for this, unless somehow I'm wrong even though i tested it several times.
  16. Repentz

    Possible hacker, or not?

    Update: My players who had this told me they changed their custom control key 2 (the 3d waypoint thing) and when they press it that happens. Update 2: This proved to be true, it was the set 3d marker from exile with custom control 2.
  17. Repentz

    Possible hacker, or not?

    Yes i use infistar, but this doesn't really make sense that it's a cheat since the two people who had this log are more or less idiots and have played with us for awhile.
  18. This is the basis of the error: _step = _this select 2; _result = _fromValue + _step * (_toValue - _fromVa> 0:41:33 Error position: <_fromValue + _step * (_toValue - _fromVa> 0:41:33 Error Undefined variable in expression: _fromvalue 0:41:33 File exile_client\code\ExileClient_util_math_lerp.sqf, line 16 0:41:33 Error in expression <ming) then { _environmentTemperature = _environmentTemperature + (getNumber (_t> 0:41:33 Error position: <_environmentTemperature + (getNumber (_t> 0:41:33 Error Undefined variable in expression: _environmenttemperature 0:41:33 File exile_client\code\ExileClient_object_player_stats_updateTemperature.sqf, line 30 0:41:33 Error in expression <0.1) then { _movementInfluence = (37 - _bodyTemperature) * (1 - (_bodyWetness *> 0:41:33 Error position: <_bodyTemperature) * (1 - (_bodyWetness *> 0:41:33 Error Undefined variable in expression: _bodytemperature 0:41:33 File exile_client\code\ExileClient_object_player_stats_updateTemperature.sqf, line 104 0:41:33 Error in expression <agnitude (velocity player))/6.4; }; if (_bodyTemperature < 37) then { _regulati> 0:41:33 Error position: <_bodyTemperature < 37) then { _regulati> 0:41:33 Error Undefined variable in expression: _bodytemperature 0:41:33 File exile_client\code\ExileClient_object_player_stats_updateTemperature.sqf, line 106 0:41:33 Error in expression <eratureConfig >> "daytimeTemperature")) select (date select 3); _toDayTimeTemper> 0:41:33 Error position: <select (date select 3); _toDayTimeTemper> 0:41:33 Error Zero divisor
  19. Repentz

    Error when near bases

    Here's the error, not sure what is causing it, BUT i know it only happens when you get close to a base. Will provide more info if needed, i have tried everything to fix this, and I haven't even touched this file. 16:08:34 Error in expression <{ _itemClassName = _x select 0; }; if !(_itemClassName isEqualTo "") then { _lis> 16:08:34 Error position: <_itemClassName isEqualTo "") then { _lis> 16:08:34 Error Undefined variable in expression: _itemclassname 16:08:34 File exile_client\code\ExileClient_util_containerCargo_list.sqf, line 39
  20. Repentz

    Error when near bases

    Yes it did, it made it so you can't sell items from vehicles to the store, which is lame. but the problem it made is much worse imo, i just opted out to make all attachments 1 poptab sellprice.
  21. Repentz

    Attachment "duping" in 0.9.35

    Do not do this, it will give you an error when you go near bases. 16:08:34 Error in expression <{ _itemClassName = _x select 0; }; if !(_itemClassName isEqualTo "") then { _lis> 16:08:34 Error position: <_itemClassName isEqualTo "") then { _lis> 16:08:34 Error Undefined variable in expression: _itemclassname 16:08:34 File exile_client\code\ExileClient_util_containerCargo_list.sqf, line 39
  22. Repentz

    Error when near bases

    Edit: fixed it for myself, it resolved in a override for a "ExileClient_gui_traderDialog_updateInventoryDropdown.sqf" which i edited to remove selling of items in vehicles for the purpose of stopping players from duping attachments.
  23. Repentz

    Error when near bases client side.

    posted in wrong section sorry. Here's the error, not sure what is causing it, BUT i know it only happens when you get close to a base. Will provide more info if needed, i have tried everything to fix this, and I haven't even touched this file. 16:08:34 Error in expression <{ _itemClassName = _x select 0; }; if !(_itemClassName isEqualTo "") then { _lis> 16:08:34 Error position: <_itemClassName isEqualTo "") then { _lis> 16:08:34 Error Undefined variable in expression: _itemclassname 16:08:34 File exile_client\code\ExileClient_util_containerCargo_list.sqf, line 39
  24. Repentz

    Advanced Server Rules [For XM8]

    You're correct, let's go to the AL forums to do that since that's all it is over there now adays
  25. From what i heard this is happening to everyone on this version? I am running on version: _14-01-2016_06-43- Start Param: "-mod=@Exile;@ExileServer;@infiSTAR_Exile;@enigma_exile;" RPT: http://pastebin.com/G5anFfB1 No infistar log files obviously (Ban log IS created when player is banned though) Yes, i have set up infistar on ~15 different servers so i'm sure i set it up correctly for the most part, unless i'm wrong.