Paralyze Field на LastTarget:
sub pf()
Uo.waittargettile("400",str(Uo.getx("lasttarget")),str(Uo.gety("lasttarget")),str(Uo.getz("lasttarget")))
Uo.cast("Paralyze Field")
endsub
Loot под PvP-Alfa:
sub Lootin()
var t,l
t=500
dim LootingItem[8]
uo.Print('Начинаем Лутать...')
### Armore Looting Items ###
LootingItem[0] = 0x1412 ## - Platemail Helm
LootingItem[1] = 0x1411 ## - Platemail Legs
LootingItem[2] = 0x1410 ## - Platemail Arms
LootingItem[3] = 0x1414 ## - Platemail Gloves
LootingItem[4] = 0x1B76 ## - Platemail Heater
LootingItem[5] = 0x1413 ## - Platemail Gorget
LootingItem[6] = 0x1415 ## - Platemail
LootingItem[7] = 0x1b74 ## - Shield
uo.canceltarget()
uo.Print('Выбери контейнер')
uo.addobject('lootcontainer')
while uo.targeting()
wait(100)
wend
for l=0 to 7
uo.FindType(LootingItem[l],"-1",'lootcontainer')
if uo.FindCount()>0 and uo.GetDistance('lootcontainer')<=2 then
uo.Grab(1,"finditem")
uo.Print('Найден предмет: '+str(uo.findcount()))
wait(t)
end if
next
uo.Print('Лут Закончен.')
end sub
Text под Pts
sub Pts()
var point
repeat
if UO.InJournal("You have gained") Then
uo.fontcolor (0x0254)
UO.msg("+ PvP Point[s] for t1m3")
wait (250)
UO.DeleteJournal()
endif
Wait(1000)
until false
end sub
Уйты с арены:
sub Stone()
UO.Exec('warmode 0')
var Stone='0x1183'
uo.usefromground(Stone)
uo.cast("Magic Reflection","self")
wait(4900)
UO.Exec('warmode 0')
end sub
Injection scripts by t1m3
Moderators: Murderator+, Murderator
Injection scripts by t1m3
It's t1m3 to pvp....
Play hard Go pro
Play hard Go pro
-
- Junior Expert
- Posts: 3221
- Joined: 2004-06-24 22:08:56
-
- Junior Expert
- Posts: 3221
- Joined: 2004-06-24 22:08:56
flake wrote:Русский он
Я по аналогии с названием топика.
Если автор в течении трёх дней не исправит свой пост - мувну в треш.
viewtopic.php?t=5227