Commit graph

13 commits

Author SHA1 Message Date
André Morais
ce885ea187
feat: proficiency (#1593)
New Features:
- Full Weapon Proficiency system: track weapon XP, levels and perks.
- Dedicated Proficiency window with item grid, progress, perk selection, filters and search.
- Top-bar proficiency widget for quick status and one-click access.
- Real-time updates when equipping items and gaining proficiency XP.
- Client and scripting support to send proficiency actions and apply perk selections to the server.

Co-authored-by: kokekanon <114332266+kokekanon@users.noreply.github.com>
2026-05-20 07:45:27 -03:00
kokekanon
2a75a89c63
improve: rework game_stash (#1704)
New Features:
- Redesigned stash top bar with larger search, clear button, and three filter/sort controls.
- Incremental item loading as you scroll and dynamic stash combo options.
- Right-click/context menu with Retrieve, Cyclopedia search, Market redirect (when available), and QuickLoot actions.
- "Manage Containers" button added.

Improvements:
- Debounced search, category/imbuement/NPC filters, and smarter sort triggers.
- Immediate withdraw on select, restored focus on close, and centralized stash lifecycle/cleanup.
- Clearer item count rendering with a dedicated font and new formatting.
2026-05-02 20:44:23 -03:00
André Morais
d809b0cabf
feat: wheel of destiny (#1578)
Co-authored-by: LIBERGOD <37589902+libergod@users.noreply.github.com>
2026-01-30 16:45:21 -03:00
Gabriel Alcântara Bernardes
6fbb7c082b
feat: one time password (#1360)
Co-authored-by: LIBERGOD <37589902+libergod@users.noreply.github.com>
2026-01-15 10:08:37 -08:00
Gabriel Alcântara Bernardes
b47799e6dd
feat: stash stow items (#1480) 2025-12-30 16:40:47 -03:00
divinity76
7eaa662312
feat: function OutputMessage:addBytes (#1421) 2025-11-07 14:28:13 -03:00
InnerCircleTFS
4694714921
feat: Cam system by kondra (#1116) 2025-03-16 17:20:00 -03:00
kokekanon
8288c1b751
improve : quickLoot features (#1096) 2025-02-14 21:24:52 -03:00
Renato Machado
09f2fe9f0a
feat: Latency-adaptive camera (Beta) 2025-02-14 00:02:23 -03:00
Zbizu
0276a5f720
feat: load sounds with protobuf
This is a continuation of bringing expanded protobuf support to otclient.
This isn't a complete solution but moves us very close to forwarding protobuf soundbanks to the client

These things are "to do", that won't be part of this PR:

path detection for ogg files (currently the client only knows the file name)
playing sound effects from server packets
playing sound effects from items on screen
getting the performance right so it doesn't lag when multiple sounds are played
2025-01-28 16:49:56 -03:00
Zbizu
2a1b946d6f
feature: boosted creature / reading staticdata from assets / bestiary races rework (#1064) 2025-01-23 18:25:56 -03:00
Marcin Jałocha
262d238f1f
improve: remove bot protection macro 2025-01-14 12:47:32 -03:00
wtver
38f1657a65
feat: lua linter
Makes lua editing much easier to those who use an IDE with a linter addon (such as LuaLS by sumneko)
2024-08-09 20:08:44 -03:00