-
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 ExcellentAbout Beowulfv
- Currently Viewing Forums Index
-
Rank
Underboss
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Bambi spawn / loot spawn / respect levels / respawning
Beowulfv replied to JonoWalsh's topic in General Discussion
All your answers are on these forums. Either A. learn to search and copy/paste, or B. learn to code. -
No we don't. And with that attitude good luck. #LearnToCode
-
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.
-
Let me play around with it real quick. I'll get back to you.
-
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.
-
Item - how only possible to sell, but not to buy
Beowulfv replied to stefan.kueneth's topic in General Discussion
class Exile_Uniform_BambiOverall { quality = 1; price = 1; sellPrice = 1; }; -
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?
- 17 replies
-
- error
- stays locked
-
(and 1 more)
Tagged with:
-
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.
- 17 replies
-
- error
- stays locked
-
(and 1 more)
Tagged with:
-
Did you disable strict mode?
- 17 replies
-
- error
- stays locked
-
(and 1 more)
Tagged with:
-
The last thing I can think of is you are running MySQL in strict mode.
- 17 replies
-
- error
- stays locked
-
(and 1 more)
Tagged with:
-
Ok. Can you make a user that has 127.0.0.1 and not localhost?
- 17 replies
-
- error
- stays locked
-
(and 1 more)
Tagged with:
-
@ExileServer >> extDB >> logs >> 2019 >> 5 >> 25 >> current log. That'll tell you if the server is connecting to the database or not.
- 17 replies
-
- error
- stays locked
-
(and 1 more)
Tagged with:
-
Do you have your database running?
- 17 replies
-
- error
- stays locked
-
(and 1 more)
Tagged with:
-
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
- 17 replies
-
- error
- stays locked
-
(and 1 more)
Tagged with:
-
There is an error stopping it from loading completely. The error will be in your server RPT.
- 17 replies
-
- error
- stays locked
-
(and 1 more)
Tagged with: