Thread Tools Display Modes
06-25-10, 04:40 AM   #1
mrStrike
A Defias Bandit
Join Date: Oct 2008
Posts: 3
Need addon to warlock

Sorry for the language.
The question is that I need help with an addon for warlock
algorithm such
{---------------------------------------------------------}
Var
Tik:integer=0

Event: Mana change

begin
if tik>0 then
begin
tik=tik-1
exit procedure
end
else
tik=0

if tik=0
if (mana count < 50% ) and (hp count >75%) then
begin
execute skill Lifetap(http://ru.wowhead.com/spell=57946)
tik=2
end
{---------------------------------------------------------}
can somebody help with that?

По Русски

Вопрос в том что мне нужна помощь с аддоном для Warlock
алгоритм такой
{---------------------------------------------------------}
переменная:
Тик=0

событие: меняется количество манны

условия:
если тик>0 тогда
начало
тик=тик-1
выход из процедуры
конец
иначе
тик=0

если тик=0 тогда
если (количество манны < 50% ) и (количество здоровья >75%) тогда
начало
используем скил Жизнеотвод(http://ru.wowhead.com/spell=57946)
тик=2
конец
{---------------------------------------------------------}

может кто нибудь помочь с этим?
  Reply With Quote
06-25-10, 05:22 AM   #2
v6o
An Onyxian Warder
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 399
You can't make bots, sorry.
__________________
I stopped playing back World of Warcraft in 2010 and I have no plans on returning.
This is a dead account and if you want to continue any of my addons or make a fork then feel free to do so.
This is your permission slip.

If you need to contact me, do so on Twitter @v6ooo

Best regards, v6.
  Reply With Quote
06-25-10, 05:29 AM   #3
mrStrike
A Defias Bandit
Join Date: Oct 2008
Posts: 3
why bot? This is only a script which responds to changes in the state player.
There are also addons responsive to the state of skills, is it not possible to handle change events mana / health?
  Reply With Quote
06-25-10, 05:55 AM   #4
Vis
A Pyroguard Emberseer
 
Vis's Avatar
Join Date: Mar 2009
Posts: 1,827
Someone correct me if I'm wrong here...

You can create an addon to notify you when your toon is at mp < 50% and hp >75%. Then you the user can manually press/click the button to activate LifeTap. That is ok.

You cannot create an addon to notify you and then automatically take an action for you with zero interaction on your part. That is considered botting and is very very bad in Blizz's eyes.

Hope that clarifies a bit for you.
  Reply With Quote
06-25-10, 06:01 AM   #5
mrStrike
A Defias Bandit
Join Date: Oct 2008
Posts: 3
Thank you, now more understandable why this bot
  Reply With Quote
06-25-10, 07:47 AM   #6
Chibi
A Cyclonian
 
Chibi's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2005
Posts: 43
You also can't make one that would let you hit the same button to cast one spell, say shadowbolt, and then when conditions are met, automagically change itself to cast life tap.
__________________
Perhaps...
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Need addon to warlock


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off