Dual spec popup script?

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
unicron
Posts: 38
Joined: Fri Mar 05, 2010 3:29 pm

Dual spec popup script?

#1 Post by unicron »

I was scoping around on another forums and they were suggesting that if someone could figure out the script to popup the dual spec box; you would be able to respec essentially anywhere. Right now you can activate it at the npc and simply run around anywhere you want and change it at anytime. Anyone ever figure this out?
User avatar
Administrator
Site Admin
Posts: 5353
Joined: Sat Jan 05, 2008 4:21 pm

Re: Dual spec popup script?

#2 Post by Administrator »

Try ExchangeClassFrame:Show(), ExchangeClass(main, sub), and ExchangeClassFrame:Hide()?
unicron
Posts: 38
Joined: Fri Mar 05, 2010 3:29 pm

Re: Dual spec popup script?

#3 Post by unicron »

Administrator wrote:Try ExchangeClassFrame:Show(), ExchangeClass(main, sub), and ExchangeClassFrame:Hide()?
Show and Hide work. When the Show frame pops up it gives a class error, when I try to change it.

If I use ExchangeClass(main, sub); it expects some type of integer. Not sure what number represents what. I used my level, but no go.
unicron
Posts: 38
Joined: Fri Mar 05, 2010 3:29 pm

Re: Dual spec popup script?

#4 Post by unicron »

There must be some other trigger for it to work. Sort of like being able to open your bank and see what is inside of it anywhere, but you can't technically interact with it. I'm thinking the class should though, since you can literally go anywhere as long as the popup box doesn't go away and you can change your class. (can't go in instances etc)
User avatar
Administrator
Site Admin
Posts: 5353
Joined: Sat Jan 05, 2008 4:21 pm

Re: Dual spec popup script?

#5 Post by Administrator »

unicron wrote:Not sure what number represents what. I used my level, but no go.

Code: Select all

CLASS_WARRIOR = 1;
CLASS_SCOUT = 2;
CLASS_ROGUE = 3;
CLASS_MAGE = 4;
CLASS_PRIEST = 5;
CLASS_KNIGHT = 6;
CLASS_WARDEN = 7;
CLASS_DRUID = 8;
unicron
Posts: 38
Joined: Fri Mar 05, 2010 3:29 pm

Re: Dual spec popup script?

#6 Post by unicron »

As Warden/Scout I tried...

/script ExchangeClass(2, 7);

No go though. I tried it with the box open and closed.
unicron
Posts: 38
Joined: Fri Mar 05, 2010 3:29 pm

Re: Dual spec popup script?

#7 Post by unicron »

Oh snap, they ninja fixed the class change bug this past week with all those updates. It auto closes if you get too far from the npc. It probably patched this as well I would think.
Post Reply