You are not logged in.

Applications: [GameMaster: OPEN] | [Volunteer Testers: OPEN]


This forum will be permanently shut down on Friday 13.07.2018
Please copy or save all important information from old forum before they will be deactivated
We have moved to new board. https://forum.runesofmagic.gameforge.com/Come join us.

1

Wednesday, July 25th 2012, 6:43pm

Party buffer addon

Peryl if you're still around *crosses fingers* you had made an addon called Party buffer. Or if anyone else is familiar with the addon and can tell me what I'm doing wrong.

I've tried adding in the Warlock buffs...well at least the main one and can't get it to work.


this is just partial of the class list portion in the lua file

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
-- Warden
    -- General
    ['Briar Shield']                = { who = "self",    maxtime = 900,    range = 0 },
    -- Primary
    -- Elite
    ['Earth Spirit Essence']        = { who = "self",    maxtime = 600,    range = 0 },
-- Warlock
    -- General
    -- Primary
    ['Sublimation Weave Curse']        = { who = "group",    maxtime = 1800,    range = 0 },
    -- Elite
    
-- Warrior
    -- General


I'm not sure if there is somewhere else I need to add warlock info? it's not showing any buffs available when I'm on my warlock primary.

any help for my short person would be appreciated

Peryl

Intermediate

Posts: 313

Location: Elsewhere

  • Send private message

2

Wednesday, July 25th 2012, 11:11pm

Quoted from "tulsenaca;560284"

Peryl if you're still around *crosses fingers* you had made an addon called Party buffer.

You aren't the first person to credit me with this add-on, but I'm not the creator of it, nor have I had anything to do with it.

Quoted from "tulsenaca;560284"

I'm not sure if there is somewhere else I need to add warlock info? it's not showing any buffs available when I'm on my warlock primary.

any help for my short person would be appreciated

There is likely some code somewhere that looks for the player's class. Look for a function called UnitClass() or UnitClassToken().

For UnitClassToken(), Warlocks have a token of HARPSYN, while Champions have a token of PSYRON.
2013... The year from hell....

3

Thursday, July 26th 2012, 12:25am

oh I'm sorry thought it was you (*sigh* my brain is like the game...memory leaks)

I didn't find anything in the lua file with a list of the classes or UnitClass() or UnitClassToken(). I don't think warlock will end up as the primary side I play so I guess not a big deal. I liked the quick visual when buffs were getting close to falling off rather than searching through a long list of buffs =)

Thank you for replying Peryl

4

Thursday, July 26th 2012, 12:27pm

Try this:

-- Warlock
['Sublimation Weave Curse'] = { who = "target", maxtime = 1800, range = 0 },

Should work.

It was written by Sixpax. Hope this helps.

Posts: 42

Location: Maryland, USA

Occupation: Own my own company doing furniture restoration and repair.

  • Send private message

5

Friday, September 7th 2012, 9:00am

Quoted from "Ofaniel;560473"

Try this:

-- Warlock
['Sublimation Weave Curse'] = { who = "target", maxtime = 1800, range = 0 },

Should work.

It was written by Sixpax. Hope this helps.


Yeah, Sixpax wrote this in Ch.3. I helped write out all the, at the time, buffs for druids and priests since I had both. Unfortunately he no longer plays RoM and wont be able to update this or PartyHealer, the sister to PartyBuffer. If you all can help keep it going it would be appreciated.
Christophermc
72r/ 67k/ 56s
Sarcasm is the shield behind which I hide my contempt for the stupid thing you just said.