Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Cleaning the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
MuriloChianfa committed Oct 25, 2020
1 parent aea6a93 commit 060996f
Show file tree
Hide file tree
Showing 35 changed files with 67 additions and 1,028 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ var/
.installed.cfg
*.egg
*.pyc

.idea/
.vscode/
venv
10 changes: 0 additions & 10 deletions .idea/TibiaAuto12.iml

This file was deleted.

58 changes: 0 additions & 58 deletions .idea/dictionaries/Murilo.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/inspectionProfiles/profiles_settings.xml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

327 changes: 59 additions & 268 deletions .idea/workspace.xml

Large diffs are not rendered by default.

15 changes: 0 additions & 15 deletions .vscode/launch.json

This file was deleted.

3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

6 changes: 3 additions & 3 deletions Scripts/GUILoader.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"CheckPrint": false,
"CheckBuff": false,
"LifeCheckStageOne": true,
"LifeCheckStageTwo": true,
"LifeCheckStageThree": true,
"LifeCheckStageTwo": false,
"LifeCheckStageThree": false,
"CheckCureStats": false,
"CheckParalyze": false,
"CheckPoison": false,
"CheckFire": false,
"CheckElectrify": false,
"CheckMort": false,
"CheckBlood": false,
"LifePercentageStageOne": 90,
"LifePercentageStageOne": 85,
"LifeHotkeyStageOne": "F1",
"LifePercentageStageTwo": 75,
"LifeHotkeyStageTwo": "Ctrl + F1",
Expand Down
2 changes: 1 addition & 1 deletion Scripts/Loads.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Auto": false,
"hwnd": 328576,
"hwnd": 787176,
"ScriptName": null,
"Platform": "Windows"
}
Empty file added master)
Empty file.
Loading

0 comments on commit 060996f

Please sign in to comment.