fix: multiple errors produced in # 621 #712
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
1.- fix: missing font [1]
2.- fix: Error console [2]
ERROR: [BOT] [string "/vBot/extras.lua"]:584: attempt to concatenate local 'voc' (a nil value)
3.- fix: impossible to click checkbox [3]
4.- fix: crash (patch solution) [4]
patch solution
Note:
I haven't used a bot in mehah for a long time, this was final beta testing.
crash
or comments this https://github.com/mehah/otclient/blob/main/mods/game_bot/default_configs/vBot_4.8/_Loader.lua#L26
5.- cleaning: remove incessant print [5]
6.- Fix: isEnabledWASD was only updated on login
7.- fix: Panels/widgets not saving positions #703
solve #703
8.- fix: unnecessary loading of websocket
Behaviour
Actual
Do this and that doesn't happens
Expected
Do this and that happens
Fixes
# (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Test Configuration:
Checklist
.
.
Missing fixes:
i don't think anyone will fix, but I posted some bugs that I remember as a reminder or log (I don't use bot for a long time):
1.- the function indeed opens the file explorer but not the correct directory.
g_platform.openDir("%appdata%/otcr") not work
notified in discord by "@ el_discreto" ,
possible solution by "@ zbizu".
2.- buttons freeze (I don't know how this happens)
3.- bug that didn't save(instantly) the bot's configuration of game_itemselector maybe the .json file didn't update correctly.