johnyboy2o11

Member
  • Content count

    86
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Everything posted by johnyboy2o11

  1. johnyboy2o11

    welcome script help plz

    Hi Everyone I've been setting up a server for 3 months now it's been really good fun and I've learned loads from all you scripter's so first off thank you 2 everyone on this forum. It's probably the most easiest fix I just can't figure it out lol Welcomemsg Script endLoadingScreen; [] spawn { _text1 = (format [ "<t color='%1' size='%2' font='%3'>%4</t><br/> <t color='%1' size='%2' font='%3'>%5</t><br/>", "#FFFFFF", 0.50, "OrbitronMedium", "Welcome to Exile Stoners Lounge", format["Good luck and have fun %1", name player] ]); [ _text1, 0.4, 0.5, 12, 5, 0, 24358+round(random 5) ] call BIS_fnc_dynamicText; _text2 = (format [ "<t color='%1' size='%2' font='%3'>%4</t><br/> <t color='%1' size='%2' font='%3'>%5</t><br/> <t color='%1' size='%2' font='%3'>%6</t><br/> <t color='%1' size='%2' font='%3'>%7</t><br/> <t color='%1' size='%2' font='%3'>%8</t><br/> <t color='%1' size='%2' font='%3'>%9</t><br/> <t color='%1' size='%2' font='%3'>%10</t><br/>", "#FFFFFF", 0.50, "OrbitronMedium", "Mods.", "Custom Traders.", "Custom Loadout.", "Personal Vehicle [Double Click Radio].", "Enigma Revive.", "Sell From Create [Create has 2 be Loaded in Vehicle].", "Service Re-Arm Repair.", "Anti-Theft [Safezone's].", "Tow-Lift Hack-Grind HaloJump AirDrop.", "Apps in XM8." ]); [ _text2, 0.4, 0.6, 7, 5, 0, 24358+round(random 5) ] call BIS_fnc_dynamicText; _text3 = (format [ "<t color='%1' size='%2' font='%3'>%4</t><br/> <t color='%1' size='%2' font='%3'>%5</t><br/> <t color='%1' size='%2' font='%3'>%6</t><br/>", "#FFFFFF", 0.50, "OrbitronMedium", "Exile puts new players in a default group.", "Make a Party in your XM8 to combat this." ]); [ _text3, 0.4, 0.7, 7, 2, 0, 24358+round(random 5) ] call BIS_fnc_dynamicText; _text4 = (format [ "<t color='%1' size='%2' font='%3'>%4</t><br/> <t color='%1' size='%2' font='%3'>%5</t><br/> <t color='%1' size='%2' font='%3'>%6</t><br/>", "#FFFFFF", 0.50, "OrbitronMedium", "Donate to help the server at www.ExileStonersLounge.com", "TS3: Coming Soon" ]); [ _text4, 0.4, 0.7, 7, 2, 0, 24358+round(random 5) ] call BIS_fnc_dynamicText; }; ExileClientIntroIsPlaying = false; true I added a new line so i copied text 2 section of the script to create a new line but the text appears with spaces instead of "Mods.", "Custom Traders.", "Custom Loadout.", "Personal Vehicle [Double Click Radio].", "Enigma Revive.", "Sell From Create [Create has 2 be Loaded in Vehicle].", "Service Re-Arm Repair.", "Anti-Theft [Safezone's].", "Tow-Lift Hack-Grind HaloJump AirDrop.", "Apps in XM8." all that fits in is "Mods.", "Custom Traders.", "Custom Loadout.", "Personal Vehicle [Double Click Radio].", "Enigma Revive.", "Sell From Create [Create has 2 be Loaded in Vehicle].", "Service Re-Arm Repair.", with spaces as above , I know it has something to do with the section below but am an idiot lol "<t color='%1' size='%2' font='%3'>%4</t><br/> <t color='%1' size='%2' font='%3'>%5</t><br/> <t color='%1' size='%2' font='%3'>%6</t><br/> <t color='%1' size='%2' font='%3'>%7</t><br/> <t color='%1' size='%2' font='%3'>%8</t><br/> <t color='%1' size='%2' font='%3'>%9</t><br/> <t color='%1' size='%2' font='%3'>%10</t><br/>", if anyone could help that would be awesome thanks
  2. johnyboy2o11

    New problem got me beat

    GolovaRaoul infiSTAR was the problem just needed updated thank's would of been the last thing I thought of.
  3. johnyboy2o11

    New problem got me beat

    Hekko I've been modding now for quite some time and did have an up and running 1.0.3 server on Tanoa map. After 8 months of creating and learning the ropes and plenty of headache's lol, I decided to have a rest. Now that I've had a break was going upload my server to a proper host site instead of Local Hosting for testing so I noticed where still on 1.0.3 but the Arma Server has been updated a few times i see. Anyway to the problem Armarserver.exe just keeps rebooting Server.rpt https://pastebin.com/3QVj01mB I have updated the server files and had some issues with keys to start with as mods have been updated was easy enough I just dont know what to do now please help Have tried my tonoa pbo the original and the original Malden even.
  4. johnyboy2o11

    Setting up multi server

    Hi all I have a working Tanoa server using xammp on local machine using ports 2302 and 2303 with 2309 for battleye How would I go about setting up another server on the same machine I know i'd have to setup another exile folder but how do i change the ports and what ports do i use also if i setup another database do i just call it exile2 or somthing else and do i have to rename the armaserver.exe if i'm running one for tanoa all ready. Cheers John ps ive tried once before but it loads both servers up when i run armaserver.exe and the second server just wont load says waiting on connection
  5. johnyboy2o11

    Setting up multi server

    Solved Had to make another user account and password in mysql instead of using the same one as the original server
  6. johnyboy2o11

    [SOLVED] Infistar v0083 - where to change Log_Path

    sweet m8 google is you friend haha
  7. johnyboy2o11

    How to add Axe to trader?

    Edit Config.cpp in your mpmissions map folder find class CfgExileArsenal and scroll down to tools, under tools find class Exile_Melee_Axe uncomment if need be and set price (ie) remove // at the front. now find class CfgTraderCategories scroll down to class tools by default the axe is not there so add it in at the bottom, remember the all important , like below "ItemGPS", "ItemMap", "ItemCompass", "ItemRadio", "ItemWatch", "Exile_Melee_Axe", "Exile_Item_XM8" you would do the same for anything you'd like to add like the defibrillator, normally i'd just cut the green commented out section add it to the list and remove the // at the front just make sure you do it it both sections CfgExileArsenal and CfgTraderCategories
  8. johnyboy2o11

    Getting kicked all the time

    Try deleting all the .rpt files in your arma3 appdata folder C:\Users\your_user\AppData\Local\Arma 3
  9. johnyboy2o11

    Setting up multi server

    Yeah cheers m8 but i've already done this if I change the port no server shows up however if I use 2302 it shows up. I've got my router firewall on dmz to allow all ports and even added 2312 and 2313 to my port forwarding aswell as firewall ports tcp and udp 2312 and 2313 in going and outgoing also added arma3server.exe to in and out too config https://pastebin.com/kaDkLwqA edb config https://pastebin.com/2UUB5hWC exile.ini https://pastebin.com/KN8Leuxh edb2 log https://pastebin.com/y0P430Bb autostartbat https://pastebin.com/JzS2xTua arma rpt https://pastebin.com/W2Mx76Zf server load working with 2302 https://pastebin.com/jm4XygCs thats all i could think of info for you's to maybe help cheers
  10. johnyboy2o11

    Setting up multi server

    bump anyone got any ideas please. created a new server folder E:/ExileMalden edited server start bat for directories and changed port to 2602 edited the exile.sql to exilemalden and loaded with no errors [exile] Type = MySQL Name = exilemalden Username = JohnyBoy Password = mypassword IP = 127.0.0.1 Port = 3306 minSessions = 2 idleTime = 60 ; Really should only use this if MySQL server is external. Also only for MySQL compress = false ; Recommend you turn this on http://dev.mysql.com/doc/refman/5.6/en/mysql-command-options.html#option_mysql_secure-auth Secure Auth = true server start bat loads fine but game does not show up in lan connect like the other one
  11. johnyboy2o11

    Adding vehicles/uniforms/weapons to trader

    If you'd like any help just PM me if you install teamviewer I can also show you how
  12. johnyboy2o11

    Adding vehicles/uniforms/weapons to trader

    Edit TRADERS/CfgTraders.hpp and remove the mods you don't use "PointerAttachments", "CUPPointerAttachments", "MASPointerAttachments", "R3FPointerAttachments", "RHSPointerAttachments", "BipodAttachments", //"APEXBipodAttachments", //not used "R3FBipodAttachments", "RHSBipodAttachments", "RHSForegripAttachments", "MuzzleAttachments", "APEXMuzzleAttachments", //"HLCMuzzleAttachments", //should use NIArms "CUPMuzzleAttachments", "MASMuzzleAttachments", "NIAMuzzleAttachments", "R3FMuzzleAttachments", "RHSMuzzleAttachments", "OpticAttachments", "APEXOpticAttachments", //"HLCOpticAttachments", //should use NIArms "CUPOpticAttachments", "MASOpticAttachments", "NIAOpticAttachments", "R3FOpticAttachments", "RHSOpticAttachments", "NIAAttachments", "Ammunition", "APEXAmmunition", "GREFAmmunition", //"HLCAmmunition", //should use NIArms "CUPAmmunition", "MASAmmunition", "NIAAmmunition", "R3FAmmunition", "RHSAmmunition", "Pistols", "APEXPistols", "CUPPistols", "MASPistols", "R3FPistols", "RHSPistols", "Shotguns", "SubMachineGuns", "APEXSubMachineGuns", "CUPSubMachineGuns", "MASSubMachineGuns", "R3FSubMachineGuns", "RHSSubMachineGuns", "LightMachineGuns", "APEXLightMachineGuns", //"HLCLightMachineGuns", //should use NIArms "CUPLightMachineGuns", "MASLightMachineGuns", "NIALightMachineGuns", "R3FLightMachineGuns", "RHSLightMachineGuns", "AssaultRifles", "APEXAssaultRifles", "HAPASSAULTRIFLES", //"HLCAssaultRifles", //should use NIArms "CUPAssaultRifles", "MASAssaultRifles", "NIAAssaultRifles", "R3FAssaultRifles", "RHSAssaultRifles", "GREFWeapons", "SniperRifles", "APEXSniperRifles", "HAPSNIPERRIFLES", //"HLCSniperRifles", //should use NIArms "HWPweapons", "CUPSniperRifles", "MASSniperRifles", "NIASniperRifles", "R3FSniperRifles", "RHSSniperRifles", "SAFWeapons", "SAFAmmunition", "SAFAttachments" example above if you only use exile and rhs remove SAF, RF3, NIA, and so on. make sure the end of each line is the same at the end. "RHSSniperRifles" NOT WITH THE , like this "RHSSniperRifles", "PointerAttachments", "RHSPointerAttachments", "BipodAttachments", "RHSBipodAttachments", "RHSForegripAttachments", "MuzzleAttachments", "APEXMuzzleAttachments", "RHSMuzzleAttachments", "OpticAttachments", "APEXOpticAttachments", "RHSOpticAttachments", "Ammunition", "APEXAmmunition", "GREFAmmunition", "RHSAmmunition", "Pistols", "APEXPistols", "RHSPistols", "Shotguns", "SubMachineGuns", "APEXSubMachineGuns", "RHSSubMachineGuns", "LightMachineGuns", "APEXLightMachineGuns", "RHSLightMachineGuns", "AssaultRifles", "APEXAssaultRifles", "RHSAssaultRifles", "GREFWeapons", "SniperRifles", "APEXSniperRifles", "RHSSniperRifles"
  13. johnyboy2o11

    Adding vehicles/uniforms/weapons to trader

    V = Vehicles and W = Weapons
  14. johnyboy2o11

    Adding vehicles/uniforms/weapons to trader

    This post will help you understand more m8
  15. johnyboy2o11

    Server Mods

    Hi all I've created a server and would love for you guy's to have a pool on what mods should be included. Busy making a black market trader for high end stuff. Thanks John
  16. johnyboy2o11

    infiSTAR.de_EXILE_v0079

    cheers m8 I've created a server which took me 4 months this time round and 6 previous failed attempts haha. Massive thanks to this website and all the Exilers that have helped time is you friend practice practice practice I just dont understand battleye filters at all I've tried and tried but it just goes pphheeewwww over the head. I won't give up lol Edited I've just thought do I use the exile be filters and merge the infistar ones in haha how dumb I've been starting with just the Infistar ones Thanks John
  17. johnyboy2o11

    infiSTAR.de_EXILE_v0079

    Hello Modder's If there is anyone that could possibly help me with battleeye filters if would be a great help as I used to have a server on 1.0.1 and the first battle eye filter I had to add was at the end of 7 remote exe but the new infiSTAR has no number 7 just number 5 by the looks of it and people say battleeye filter are easy but I just carn't seem to get away with them. Yet I can setup a server and implement all the scrips and mods i need hahahaha I have Daiscord and TeamViewer to make life easier if anyone would be nice enough to help Cheers John
  18. johnyboy2o11

    Infistar Real Time Restarts

    That seemed 2 fix it BaroN m8 thank you as I would of never thought to go all the way back and add -autoint lol. 4 restarts of the belt most ave had so far hahaha
  19. johnyboy2o11

    Infistar Real Time Restarts

    Hi All I Have the latest Infistar Installed and have set-up Real Time Restarts for every 3 hours the only thing is the server only seem to restart only if I connect to it first. Then It temperamental most restarts in a row so far I've gotten is 3 . Can anyone shed any info please
  20. johnyboy2o11

    Infistar Real Time Restarts

    no m8 the server does not load if I have this in or at least it did not on a fresh install do i need this on like m8 wicked m8 just put the parameter back in and its loading the server automatically this time as in 9:55:43 BattlEye Server: Initialized (v1.217) 9:55:43 Host identity created. 9:55:43 Game Port: 2302, Steam Query Port: 2303 9:55:43 Mission Exile.Tanoa read from bank. 9:55:43 Roles assigned. 9:55:43 Reading mission ... 9:56:00 Mission read. 9:56:00 Successfull attempt to execute serverCommand '#exec users' by server. 9:56:00 Successfull attempt to execute serverCommand '#exec users' by server. 9:56:00 Game started. before it was 9:29:46 BattlEye Server: Initialized (v1.217) 9:29:46 Host identity created. 9:29:46 Game Port: 2302, Steam Query Port: 2303
  21. Here you go m8 one from my server. ExileClient_gui_wasteDumpDialog_event_onModeDropDownSelectionChanged.sqf ExileClient_gui_wasteDumpDialog_show.sqf ExileServer_system_trading_network_wasteDumpRequest.sqf add this to your custom code in config.cpp and change folder to specify location as you can see mine is overrides folder Enjoy John
  22. Hey S. mate Got your awesome traders on my server but would like a little help with the Radiation zone if possible please. Its just for loot to spawn and missions not to spawn in the radiation zone. I know the cords are 2089.72, 0, 6945.44 but don't know what the 0 number is or even the two 150 numbers next to that, am sure you will Scratch that mate got it to work with this from your mission.sqm class Radiation: Radiation { enable = 1; contaminatedZones[] = { {{2089.72, 0, 6945.44}, 1763.94, 1763.94}, // S. Radiation Zone Tanao Silver }; }; seems to be fine can you let me know if I did it right though lol Cheers John
  23. johnyboy2o11

    Restart help

    Slight problem dont know how on earth to fix I've finally created my server but every time it restarts it just kicks me and everyone at the loading screen. (using infistar realtime restarts) Successfull attempt to execute serverCommand '#kick 3' by server. I've googled this and only seem to come up with bad servercommand password but I know this is not it. the only way I can seem to get back on is if I change the rcon settings in server config pbo, re pbo load get kicked mess with rcon in server config pbo until it just happens to let me in. my server rpt https://pastebin.com/fgDmvL6P Please help me figure this out Thankyou John
  24. johnyboy2o11

    Restart help

    thanks for the reply I got this error when I done this to my server I've removed this now and still get the error any idea on how I can resole this please.