Register for your free account! | Forgot your password?

You last visited: Today at 14:09

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



If then in mAcro

Discussion on If then in mAcro within the World of Warcraft forum part of the Popular Games category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: May 2005
Posts: 40
Received Thanks: 0
Hallo,
ich versuche ein Heilmakro zu schreiben, das entscheidet welcher Rang genommen werden muss. irgendwie funzt das aber net. Kann mir einer helfen. das habe ich im moment.

/target NAME
/script local s,t="Healing Touch(Rank 3)",UnitHealthMax(NAME)-UnitHealth(NAME) if (t>=800) then s="Healing Touch(Rank 6)" elseif (t>=400) then s="Healing Touch(Rank 4)" end CastSpellByName(s);

Habe addon damit ich bis zu 1000 Zeichen verwenden kann.
gecko67 is offline  
Old 05/18/2005, 22:44   #2
 
elite*gold: 0
Join Date: Nov 2004
Posts: 806
Received Thanks: 26
du willst, dass es den rang vom skill dem level vom ziel anpasst?

wenn ja, teste mal das hier.. habs grad in einem forum gefunden. sollte gehen, wenn ich da nichts verwechselt hab.

/script pr="Healing Touch(Rang " if (UnitLevel("target") ~= nil and UnitIsFriend("player","target"))then for i=60,X,-X do if (UnitLevel("target") >= (i-10) and UnitLevel("player") >= i) then CastSpellByName(pr..(i/6)..")") break end end end

für X solltest du den wert einsetzen, in welchen level schritten von 60 runter gezählt werden soll.
over is offline  
Old 05/19/2005, 08:40   #3
 
elite*gold: 0
Join Date: May 2005
Posts: 40
Received Thanks: 0
Nein sorry, ich versuche die Differenz zwischen HealthMax und Health auszurechnen und danach den Rang zu bestimmen.

Aber wenn da steht "player" und "target", muss ich da meinen namen hineinschreiben oder sind das Variablen?

danke
gecko67 is offline  
Old 05/19/2005, 18:32   #4
 
rocstar's Avatar
 
elite*gold: 0
Join Date: Mar 2005
Posts: 460
Received Thanks: 1
"player" und "target" sollten variablen sein
rocstar is offline  
Old 05/19/2005, 20:44   #5
 
elite*gold: 0
Join Date: Nov 2004
Posts: 806
Received Thanks: 26
schonmal damit probiert?

/script local t=UnitHealthMax("target")-UnitHealth("target");
/script if (t>=400) then CastSpellByName ("Healing Touch(Rank 4)")
elseif (t>=800) then CastSpellByName ("Healing Touch(Rank 6)");
end;

müsstest natürlich die (liste) komplett machen und das ganze etwas ändern, da ich sicher etwas falsch gemacht hab, aber vielleicht klappt es ja.

falls du die deutsche version verwendest musst du sowieso die spellnamen ändern sowie Rank in Rang ändern.
over is offline  
Reply


Similar Threads Similar Threads
[Release]Macro Files for Macro Manager (AKA BOT)
02/16/2010 - Grand Chase Hacks, Bots, Cheats & Exploits - 16 Replies
@all FYI its not a cheat its just a macro file that enables you to run dungeon so you can do other choirs like mussicca said...!! Contents Mana Valley Dungeon Macro File Xenia Frontier Dungeon UP and LEFT (Remap Dungeon)Macro File Ignis Mountain Dungeon Macro File Orc Temple Dungeon Macro File
[Macro] Making an assist Macro
10/02/2008 - General Gaming Releases - 1 Replies
This will tell you how to make an assist macro in the Warhammer Online game. This is a very useful macro that can be used in very busy surroundings such as Realm vs Realms, Scanerios and Public Quest. Step 1: Click the WAR icon Step 2: Click Macros icon Step 3: Click an empty box icon Step 4: Give your macro a name such as "Assist" Step 5: Type the following command /assist charactername Step 6: Click No Icon set box Step 7: Select an icon of your liking Step 8: Click Save
Macro Express (Help with Macro at Basilisk)
08/29/2007 - Conquer Online 2 - 4 Replies
O.K guys, so i have made a few macro's using macro express before. Now that my archer is level 128, i started making waters to plvl at basilisk. Since plvling is so repetitive, i want to leave my archer on bot running in circles around the stack killing bask's. I tried to do this with SV record route macro, but the problem w/ SV is that it will stand in one spot until it kills all the monsters. Thats why i tried to make my own macro express so it just shoots and jumps to the next coord. ...
Macro Express re-log macro help
01/08/2006 - Conquer Online 2 - 3 Replies
I use Co Partner but the re-log in feature in copartner SUCKS, as some of you know. So i use macro express... what my macro does is closes the instruction box, and clicks on log in (duh). Since this is a macro, its performing exact screen coordinates every single time and conquer detects that... hmm what could i do to make it more "randomized?".... any idea what to do to get past the macro detection?



All times are GMT +2. The time now is 14:09.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.