фигня

Anything and all.

Moderators: Murderator+, Murderator

Post Reply
kicker
Posts: 56
Joined: 2006-05-12 15:02:34

фигня

Post by kicker »

а как сделать чтобы он из определенного пакетика таскал 1 бутылку яда и клал в пак
Scripts Writer
Posts: 2259
Joined: 2005-04-19 18:00:29
Location: Московская область
Contact:

Post by Scripts Writer »

Code: Select all

uo.FindType(poison,color,paketik)
if uo.FindCount() then
  uo.moveitem('finditem','1')
  wait(500)
end if
Post Reply