Showing results 1 to 9 of 9
Search took 0.00 seconds.
Search: Posts Made By: Silmano
Forum: AddOn Search/Requests 05-26-09, 08:20 AM
Replies: 3
Views: 3,075
Posted By Silmano
Titan Panel has that implemented (or something...

Titan Panel has that implemented (or something like that).

The things I know it tells you is XP gained from session / XP per hour / time to level / kills to level (getting last xp gain as last kill)
Forum: General Authoring Discussion 10-17-08, 12:47 PM
Replies: 1
Views: 2,914
Posted By Silmano
Filtering buff stacks

I was wondering how can I filter the combat log to know how many stacks of a new buff I have.

function Test:CombatLogEvent(a, timestamp, event, sourceGUID, sourceName, sourceFlags, destGUID,...
Forum: Lua/XML Help 06-04-08, 04:55 AM
Replies: 1
Views: 2,785
Posted By Silmano
Question Database get/set general functions

Having this piece of code in ACE3:
local options = {
name = "testOptions",
type = "group",
args = {
test1 = {
name = "Test1",
desc = "Test1",
type = "toggle",
get = getOption,
Forum: General Authoring Discussion 06-18-07, 10:38 AM
Replies: 1
Views: 2,876
Posted By Silmano
Run some lua code on advanced hotkey?

I was wondering, how can I make an addon run a lua function or code when I hit Alt+Left Click on an item?

Do I have to change the XML file or just the LUA?

Thanks in advance!
Forum: Lua/XML Help 01-23-07, 06:04 AM
Replies: 1
Views: 3,571
Posted By Silmano
Strange button/layer problem

I have a button in XML with the following code:
<Frames>
<Button text="Sell" name="SellButton">
<Size>
<AbsDimension x="100" y="22" />
</Size>
<Layers>
<Layer...
Forum: Lua/XML Help 01-23-07, 05:17 AM
Replies: 0
Views: 2,666
Posted By Silmano
Geting item properties

With GetItemInfo() (http://www.wowwiki.com/API_GetItemInfo) we can get several item properties, but how can we get vendor prices of the items in our inventory when a merchant window is opened?

I've...
Forum: Lua/XML Help 01-18-07, 10:01 PM
Replies: 0
Views: 2,699
Posted By Silmano
How can I get item prices?

What function/line or whatever I have to use to be able to store an item price?

I know there are addons that do that already, please I want an example, not an addon.
Forum: General Authoring Discussion 01-18-07, 06:57 AM
Replies: 2
Views: 3,036
Posted By Silmano
Its a good idea, but I'm still starting with...

Its a good idea, but I'm still starting with scripts and mods for WoW, can you explain it a little more script based? (with an example or a reference)
Forum: General Authoring Discussion 01-18-07, 05:15 AM
Replies: 2
Views: 3,036
Posted By Silmano
Adding buttons to NPC frames?

I was wondering how can I add a button to a merchant frame, for example, and make it do something when pressed...


I'm using ACE2 Libs on my future mod, so I dont really know if this should be...
Showing results 1 to 9 of 9