mgleed
9ed7869ddd
fix typo 👀
2022-06-23 15:13:10 -04:00
Gleed
c62c237442
Bugfix: template_finder.search_all() messing with input arguments ( #931 )
...
* init
* remove print
2022-06-23 14:53:58 -04:00
Legit
4e10dbb2c7
Updated staves and nip errors ( #932 )
...
Corrected white staves and other syntax errors.
2022-06-23 14:49:45 -04:00
Gleed
197ff41e69
Fix Fix: template_finder.search() tests were terminating after first "assert"
2022-06-23 13:42:39 -04:00
Wang Xiang
5089abaca6
Update default.nip Shadowplates ( #927 )
...
Add expressions for Shadowplates in Armor Bases section.
2022-06-23 07:13:59 -04:00
jobithu
8469d51f0c
Merge pull request #928 from xw220/improve/diablo_sealdance
...
Update diablo.py _sealdance() -reviewed and approved. also implemented for PR867
2022-06-23 13:11:25 +02:00
Wang Xiang
9b2d52a39b
Update diablo.py _sealdance()
...
I watched 10 hours of diablo run by 4 fohdins. About 30% were fail games which aborted in middle run, especially on detecting that if the seal is openned. In almost every fail game caused by this reason, the seal was openned successfully, but the decisions were closed for 5 times and the game was aborted. By increasing the numbers of try and reduce the seal_opentemplates threshold to 0.7, the incorrect judgements on seal's open status seldom occur, and the ratio of failed games typically reduced. Now it is about 12% mostly caused by temporary high latency or getting lost after teleport to pick item.
2022-06-23 17:51:40 +08:00
jagarop
d95b581dae
Merge pull request #920 from definitelynotsosa/patch-5
...
Update default.nip
2022-06-22 09:42:54 +00:00
Riddle
8a1a15d77d
Merge pull request #925 from bottytools/nip-error-update
...
Added better expections for bnip
2022-06-22 04:41:16 -04:00
Riddle
24d2da8e67
Added better expections for bnip
2022-06-22 04:24:04 -04:00
aeon0
6d1779ea5f
fix not stashing gold if buying sth before ( #922 )
2022-06-22 09:59:14 +02:00
Riddle
0cbc5f759e
Merge pull request #924 from bottytools/nip-type-checking
...
fixed liner errors for nip files
2022-06-22 02:57:01 -04:00
Riddle
ce1d99bfd8
fixed liner errors
2022-06-22 02:47:54 -04:00
Riddle
257d687166
Merge pull request #923 from bottytools/nip-fix-subtraction-2
...
fixed
2022-06-22 02:30:27 -04:00
Riddle
cfc192e1dc
fixed
2022-06-22 02:28:47 -04:00
Riddle
161b9226fb
Merge pull request #921 from bottytools/nip-ntipaliasstatkeyword-fix
...
Nip ntipaliasstatkeyword fix
2022-06-22 02:27:11 -04:00
Riddle
46b8d9bf17
Remove prints / replace ntipaliasvalue to use keyword
2022-06-22 02:17:32 -04:00
Riddle
9faa3fd25a
forgot to replace in transpile.py
2022-06-22 02:10:06 -04:00
Riddle
bca0471d9f
removed print statements
2022-06-22 01:01:40 -04:00
Riddle
5610490db6
removed print statements
2022-06-22 01:01:23 -04:00
Riddle
5efebd0bb7
fixed missing keyword... o-o
2022-06-22 01:00:13 -04:00
Sosa
81bc9028d1
Update default.nip
...
Fixing white claw bases
2022-06-22 00:43:49 -04:00
Gleed
3de9f6db93
Bugfix: Pickit IndexError
2022-06-21 22:33:27 -04:00
mgleed
0f08cd8e93
bump version
2022-06-21 20:07:25 -04:00
mgleed
ea77ac5fe7
Merge branch 'master' of https://github.com/bottytools/botty
v0.8.1
2022-06-21 18:58:27 -04:00
mgleed
1df9e0a28f
update test assets url
2022-06-21 18:58:15 -04:00
Sosa
54316a1eac
Update default.nip ( #918 )
...
Fixed Stormshield using wrong mod for damage reduction
Fixed Crown of Ages using wrong mod for damage reduction
Added +Skill to Arkaine's Valor Perfect
Added Damage Reduction mod for Leviathan Perfect
2022-06-21 14:35:07 -04:00
Riddle
76b911f50f
Merge pull request #917 from aeon0/nip-fix-subtraction
...
fixed subtraction for nip expressions
2022-06-21 12:31:47 -04:00
Riddle
5b9c56a2c6
fixed subtraction for nip expressions
2022-06-21 12:20:21 -04:00
Gleed
2b2de1baf3
Bugfix: Ignore merc death if merc chicken off ( #916 )
...
* init
* save as...
* move timer
2022-06-21 09:57:46 -04:00
Gleed
0e800cc3e2
Bugfix: pather passing floats that should be ints
2022-06-21 08:58:07 -04:00
Legit
42639c8273
Fix: /nopickup not working ( #912 )
...
No pickup was turned off permanently by mistake.
2022-06-21 08:14:55 -04:00
Riddle
9a5ee8cd5e
Merge pull request #913 from aeon0/nip-fix-division
...
fix for divison
2022-06-21 06:57:56 -04:00
Riddle
e6b65a6a10
fix for divison
2022-06-21 06:31:57 -04:00
Gleed
5597df55ca
Fix: find_nearest_nonzero() NoneType error
2022-06-20 18:28:01 -04:00
Sosa and mgleed
dc75cce5dc
Enhancement/bugfix: Corrections for default.nip ( #906 )
...
* Corrections for default.nip
Corrected Chipped Amethyst
Corrected Bow sockets (Mist Runeword)
Corrected [Quality] issue on base items
Added Cryptic & Mythical Swords (Plague Bases)
* fix >=
Co-authored-by: mgleed <[email protected] >
2022-06-19 15:22:51 -04:00
Gleed
4a0396fe81
Enhancement: Replace pather.adjust_abs_range_to_screen() with ui_manager.get_closest_non_hud_pixel() ( #908 )
2022-06-19 15:06:15 -04:00
aeon0
0f34b4951c
Fix bug that char will not id items even if supposed to ( #901 )
2022-06-18 17:42:05 +02:00
Riddle
d7f776ad37
Merge pull request #899 from aeon0/nip-error-fix-2
...
Better error message
2022-06-18 01:48:23 -04:00
Riddle
723a75e672
Better error message
2022-06-18 01:46:58 -04:00
Gleed
541810f2e3
Revert "Bugfix?: give more time for select_tp() for detect capabilities ( #895 )" ( #898 )
...
This reverts commit 1c07b74f79 .
2022-06-17 22:06:31 -04:00
Riddle
e9b5cf6dc5
Merge pull request #897 from aeon0/nip-error-fix-2
...
Nip error fix 2
2022-06-17 22:04:29 -04:00
Riddle
4b2e1f7059
Better error message
2022-06-17 22:03:50 -04:00
Riddle
6d43868b4d
added error msg
2022-06-17 22:00:50 -04:00
Gleed
1c07b74f79
Bugfix?: give more time for select_tp() for detect capabilities ( #895 )
2022-06-17 20:47:53 -04:00
Riddle
4deed0867a
Merge pull request #896 from aeon0/nip-indexerror-fix
...
fix
2022-06-17 20:33:05 -04:00
Riddle
99579bfda4
fix
2022-06-17 20:06:09 -04:00
Gleed
cb1f443d23
Fix tests failing on d2r_path validation
2022-06-17 16:31:10 -04:00
Riddle
e890be4b38
Merge pull request #893 from aeon0/add-missing-nip-data
...
Add missing nip data
2022-06-17 16:10:41 -04:00
Riddle
2d3deb74ae
added nip data
2022-06-17 15:58:56 -04:00