- VJ -

Member
  • Content count

    38
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Everything posted by - VJ -

  1. - VJ -

    Sell Price Modifier!

    Ok, so I wanted more control over the trader buy and sell price range to allow for a lower or higher sell price to the buy price per item. This allows you to change from the default of 50% sell price to the buy price in the mission config and set a new ratio per item. Enjoy. (Thanks to @CassiusMaximus for the rewrite) Any problems just ask or P.M. Good Luck! - VJ - Q&A: Q. How does exile handle the sell price? A. It takes the buy price in the mission config and times it by 0.5 making it 50% of the buy price. Q. So how did you overcome this? A. I replaced the 0.5 with a spm creating the new sell price which is set by you in the mission config. Q. Do I need to add spm="0.5"; to all the prices? A. Yes if you don't the item will throw an error 0.5 is exiles default. spm="0.01"; = 1% of the buy price. spm="0.5"; = 50% of the buy price. spm="1"; = 100% of the buy price. Anything set above 1 will cause the item to sell more than what it buys for. I'll add some code to prevent this in the future.
  2. - VJ -

    Reviving in Chernarus exile mod

    lol nope. just nope.
  3. - VJ -

    Reviving in Chernarus exile mod

    Sweet can you tell me where this magical "easy" setting is? Thanks.
  4. So... First of all all custom map content is made using maca lovely fantastic eden and is spawned server side. We have 2 spawning problems 1.) when server start and players join there is 2min gap before a select few building spawn in (they like to hang out in the bottom left corner of the map) <- can be fix by placing in the mission file, but due to size I would rather not. 2.) A few building we place (CUP building) don't sink into the ground where we placed them. haven't found a fix for this yet. So now I turn to the community and i ask for you help, do you have the same problems? do you know any fixes or workarounds? Or is it macs fault ;-P The Exile community is awesome and I know I'll be able to get the help i need :-) thanks guys.
  5. - VJ -

    Let the trader Camping begin!

    Ya NoMercyNoRegretsNoPlayers :-)
  6. Hello I have searched every script client and server but can't find where the scroll wheel menu option for "Repair" is. can anyone point me in the right direction please? Thanks.
  7. Never mind the one place i didn't look for it and it's there (in the mission file config.cpp)
  8. - VJ -

    Sell Price Modifier!

    Also @CassiusMaximus thanks for your support. I'm always open to PMs Request Thread Lock.
  9. - VJ -

    Sell Price Modifier!

    Ya some credit would be nice. but great job to them.
  10. - VJ -

    Sell Price Modifier!

    line Line 56.
  11. - VJ -

    Sell Price Modifier!

    Ok Attempt 2 at the bottom of ExileClient_gui_traderDialog_updateInventoryListBox.sqf Change This To this
  12. - VJ -

    Sell Price Modifier!

    Ok think i found the problem. at the bottom of ExileClient_gui_traderDialog_updateInventoryListBox.sqf Change This To this
  13. - VJ -

    Sell Price Modifier!

    Cool keep these bug coming more for me to fix. Again at work atm and don't have time to find a solution will get to work on it as soon as i get home.
  14. - VJ -

    Sell Price Modifier!

    Ok ok try removing _revenue = round(_revenue * _spm); because it done in the ExileClient_util_gear_calculateTotalPrice.sqf it shounld be needed. p.s im home now
  15. - VJ -

    Sell Price Modifier!

    that's what i was going to do.
  16. - VJ -

    Sell Price Modifier!

    lol ill work on it a bit more when i get home. Thanks for the feedback.
  17. - VJ -

    Need Coder / Developer

    Easy what mods do you need setting up.
  18. Then the question is... what "extra benefits" are you/your clan getting?
  19. - VJ -

    Sell Price Modifier!

    UNTESTED Ok I'm at work and quickly bogged this should "work". Anyone it free to test at their own risk Though if it works ill added it in. Another Client Side Script: ExileClient_util_gear_calculateTotalPrice. put this file in your mission folder and added to the custom code in the config.
  20. https://www.bistudio.com/monetization Some told me the other day if you are caught monetizing your server by BI that can turn you battleye off Just a head up
  21. - VJ -

    Saving Kill Log To The DB

    How can i add the Kill log to the mysql database. I'm not any good with extDB2 Thanks.
  22. - VJ -

    Sell Price Modifier!

    Sorry for the late reply added the ExileClient_gui_wasteDumpDialog_event_onModeDropDownSelectionChanged.sqf code.
  23. - VJ -

    Sell Price Modifier!

    THIS IS A SELL PRICE MODIFIER, READ! Its not tax. Sorry for the miscommunication. edit has been made.