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

Thursday, April 10th 2014, 5:20am

Warden Gameplay /hud setup!

Hey guys I guess I'll reveal my favorite character, I wanted to show off my hud setup. It's not specifically for warden but I play a warden and found that this setup I like alot. Please dont judge my misclicks >,< and bad skill timings. Running outdated equipment/stats so I feel like I'm doing well.

Modded fslimUI to show buff timers for pet frame. Changed tooltip achors and moved around other various things. Running a slew of addons, and having fun. You could say my combat is alot like dancing. If you dont understand then you never seen me in the sand! xD


camagic

Professional

Posts: 849

Location: noobville

Occupation: expert noob

  • Send private message

2

Friday, April 11th 2014, 11:51am

I would like to thank you. You have engery absorb on your action bar, and actually use it.

What addon or macro is that for the pet summoning? It seems to automatically turn on the pet special skills is why I ask, since it gets annoying old to have to manually activate them every time I summon a pet.
95wd/95s/65d
server artemis
Please do not "class balanace" the tactics I use.

3

Friday, April 11th 2014, 8:09pm

Source code

1
2
3
/run if IsShiftKeyDown() then CastSpellByName("Summon Spirit of the Oak") elseif IsCtrlKeyDown() then CastSpellByName("Summon Nature Crystal") else CastSpellByName("Summon Oak Walker") end
/wait 2.5
/run TargetUnit("pet") if UnitName("target")=="Nature Crystal" then UsePetAction(5, true) UsePetAction(6, true) else UsePetAction(5, true) end


Thats pretty much it, been messing with it here and there. So I'll have to get in game and get ya my most recent. But I think this one works ok. Cant remember if it worked right or not. I'm also sure there are prolly ways to shorten it. Still lookin into all of it. OH! .... Yeah I think I did add some code to set focus a target cuz when your in battle you'll lose your target using this, and a check to check if yourself is a target then focus nil or something. I'll get back to ya. I know it's getting pretty long now >,< (Using extended macro icons addon give ya extra space for code limit is 700 something.) I still want to shorten it so ppl can use something like this w/o the addon.

Oh yeah about energy absorb, and using it... I try to use all the skills even if I didnt invest TP into them. I use them all ^.^ well at least the ones I have.

If ya only wanted a macro for just "One" of the warden pets. You could...

Source code

1
2
3
/run CastSpellByName("Summon Your Pet Skill Name")
/wait 2.5 (or whatever your cast time is. (Using Item set here)
/run UsePetAction(#, true) --- (# is the number on the skill bar 1 being first slot on left then counting upwards each slot to the right)

This post has been edited 1 times, last edit by "13lack13ox" (Apr 11th 2014, 8:14pm)


4

Friday, April 11th 2014, 11:58pm

Well cant post 2 vids same thread. make a new one then..