Магия.

Anything and all.

Moderators: Murderator+, Murderator

Post Reply
maximka4
Posts: 147
Joined: 2004-10-13 15:08:08

Магия.

Post by maximka4 »

люди дайте скрипт на магию . пожалуста. и не надо тока говорить что то про поиск -искал, там все скрипты то левые ,то недоделаные.ПОЖАЛУСТА.
maxim viktorovich
Peace
Posts: 5
Joined: 2004-10-29 16:38:59
Contact:

Post by Peace »

sub magery()
VAR LastTimer
while NOT UO.Dead()
sub poison()
var count = 0
uo.addobject('ns')
wait(5000)

count=uo.GetQuantity('ns')

while count > 0
count=uo.GetQuantity('ns')
uo.cast('Poison')
uo.waittargetself()
wait(2000)
uo.useskill('Meditation')
wait(1000)
uo.useskill('Meditation')
wait(1000)
uo.useskill('Meditation')
wait(2000)
uo.useskill('Meditation')
wait(7000)
wend


end sub
TigrisS
Posts: 1
Joined: 2004-07-23 00:01:35

Post by TigrisS »

Privetik,
slish, a u teba rabotaet etot skript??
Potomuchto ya igrau na Drw i u mena ne rabotaet :(((
drcrazy
Junior Expert
Posts: 92
Joined: 2004-10-12 00:48:57
Location: Шард МЕ2

Post by drcrazy »

Code: Select all

sub main()
   var i,j
   i=UO.GA
   while i>0
   for j=1 to 2
   UO.Exec("cast 'Resurrection' self")
   Wait(3500)
   next
   while UO.Mana<UO.Int
   UO.Exec("useskill 'Meditation'")
   Wait(5000)
   wend
   wend
end sub


У меня под ПОЛом вот такой скрипт был
The pleasure of satisfying a savage instinct, undomesticated by the ego, is incomparably much more intense then the one of satisfying a tamed instinct. S.Freud.
Post Reply