[TBI] Liam

Member
  • Content count

    45
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Everything posted by [TBI] Liam

  1. [TBI] Liam

    Extdb2 async calls

    So im recently diving into a project that requires me to add a table to the database with 3 columns in it. I would like to read a value from the mission file and write it in one of the columns that I have added already. So I got as far as writing the new table and it's columns but I really dont know how to write a value to a specific column. Does anyone know a good tutorial on how to do this / know themselves and would like to share? Thanks in advance
  2. [TBI] Liam

    (RELEASE) KiTs/Loadouts

    This is my first release! I have made an app for xm8 apps by @Shix that has kits that the server owner defines. A kit is a set of gear loaded onto the player at a price, you can also set the price and change how much respect it requires to be able to purchase the kit. I have provided 1 default loadout which is the template for you to create your own (this is outlined in the install instructions). This is what it looks like... You can edit every picture and text to go along with it, there are a total of 18 kits and a back button to the Xm8 Apps. It takes time for your character to change into the kit as if he was actually changing. You can set it to not have a wait time so that it puts the Kit strait on to the player! Video of the Kits! Instructions Download https://github.com/TBILiam/ExileKiTs.git Install Guide! https://1drv.ms/w/s!Aq9eJ6LeRuQdgco0cSNVz_uCUlMbwQ This wouldn't have been possible without these people Thanks to @Shix for XM8 Apps Thanks to @happydayz for enigma Thanks to Josh @GamersRoost for writing the Install Guide and testing!
  3. [TBI] Liam

    (RELEASE) KiTs/Loadouts

    Im very busy with work but can do at some point, cant promise it will be quick though
  4. [TBI] Liam

    (RELEASE) KiTs/Loadouts

    Hey if you would like a new version of this then ask but this version will not work with the current build of Exile as it has not been updated. It would take more work to update it than to build a new one!
  5. [TBI] Liam

    (RELEASE) KiTs/Loadouts

    Man i havent updated this since like pineapple, you can just make a custom app now and have it execute the defaultloadout.sqf file
  6. [TBI] Liam

    Load in glitch

    Can you give me the exdb log please
  7. [TBI] Liam

    Tin cans and toilet paper

    Trash loot and items that currently have no use in exile give server owners and mod developers options in the way that item works. Like previously mentioned you can use the Exile Abstract Crafting and create items that have a use with them. For example me as a server owner of DayZ Survivors where we turn exile into an immersive experience like dayz in a2 (or as close as possible) i use a lot of trash loot as in a lot of cases in my loot tables i use a high amount of trash loot to make the good loot in other categories even more rare. It also makes it feel like the place has already been looted by finding empty tin cans and i actually add a lot of items to my trash that are in the game that have no use but have a use in my recipes, kinda like a crafting up way of doing things as my server runs with no traders and you have to make everything. Trash is a very good idea and should remain in the exile loot system and we should always have items that have no "purpose" in exile.
  8. [TBI] Liam

    (RELEASE) KiTs/Loadouts

    you either havnt put the #include "dialog.hpp" in the right place or you haven't put it in at all, it needs to go in the description.ext just follow the instructions its very clear on that!
  9. [TBI] Liam

    [SOLVED] Supporters can open Arsenal?

    I don't know how your supporters would be able to open it without putting their UID in some sort of array allowing this! To the best of my knowledge this array does not exist at the moment . A reason they might be able to open it is because you have put them in an infistar array. I would not recommend this!
  10. [TBI] Liam

    (RELEASE) KiTs/Loadouts

    Ok starting to work on it now!
  11. [TBI] Liam

    (RELEASE) KiTs/Loadouts

    Would you like to limit players from using certain kiTs or the whole app?
  12. [TBI] Liam

    (RELEASE) KiTs/Loadouts

    Will work on that right away, i had looked into it before for our server. ill get back to you with the result!
  13. [TBI] Liam

    [Release] (Bounties) Most Wanted

    Installing now looks great been waiting for this for ages!
  14. [TBI] Liam

    (RELEASE) KiTs/Loadouts

    Paths are now fixed!
  15. [TBI] Liam

    (RELEASE) KiTs/Loadouts

    The reason it drops your backpack is because that's where most of your gear is stored. This means you can pick up your gear from your backpack and transfer it to your new backpack!
  16. [TBI] Liam

    (RELEASE) KiTs/Loadouts

    Ok i have done what you asked, i have made it so that you have to be in a safezone. Replace your Loadout.sqf with the one i have provided below. https://1drv.ms/u/s!Aq9eJ6LeRuQdgcpURVMEveUvkiriHg
  17. [TBI] Liam

    (RELEASE) KiTs/Loadouts

    Ok i'll put it on git hub and its cool.
  18. [TBI] Liam

    (RELEASE) KiTs/Loadouts

    There is a price in pop tabs for the kit and you can select how much respect they need. If this is not what you mean I'm sorry for not understanding you.
  19. [TBI] Liam

    (RELEASE) KiTs/Loadouts

    You are correct they are missing semi colons at the end of the lines at the moment it looks like this class ButtonClose : RscButtonLoadout { x = 0.4 y = 0.76 text = "Back"; action = "closeDialog 0;"; But it should look like this... class ButtonClose : RscButtonLoadout { x = 0.4; y = 0.76; text = "Back"; action = "closeDialog 0;"; I never picked up on this so thanks you, does it still work ok for you?
  20. [TBI] Liam

    (RELEASE) KiTs/Loadouts

    I will work on this right now as this is a great idea and i'll get back to you with the result!
  21. [TBI] Liam

    (RELEASE) KiTs/Loadouts

    Thanks!
  22. [TBI] Liam

    (RELEASE) KiTs/Loadouts

    So i have thought about this and i will do it but in future, i have lots of plans for this!
  23. [TBI] Liam

    (RELEASE) KiTs/Loadouts

    FIXED, thanks for letting me know!
  24. [TBI] Liam

    (RELEASE) KiTs/Loadouts

    Ignore this
  25. [TBI] Liam

    (RELEASE) KiTs/Loadouts

    ChangeLog -Added only able to use in safezone option, see the not at the bottom of the readme.txt for how to set this -Changed the changing.sqf file to be more efficient as pointed out by @Taylor Swift, Thanks taylor Swift! -Fixed File paths in dialog.hpp -Fixed two missing semit colons in dialog.hpp that didn't break the code but created errors in the RPT