Yoko

All sides of Injection
It is currently 2025-11-05 02:27:50

All times are UTC+02:00




Post new topic  Reply to topic  [ 23 posts ]  Go to page Previous 1 2
Author Message
 Post subject:
PostPosted: 2008-02-10 20:06:04 
Offline

Joined: 2007-04-26 23:35:15
Posts: 220
Спасибо большое, буду пробовать.
А как еще решаются проблемы с одновременным нажатием клавиш? :roll:


Top
   
 Post subject:
PostPosted: 2008-02-10 22:04:37 
Offline
Expert!

Joined: 2004-04-03 17:36:29
Posts: 2544
Location: Saint-Petersburg
Ручками. Либо hex-эдитором.

_________________
Ни один скрипт не работает? Пора обновить Инжект...
Все работает, но хочется большего? Пора переходить на стелс...


Top
   
 Post subject:
PostPosted: 2008-03-24 10:44:36 
Offline

Joined: 2006-03-10 00:19:11
Posts: 265
Location: http://drw.ru/
Если ставить на хоткей догонялку то можно замутить такую тему, только переменные cOffset* надо поменять на свое смещение до центра игрового окна, короче до чара, в зависимости от твоего расположения окон, координаты лучше брать гденибуть в районе груди пешего чара...

Потом всё это дело забиндить на хоткей АЛЬТ + * + *, например CTRL + ALT + Z, и после нажатия хоткея подержать зажатым альт до появления надписи "Now Following", только вот все равно на ходу почти не работает, только когда оба чара стоят, ну максимум ходят пешком

Code:
sub ClickGay()
var mx,my,tx,ty,dx,dy
mx=uo.GetX("self")
my=uo.GetY("self")
tx=uo.GetX("laststatus")
ty=uo.GetY("laststatus")
var cOffsetX=645
var cOffsetY=390
if abs(mx-tx)<14 and abs(my-ty)<14 then
   dx=(mx-tx)*22-(my-ty)*22
   dy=(mx-tx)*22+(my-ty)*22
   uo.print(str(cOffsetX-dx)+" "+str(cOffsetY-dy))
   UO.LClick(cOffsetX-dx,cOffsetY-dy);
else
   uo.print("цель вне экрана")
endif
endsub

_________________
DRW - Glorior Belli
Image


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 23 posts ]  Go to page Previous 1 2

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Limited