Yoko
http://forum.yoko.com.ua/

Вопрос!
http://forum.yoko.com.ua/viewtopic.php?f=20&t=12945
Page 1 of 1

Author:  Knout [ 2007-12-23 10:47:35 ]
Post subject:  Вопрос!

народ я вот в инжекте увидел такой скрипт на каст магии как их применить в самой игре?

Code:
sub castPoison()
    UO.waittargetlast()
    if uo.count("0x1F40") then
       UO.usetype(0x1F40)
    else
       UO.cast('Poison')
    endif       
endsub

sub castLightning()
    UO.waittargetlast()
    if uo.count("0x1F4A") then
       UO.usetype(0x1F4A)
    else
       UO.cast('Lightning')
    endif       
endsub

sub castParalyze()
    UO.waittargetlast()
    if UO.count("0x1F52") then
       UO.usetype(0x1F52) 
    else
       UO.cast('Paralyze')       
    endif
endsub

sub castFlamestrike()
    UO.waittargetlast()
    if UO.Count("0x1F5F") then
       UO.usetype(0x1F5F)
    else
       UO.cast('Flame Strike')
    endif
endsub

; ÕÎÐÎØÈÅ ÑÏÅËËÛ

sub castGreaterHeal()
    UO.waittargetself()
    if UO.count("0x1F49") then
       UO.usetype(0x1F49)   
    else   
       UO.cast('Greater Heal')
    endif
endsub

sub castReflection()
    UO.waittargetself()
    if UO.count("0x1F50") then
       UO.usetype(0x1F50)
    else
       UO.cast('Magic Reflection')
    endif
endsub

; Ðåêîëë ïî ðóíêå äîìîé
sub RecallHome()   
    if UO.count("0x1F4C") then
       UO.waittargetobject('HomeRune') 
       UO.usetype(0x1F4C)
    else
       UO.cast('Recall','HomeRune')
    endif
endsub

sub castTeleport()
    if UO.count("0x1F42") then
       UO.usetype(0x1F42)
    else
       UO.cast('Teleport')
    endif
endsub

Author:  Kynep [ 2007-12-23 11:17:26 ]
Post subject:  Re: Вопрос!

Knout wrote:
народ я вот в инжекте увидел такой скрипт на каст магии как их применить в самой игре?

Code:
sub castPoison()
    UO.waittargetlast()
    if uo.count("0x1F40") then
       UO.usetype(0x1F40)
    else
       UO.cast('Poison')
    endif       
endsub

sub castLightning()
    UO.waittargetlast()
    if uo.count("0x1F4A") then
       UO.usetype(0x1F4A)
    else
       UO.cast('Lightning')
    endif       
endsub

sub castParalyze()
    UO.waittargetlast()
    if UO.count("0x1F52") then
       UO.usetype(0x1F52) 
    else
       UO.cast('Paralyze')       
    endif
endsub

sub castFlamestrike()
    UO.waittargetlast()
    if UO.Count("0x1F5F") then
       UO.usetype(0x1F5F)
    else
       UO.cast('Flame Strike')
    endif
endsub

; ÕÎÐÎØÈÅ ÑÏÅËËÛ

sub castGreaterHeal()
    UO.waittargetself()
    if UO.count("0x1F49") then
       UO.usetype(0x1F49)   
    else   
       UO.cast('Greater Heal')
    endif
endsub

sub castReflection()
    UO.waittargetself()
    if UO.count("0x1F50") then
       UO.usetype(0x1F50)
    else
       UO.cast('Magic Reflection')
    endif
endsub

; Ðåêîëë ïî ðóíêå äîìîé
sub RecallHome()   
    if UO.count("0x1F4C") then
       UO.waittargetobject('HomeRune') 
       UO.usetype(0x1F4C)
    else
       UO.cast('Recall','HomeRune')
    endif
endsub

sub castTeleport()
    if UO.count("0x1F42") then
       UO.usetype(0x1F42)
    else
       UO.cast('Teleport')
    endif
endsub


В закладке Hotkeys делаешь бинд на нужную клавишу:
Code:
exec castTeleport

или что там тебе надо.
и фсе :)

Author:  grundick [ 2007-12-23 14:41:37 ]
Post subject:  Re: Вопрос!

Kynep wrote:

В закладке Hotkeys делаешь бинд на нужную клавишу:
Code:
exec castTeleport

или что там тебе надо.
и фсе :)

Author:  Mihail [ 2007-12-25 02:06:56 ]
Post subject:  Re: Вопрос!

Knout wrote:
...

38 постов и спрашивать такие вещи.. кстати посмотрел по постам - там вопросы были не лучше..
рекоммендую посылать афтара в ФАК и не тратить на него свое время.. если ему лень читать, то почему другие должные ему что-то объяснять?

Author:  Kynep [ 2007-12-25 12:56:20 ]
Post subject:  Re: Вопрос!

Mihail wrote:
Knout wrote:
...

38 постов и спрашивать такие вещи.. кстати посмотрел по постам - там вопросы были не лучше..
рекоммендую посылать афтара в ФАК и не тратить на него свое время.. если ему лень читать, то почему другие должные ему что-то объяснять?


Я ЗА!
Аффтар тебе
сюда

Page 1 of 1 All times are UTC+02:00
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/