mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 23:26:51 +01:00
Work on the Market Interface (feel free to test it out so far, can't purchase items through the UI yet), More on UITable (needs work on headers still).
* Tables can now have headers (the layouts will require some more work before read to be used formally). * Finished Market offers display, Item details display, and Item statistics display. * Added getSelectedWidget to UIRadioGroup class. Market TODO: * Create buy/sell offer. * Purchase sale offer or accept purchase offer. * More item filtering features (weapons, types, depot only, vocation, etc). * Item searching feature. * View your offers (history/current). * UI touch ups and optimizations.
This commit is contained in:
@@ -6,7 +6,6 @@ local protocol
|
||||
|
||||
local function send(msg)
|
||||
if protocol then
|
||||
print(msg:getMessageSize())
|
||||
protocol:send(msg)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user