Beowulfv

Member
  • Content count

    836
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

  • Days Won

    26

Beowulfv last won the day on May 31

Beowulfv had the most liked content!

Community Reputation

305 Excellent

About Beowulfv

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. All your answers are on these forums. Either A. learn to search and copy/paste, or B. learn to code.
  2. Beowulfv

    10 Million Locker

    No we don't. And with that attitude good luck. #LearnToCode
  3. Beowulfv

    10 Million Locker

    So after looking at ExileClient_gui_lockerDialog_show more I see that it pulls its numbers from ExileClient_util_string_exponentToString which is basically a calculator script. So right now I am playing around with it trying to get it to print the numbers in the correct format. But that is where you will want to make your edits.
  4. Beowulfv

    10 Million Locker

    Let me play around with it real quick. I'll get back to you.
  5. Beowulfv

    10 Million Locker

    You will need to create an overwrite for ExileClient_gui_lockerDialog_show in your mission pbo. You would want to write in an if then statement so if the amount of poptabs are higher than X, it will show a different format. You can try something like this: Edited. That should be 1000 not 1 million for it to read correctly.
  6. Beowulfv

    Item - how only possible to sell, but not to buy

    class Exile_Uniform_BambiOverall { quality = 1; price = 1; sellPrice = 1; };
  7. Beowulfv

    Server stays locked

    Your extdb-conf is in @ExileServer correct? 15:08:16 "ExileServer - MySQL connection error!" 15:08:16 "ExileServer - Please have a look at @ExileServer/extDB/logs/ to find out what went wrong." 15:08:16 "ExileServer - MySQL Error: Unable to locate extDB2 extension!" 15:08:16 "ExileServer - Server will shutdown now :(" 15:08:16 Call extension 'extDB2' could not be loaded: Das angegebene Modul wurde nicht gefunden. does your @ExileServer folder look like this?
  8. Beowulfv

    Server stays locked

    This is what we know, the server RPT points to the server not loading the database. We don't know why it isn't loading the database because you have no logs to show what exactly is happening when the server attempts to connect to the database. You have disabled strict mode and you have a local port user setup. I don't know what else you should do without more information.
  9. Beowulfv

    Server stays locked

    Did you disable strict mode?
  10. Beowulfv

    Server stays locked

    The last thing I can think of is you are running MySQL in strict mode.
  11. Beowulfv

    Server stays locked

    Ok. Can you make a user that has 127.0.0.1 and not localhost?
  12. Beowulfv

    Server stays locked

    @ExileServer >> extDB >> logs >> 2019 >> 5 >> 25 >> current log. That'll tell you if the server is connecting to the database or not.
  13. Beowulfv

    Server stays locked

    Do you have your database running?
  14. Beowulfv

    Server stays locked

    where ever you have your profile name setup as or if you don't have it setup check server logs or in the root directory. it will have a name similar to this: arma3server_2019-05-25_00-02-16.rpt
  15. Beowulfv

    Server stays locked

    There is an error stopping it from loading completely. The error will be in your server RPT.