PDA

View Full Version : Tracker UI.. is there such ?


Anonymous
12-02-2004, 01:02 PM
Is there UI which simply tracks killed monsters for example to website ? Or to textual form ?

Anonymous
12-02-2004, 02:10 PM
i was also thinking about that idea.
the lua mysql frontend is a good way to manage that, but i cant get the mysql file compiled, the vs.net compiler always shows me over 100 syntax errors in mysql.h and mysql_com.h which are necessary to compile the lua mysql frontend.

sarf can u help ? :)

sarf
12-02-2004, 07:20 PM
You can't add in mysql support to Blizzards lua scripting (well, I don't know if you can, but you shouldn't be able to and its against TOS / EULA).

There was, a long time ago, an AddOn which did this.

Sarf
---
"Once something has been approved by the Government, It's no longer immoral." - Reverend Lovejoy

DmgInc
12-02-2004, 07:51 PM
My next version of CombatStats will have this!

DmgInc
12-02-2004, 07:53 PM
My next version of CombatStats will track monsters klled etc, however for the reasons sarf mentioned not the exporting functionality.

Saber
12-06-2004, 12:59 PM
could you do the same type of deal to write it to a lua, and then parse the file for output like thottbot and related items do?