What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Guild Bank Gold

Narache

New Member
Joined
May 13, 2012
Messages
26
Reaction score
0
Hi !

I'm trying to create an addon to get my guild Bank money ammount then save this into a .txt file and with some php script, update a database contain all my characters / realm and the ammount of gold I have.

I started this into a ingame addon (in lua) but i really don't know this language and i have some difficulties...

So i have the idea, can some one would create a HB pluggin that simply use a Lua Macro and get the return of the lua in a file? or better, update my DB (with a SQL query ofc)

Code:
RegisterEvent("GUILDBANK_UPDATE_MONEY", GuildBankMoney)

function GuildBankMoney()
	GuildBankMoney = GetGuildBankMoney()
	DEFAULT_CHAT_FRAME:AddMessage(GuildBankMoney);	
end
This Lua code work well in HB Console plugin

I have some little knowledge in C so if you can't create it for me, maybe you can help me.


Thx you, and sorry for my very bad english...
 
Last edited:
can someone code such a plugin? ^^

so every time the guild bank window is open, it should save the guild bank money amount to a .txt datei.

or better per .php to a sql database on a webserver ;-)
 
Last edited:
i woukd spend some money for such a plugin that can send the guild bank amount to a mysql webserver database ^^
 
Back
Top