Jump to content

Recommended Posts

Posted

Bueno, primero mi personaje es Ferguss, un Human Rogue lvl 53+ del servidor de llane, de Aspect of the Dragron (antes pertenecia a los centinelas arcanos pero patearon al guildmaster fuera de wow...)

Tengo una par de dudas, que aunque me va bien en la jugada, me gustaria aprender varas nuevas, no se si sera ya un poco tarde preguntar pero bueno:

- Los macros... alguien me puede explicar como se usan? son comandos? los invento yo? se consiguen en algun lugar?

- Los puntos de talento.... existe alguna manera de obtenerlos mas rapido, hasta el momento solo logro conseguir uno por cada vez que subo de nivel. Me parece que para Lvl 53 tengo muy pocos y hay muchos talentos que no he aprendido o desarrollado.

Les agradezco si me aclaran las dudas, la verdad no juego tanto como me gustaria, entre el brete y los estudios me queda poca vida.

Pero si estoy orgulloso de mi rogue.

Y que se joda arias, antes de que nos joda a todos.

Posted

bueno no creo q ese lobo este tan viejo por la preguntas ^^ con todo respeto

bueno:

1. los macros los crea ud a su antojo

2. en todo el juego solo llega a tener 51 puntos de talentos y le dan 1 por nivel ! asi q debe pensar MUY bien como asignarlos por ahi andan varios rogues q le pueden ayudar a como asignarlos

Posted (edited)

macros son como los comandos que ud mete en una consola...

programa los botones con ordenes que ud quiere ejecutar...

los puede escribir ud mismo pero si le da pereza busque macros que otros maes han escrito...

por ejemplo yo estoy usando estos:

macro1:

/cast Frost Shock(Rank 4)

/cast Frost Shock(Rank 1)

macro2:

/cast Earth Shock(Rank 7)

/cast Earth Shock(Rank 1)

macro3:

/y Rezzing %t

/cast Ancestral Spirit(Rank 5)

lo que hace el macro1 por ejemplo es cast el frost shock de mas alto rank (mas dmg, pero mas mana) en caso de que no tenga mana se salta el primero comando y efectua el 2do... como es rank1 lo mas seguro es que si haya mana... la ventaja es que asi me aseguro de tener un frost shock para slow down al enemigo aun estando bajo de mana... si tuviera el frost shock rank7 en el action bar... no habria forma de sacar el rank1...

mismo caso con earth shock... cuando ando full de mana me puedo dar el lujo de castear rank7... pero si ando sin mana se salta el primer comando y cast el rank1...

el macro3 lo que hace es gritar "Rezzing <insert name here>" el %t es como el juego interpreta una seleccion... entonces el nombre de la persona que yo haya seleccionado con el mouse va en lugar del %t

despues de gritar a quien voy a resucitar... hago el cast de ancestral spirit... y revivo al mae... el punto de gritar es para que otra gente no resucite al mismo mae...

nada mas google y busque rogue macros y fijo va a ver macros de otra gente que le pueden ser util...

ya kami le explico los talentos... cada clase tiene 51 talents como maximo... lo que puede hacer es buscar tambien COMO usarlos... igual google y busque rogue talent build y se encontrara seguramente los builds mas tipicos y recomendaciones dependiendo de como quiera jugar su rogue...

Edited by Kan
Posted

Quizás el problema que ud tenga con sus talentos es que le parece que en cierto momento va a llegar a tenerlos todos. Sólo se tienen 51 y sí, hay que pensar bien para no estar pagando respecs. Para rogue los más comunes creo que son Cold Blood/Preparation (21/8/22), Seal Fate Daggers (31/8/12 o 30/8/13) y Hemorrage (21/8/27). Para levelear y grindear algunos aseguran que no hay como los builds centrados en combat. He aquí un thread con algunos de los builds más populares.

http://forums.worldofwarcraft.com/thread.a...mp=1#post723123

Posted

con que quiere macros ^^ aqui le van unos:

Mage o cualquier clase con Power trinkets:

Use Trinket on every cast when not coolingdown

Contributed by: Zeerimunin

Description/Usage:

Everytime the Talisman of Ephemeral Power is able to be used it is when wrath is cast. This can be used with every dmg and heal spell you have so the talisman buff is never being wasted. Also works for other trinkets with cooldowns like Blessed Prayer Beads, just make sure the trinket is in the Top slot, or change both numbers to 14 instead of 13 for the bottom trinket slot.

Macro:

--------------------------------------------------------------------------------

Q u o t e:

/script if (GetInventoryItemCooldown("player", 13)==0) then UseInventoryItem(13);end

/cast Wrath()

/script if (GetInventoryItemCooldown("player", 13)==0) then UseInventoryItem(13);end

/cast Flash Heal(Rank 7)

you can also add other 'timered' cooldowns to this, you just have to mash the macro key more. mine has

/cast Arcane Power

/cast Presence of Mind

/cast Pyroblast

for one macro and the above for just fireball.

this also works with the Zandalar Hero Charm

Warlock:

Ok, I found and am now using 2 macros for my lock. One of them requires the mod called Supermacro and the other does not. The one that can be used without a mod is as follows:

/script local m={25,40,65,110,160,210,265,315,370} Cat=0 High=9 Low=1 f=0 for i=High,Low,-1 do if (f==0 and UnitMana("player")>(m*(1-Cat/100))) then s="Shadow Bolt(Rank "..i..")" f=1 end end if f==0 then s="Shoot" end CastSpellByName(s)

"Cat" Cataclysm. If you have it, change it from zero to whatever level you have in Cataclysm, otherwise leave it at 0.

"High" should be set to the highest level of SB you want to cast. Do not set it higher than your max SB level or the macro will error out.

"Low" should be set to the lowest level of SB you want to cast.

Basically, each press of the button casts the highest level SB within your preset range that you have the mana to cast. If you do not have enough mana to cast the lowest level that you set in your range, it instead starts firing your wand.

---------------------------------------------------------------------

The second, and more ridiculously complex macro is as follows: (you will need to download the Supermacro mod to make this work)

macro GB

/script a=0;b=0;c=0;d=0;e=0;f=0;LD=292;LT=364;RunMacro("GS1");RunMacro("GS2");RunMacro("GS3");RunMacro("GC1");RunMacro("GC2");

macro GS1

/script if (UnitHealth("target")>50) then a=1;b=1;c=1;end;x=UnitHealthMax("player")-UnitHealth("player");y=UnitManaMax("player")-UnitMana("player");if x>LD then e=1 else if y>LT then f=1;end;end;

macro GS2

/script for i=1,8 do UnitDebuff("target", i);GameTooltip:SetUnitDebuff("target",i);g=GameTooltipTextLeft1:GetText();if g=="Immolate" then a=0;end;if g=="Corruption" then b=0;end;if g=="Curse of Agony" then c=0;end;end;

macro GS3

/script for i=1,16 do UnitBuff("player", i);GameTooltip:SetUnitBuff("player",i);if GameTooltipTextLeft1:GetText()=="Shadow Trance" then d=1;end;end;

macro GC1

/script h=0;if a==1 then CastSpellByName("Immolate");PetAttack();h=1; else if b==1 then CastSpellByName("Corruption");h=1; else if c==1 then CastSpellByName("Curse of Agony");h=1;end;end;end;

macro GC2

/script if h==0 then if d==1 then CastSpellByName("Shadow Bolt") else if e==1 then CastSpellByName("Drain Life") else if f==1 then CastSpellByName("Life Tap") else CastSpellByName("Shadow Bolt");end;end;end;end;

Macro "GB" is the one that you actually keybind or put in your action bar. For your use you will need to manually edit the spell ranks (in GC1 and GC2) and life tap / life drain amounts (in GB, as LD and LT - I've marked these in red and green. the numbers represent the number of points below your maximum that the macro will allow you to be before triggering Drain Life or Life Tap), as well as the target health percent for DOT reapplication (in GS1 - look for "UnitHealth("target")>50" the 50 is the percentage. adjust as you see fit).

It goes through the following logic:

1) If target does not have debuff "Immolate" and is at greater than 50% health, cast Immolate (and pet attack)

2) If target does not have debuff "Corruption" and is at greater than 50% health, cast Corruption

3) If target does not have debuff "Curse of Agony" and is at greater than 50% health, cast Curse of Agony

4) If I have buff "Shadow Trance" cast Shadow Bolt

5) If I am missing more than XXX health, cast Drain Life

6) If I am missing more than YYY mana, cast Life Tap

7) Profit (Cast Shadow Bolt)

This one has one apparent flaw. It is supposed to cast Shadowbolt if all three DoTs are on your target, Nightfall is not in effect and you do not need Drain Life or Life Tap to go off, but it doesn't fire. Anyone who knows how to code macros, if you can figure out that problem, that'd be really cool.

Posted

el de NS+Healing touch

/cast Natureshit

/ScriptCancellSpell();

/cast Healing Touch(rank x)

si no sabe como insertar los eplls solo abra el librito de spells y shit click en el spells cuando esta la vara del amcro abierto y auntomaticamente se le copia el casteo en el amcro.

EDIT: mira crystavia leyendo los foros xD que posteee que postee :lol2: fijo me madrea ojo

Guest
This topic is now closed to further replies.
×
×
  • Create New...