asamy / forgottenmapeditor

Map editor written in lua for Open Tibia. Written with OtClient's framework.
Other
46 stars 20 forks source link

Improvements #33

Closed tosty33 closed 11 years ago

tosty33 commented 11 years ago

It works good, but searching for items on map is slow as hell... I think that it should be done in C++. Function 'findItemsOnMap(id)' that returns 500 first results (I think that's enough)

Also i can't get "@onClose: SearchModule.hideWidget()" to work. It just doesn't work, maybe I'm doing something wrong?

asamy commented 11 years ago

@onClose won't work since it's a MiniWindow, you need to do an @onEscape, fix this and make a pullreq.