Bitte melden Sie sich an, um diesen Link zu sehen.
I found something like this.
i will not help with this, it's not my.
Beiträge von R3Z
-
-
how can i do this
You can use gdb library. I recommend freebsd 12.2 or higher.
1. Put game.core and your game (not stripped!) file in one folder. Ensure you compile your game with the right flags (-ggdb -g3)
2. Go to the location of your files via console.
3. Use these commands to debug:
After that you will get a big stack trace log where you can see why it crashed. E.g char.cpp line 3303
This whats putty shows me after bt full:
#0 0x28ee1ff0 in _Unwind_Resume () from /lib/libgcc_s.so.1
No symbol table info available.
#1 0x081e67f7 in ?? ()
No symbol table info available.
#2 0x080c9ccd in ?? ()
No symbol table info available.
#3 0x080c892f in ?? ()
No symbol table info available.
#4 0x0811b53c in ?? ()
No symbol table info available.
#5 0x0811fb43 in ?? ()
No symbol table info available.
#6 0x0810ef78 in ?? ()
No symbol table info available.
#7 0x080ea0c5 in ?? ()
No symbol table info available.
#8 0x081ec5c4 in ?? ()
No symbol table info available.
#9 0x081ec2b9 in ?? ()
No symbol table info available.
#10 0x081ea9e5 in ?? ()
No symbol table info available.
#11 0x0806181b in ?? ()
-
debug your core file.
And show us the output!
how can i do this
-
Einrückungs Fehler Google hilft dir
if I found a solution on google, I would not ask for help here
-
Hey i have a problem with open a client
Bitte melden Sie sich an, um diesen Anhang zu sehen.
sysser:
0525 21:26:16745 :: ============================================================================================================
0525 21:26:16745 :: Abort!!!!
Am trying to add party update
ui.py file:
Bitte melden Sie sich an, um diesen Anhang zu sehen.
Someone can help me with this?? -
Sup, am looking for this drop wiki
Bitte melden Sie sich an, um diesen Anhang zu sehen.
-
which files / src do you have?
Terenzo files based on bsd 12.1 i found it on polish forum i guess.
My mob drop file
Bitte melden Sie sich an, um diesen Link zu sehen.I find this way of setting the drops very inconvenient because if you miss a tab somewhere everything below is not read, you should check how far it is read by trying the drops above the ones that do not vary.
It could be a double value or a value that does not exist in the database, a missing tab or anything else to give you problems, It will not give any sign of error so you have to try and try and I would advise you to switch to setting the much cleaner drops in the database and without errors because they are reported to you immediately by not letting you save the query. There is a guide from ikarus about it.
Do you have a link to this guide? I would be grateful for submitting it
-
first check your src for spirit drop
const SStoneDropInfo
in constants.cpp
2. try to remove all stone drops and try this for ex:
its not happening there then you have some other brokes or errors
check if are the tabs correct in notepad
3. just to be sure, are you in the correct mob_drop txt?
constants.cpp
const SStoneDropInfo aStoneDrop[STONE_INFO_MAX_NUM] =
{
// mob pct {+0 +1 +2 +3 +4}
{8005, 60, {30, 30, 30, 9, 1} },
{8006, 60, {28, 29, 31, 11, 1} },
{8007, 60, {24, 29, 32, 13, 2} },
{8008, 60, {22, 28, 33, 15, 2} },
{8009, 60, {21, 27, 33, 17, 2} },
{8010, 60, {18, 26, 34, 20, 2} },
{8011, 60, {14, 26, 35, 22, 3} },
{8012, 60, {10, 26, 37, 24, 3} },
{8013, 60, {2, 26, 40, 29, 3} },
{8014, 60, {0, 26, 41, 30, 3} },
};
i ve just deleted all stone drops entries and try ur example.
Its work but after secound reset of server its back to normal drop
but in mob_drop_item there is no record that the drop returned to the previous situation.
And yeah wikipedy of drop after delete entries and add ur example didnt refresh and show that there is no drop
-
My mob drop file
Bitte melden Sie sich an, um diesen Link zu sehen. -
2 quick questions
1. Which is better martysama files or fliege v3
2. Am looking for good offline shop system with support, which is the best?
-
Double entries in file, or is the file clean?
last time i delete double entries.
Its germany drop from 2015 i guess.
its better when u share your file so that we can look into it.
i will send it tonight, because Am at work right now
-
Is it possible, that you edited the wrong file? Maybe the original one is in a different location?
this file is in stare/locale/english/
Different location? Good question where
-
Can you make an example of what directly you want to edit. (Screenshot the data and show the ingame drop)
And if possible edit the drop and reload them ingame with /reload drop
Also have you looked over the syserr from the core channels where the map was active while you tested / anything suspicious in the log?
i ll sed it tonight.
As far i know the command works but the result is that despite the change in the drop file, has not change in game.
sysser is clear. -
Did you restart the server after you changed the drops?
always
-
Hey, i have a problem with mob_drop_item.txt.
When i try to change the drop in metinstone, it still remains the same.
common_drop is clear.
And yeah even change drop in mobs it still remains the same
-
Solved, Ano24 helped me.
-
which files do you use?
Terenzo on bsd 12.1
and client 2015, i found all this stuff on i guess polish forum
yes the system works perfectly, install it again and then try to start your client again
I just installed it a couple of times and it's still the same
-
you installed the chestdrop preview?
yee from this
Bitte melden Sie sich an, um diesen Link zu sehen.
it worked at the beginning, but when I turn the client on few hours after, that error started to pop up
-
Google translate ?!😒
And what's the problem now? Update your vs version to 2019-2022 or get vs 2013 with buildtools v120 should solve your problem
"Google translate ?!😒" i used this earlier (thats why i know that ur lang is germany)
but vs 2013 crash after starting debug mode, then debug on vs2019, but same as vs2013, now vs2022's turn and it looks like something has moved on -
Bitte melden Sie sich an, um diesen Anhang zu sehen.
Bitte melden Sie sich an, um diesen Anhang zu sehen.
Bitte melden Sie sich an, um diesen Anhang zu sehen.
Bitte melden Sie sich an, um diesen Anhang zu sehen.
This what VS show me after your instruction