Sorky submitted a new resource:
Custom task menu - custom, simple task system
Read more about this resource...
Custom task menu - custom, simple task system
Hey everyone!
While learning how to create modules for OTClient, I put together a simple task module that fully relies on extended opcodes for communication between the server and client.
It's designed to show tasks in a panel-style layout with visual elements for:
- Progress tracking (UIProgressBar)
- Reward items (UIItem)
- Task monsters (UICreature with lookType)
- Dynamic task list loading via opcode 125
It supports:
- Persistent selection...
Read more about this resource...