Показать сообщение отдельно
Старый 10.04.2010, 20:55   #5
Местный
 
Аватар для Proto
 
Регистрация: 09.11.2009
Сообщений: 276
Сказал Спасибо: 32
Имеет 44 спасибок в 25 сообщенях
Proto пока неопределено
По умолчанию

Код:
Label(Main)
Call(Chant of Combat 1517)
Call(Chant of Critical Attack 1518)
Call(Chant of Blood Awakening 1519)
Call(Chant of Movement 1535)
Call(Chant of Fire 1006)
Call(Chant of Eagle 1309)
Call(Chant of Spirit 1362)
Call(Chant of Protection 1461)
Call(Chant of Revenge 1284)
/Call(War Chant 1390)
/Call(Earth Chant 1391)
/Call(Chant of Victory 1363)
Jmp(Main)
/-----------------------------
Label(Chant of Combat 1517)
CharBuffs(Chant of Combat[Id=1517])
{
Return()
}
RequestJoinParty(имя чара,0)
Delay(1000)
UseSkill([Id=1517])
Delay(3000)
QuitParty()
Return()
/-----------------------------
Label(Chant of Critical Attack 1518)
CharBuffs(Chant of Critical Attack[Id=1518])
{
Return()
}
RequestJoinParty(имя чара,0)
Delay(1000)
UseSkill([Id=1518])
Delay(3000)
QuitParty()
Return()
/-----------------------------
Label(Chant of Blood Awakening 1519)
CharBuffs(Chant of Blood Awakening[Id=1519])
{
Return()
}
RequestJoinParty(имя чара,0)
Delay(1000)
UseSkill([Id=1519])
Delay(3000)
QuitParty()
Return()
/-----------------------------
Label(Chant of Movement 1535)
CharBuffs(Chant of Movement[Id=1535])
{
Return()
}
RequestJoinParty(имя чара,0)
Delay(1000)
UseSkill([Id=1535])
Delay(3000)
QuitParty()
Return()
/-----------------------------
Label(Chant of Fire 1006)
CharBuffs(Chant of Fire[Id=1006])
{
Return()
}
RequestJoinParty(имя чара,0)
Delay(1000)
UseSkill([Id=1006])
Delay(3000)
QuitParty()
Return()
/-----------------------------
Label(Chant of Eagle 1309)
CharBuffs(Chant of Eagle[Id=1309])
{
Return()
}
RequestJoinParty(имя чара,0)
Delay(1000)
UseSkill([Id=1309])
Delay(3000)
QuitParty()
Return()
/-----------------------------
Label(Chant of Spirit 1362)
CharBuffs(Chant of Spirit[Id=1362])
{
Return()
}
RequestJoinParty(имя чара,0)
Delay(1000)
UseSkill([Id=1362])
Delay(3000)
QuitParty()
Return()
/-----------------------------
Label(Chant of Protection 1461)
CharBuffs(Chant of Protection[Id=1461])
{
Return()
}
RequestJoinParty(имя чара,0)
Delay(1000)
UseSkill([Id=1461])
Delay(3000)
QuitParty()
Return()
/-----------------------------
Label(Chant of Revenge 1284)
CharBuffs(Chant of Revenge[Id=1284])
{
Return()
}
RequestJoinParty(имя чара,0)
Delay(1000)
UseSkill([Id=1284])
Delay(3000)
QuitParty()
Return()
/-----------------------------
Label(War Chant 1390)
CharBuffs(War Chant[Id=1390])
{
Return()
}
RequestJoinParty(имя чара,0)
Delay(1000)
UseSkill([Id=1390])
Delay(3000)
QuitParty()
Return()
/-----------------------------
Label(Earth Chant 1391)
CharBuffs(Earth Chant[Id=1391])
{
Return()
}
RequestJoinParty(имя чара,0)
Delay(1000)
UseSkill([Id=1391])
Delay(3000)
QuitParty()
Return()
/-----------------------------
Label(Chant of Victory 1363)
CharBuffs(Chant of Victory[Id=1363])
{
Return()
}
RequestJoinParty(имя чара,0)
Delay(1000)
UseSkill([Id=1363])
Delay(3000)
QuitParty()
Return()
На этом форуме валялось , кто-то добрый выложил а я любезно сохранил

Последний раз редактировалось Proto, 10.04.2010 в 21:08.
Proto вне форума   Ответить с цитированием