BosslandGmbH / BuddyWing

BuddyWing is the bot for Star Wars: The Old Republic. This repository contains the open-source components that power the bot.
4 stars 2 forks source link

Improved API for Areaname and Zonename #31

Closed CryoGenesisX closed 8 years ago

CryoGenesisX commented 8 years ago

Currently we have only 3 apicalls to get the planetname. This is done via TorMap.CurrentAreaName. I Would like to have this expanded to get the actual zone on this planet. So we go from 3 to atleast 4 ApiCalls:

And add this to the MyLocation Dump function. This would improve area detection and profile writing.

The ZoneName is just above and part of the minimap.

aevitas commented 8 years ago

The TorMap class could expose a couple more members than it currently does. I've added the following APIs to TorMap:

CurrentMapName should be what you're after when you're looking for CurrentZoneName.