Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
46e6c7b
Fixed identation to be tabs and be proper.
DBFBlackbull Oct 26, 2023
039c84f
Generalized the setting of money
DBFBlackbull Oct 26, 2023
96e0bc5
Added sell value for loot window
DBFBlackbull Oct 26, 2023
0252320
Trying to add values for trade skills
DBFBlackbull Oct 26, 2023
7f85925
Trying to add the price for the materials
DBFBlackbull Oct 26, 2023
e97af35
Added value for trade skill windwo
DBFBlackbull Oct 26, 2023
20051e9
Added value for tradeskill window
DBFBlackbull Oct 26, 2023
7bd21aa
Merge pull request #1 from DBFBlackbull/tradeskill-prices
DBFBlackbull Oct 26, 2023
116798d
Added sell value to item links
DBFBlackbull Oct 26, 2023
3a6b201
Only check for sell value before actually pulling from it
DBFBlackbull Oct 26, 2023
b32cc6f
Added support for hyperlinks
DBFBlackbull Oct 27, 2023
a819159
Update SellValue.lua
DBFBlackbull Dec 16, 2023
2447fee
Update SellValue.lua
DBFBlackbull Dec 20, 2023
54ad625
Update SellValue.lua
DBFBlackbull Dec 20, 2023
83d5295
Removed hack for EQL3
DBFBlackbull Dec 20, 2023
a9544b6
- Updated readme
DBFBlackbull Sep 8, 2024
841001e
Testing loot roll values
DBFBlackbull Sep 8, 2024
e5efbc8
Update SellValue.lua
DBFBlackbull Sep 16, 2024
3a58a4b
Update README.md
DBFBlackbull Sep 16, 2024
76badfd
Testing mail tooltip value
DBFBlackbull Oct 20, 2024
00ca98f
- send mail was not needed
DBFBlackbull Oct 20, 2024
0591e31
fixed hook secure for non GameTooltip functions.
DBFBlackbull Feb 28, 2025
7721cdb
used automatic tooltip resizing after edit
DBFBlackbull Mar 8, 2025
7cd8df0
Added count to SetHyperLink to get the proper price for a stack of it…
DBFBlackbull Jun 25, 2025
e52552a
Sorted database itemids
DBFBlackbull Jul 6, 2025
34d420d
Added sell prices for The Perfect Poison quest rewards
DBFBlackbull Jul 6, 2025
96a4e4d
added a phase 5 loot
DBFBlackbull Jul 7, 2025
7269c37
Added sell value to AtlasLoot Hyperlinks. Cash money!
DBFBlackbull Jul 7, 2025
2c055e6
Added a bunch of Phase 5 and Phase 6 items
DBFBlackbull Jul 7, 2025
d3835b3
Added a bunch of phase 5 items
DBFBlackbull Jul 8, 2025
5a27660
minimised gitignore
DBFBlackbull Jul 8, 2025
c2adea6
updated toc
DBFBlackbull Jul 8, 2025
8f642d9
more phase 5 items
DBFBlackbull Jul 8, 2025
95b3016
Added items down to id 22399
DBFBlackbull Jul 8, 2025
a73571a
- Updated all items
DBFBlackbull Jul 9, 2025
7725b0b
Updated readme
DBFBlackbull Jul 10, 2025
36662f3
Added prices to traide
DBFBlackbull Jul 29, 2025
e45bfb9
- Removed redundant code from hooks
DBFBlackbull Nov 14, 2025
ab6e1ed
- Fixed loading the database AFTER the saved variables has been loade…
DBFBlackbull Nov 14, 2025
a420c52
- Fixed indentation
DBFBlackbull Nov 26, 2025
40f9fdc
- Renamed function
DBFBlackbull Nov 26, 2025
631bd0d
- Added optional dependency for ShaguTweaks to use the name -> itemli…
DBFBlackbull Nov 27, 2025
0967a56
- Made more functions local
DBFBlackbull Nov 27, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#################
## JetBrains IDEA
#################

.idea/
Loading