UOAssist and razor both have the target relative location, so it targets the tile on ground based on your currently location, is this possible in Injection?
I've tried alot with Injection with the ,target with tiles and stuff but not much really seemed to work, and all it does it give lotsa bad packets... hehe
So my question, does anyone know how this would work?
For instance, I would want to cast a poison field spell 2 tiles south of me, precasted...
So i'm running with my spell precasted and I would want to use it, or teleport precasted and cast like a tile north of me...
Thanks in advance
Greyhound
Targeting Relative location?
Moderators: Murderator+, Murderator
Code: Select all
uo.waittargettile("400",str(uo.getx("self")-5),str(uo.gety("self")+1),str(uo.getz("self")))
Code: Select all
uo.waittargettile("400",str(uo.getx("self")+7),str(uo.gety("self")+3),str(uo.getz("self")))
Code: Select all
uo.waittargettile("400",str(uo.getx("self")-2),str(uo.gety("self")-2),str(uo.getz("self")))
Code: Select all
waittargetground
waittargetlast
waittargetobject
waittargetobjecttype
waittargetself
waittargettile
waittargettype
for example... i guess this is what you are looking for?
Уроки языка Injection
Основные команды языка Injection
Yoko Injection Code Sweeper
Drw (2009) скрипты
2017 Начал играть на Uorpg.net
Основные команды языка Injection
Yoko Injection Code Sweeper
Drw (2009) скрипты
2017 Начал играть на Uorpg.net
-
- Junior Expert
- Posts: 3221
- Joined: 2004-06-24 22:08:56
In function getX, getY and getZ the attribute "self" is default.
E.g.:
Sorry for my clumsy English.
E.g.:
Code: Select all
uo.waittargettile("400",str(uo.getX()-2),str(uo.getY()-2),str(uo.getZ()));
Sorry for my clumsy English.
я оставил "self" чтоб человек мог понять, врятли он сможет это прочитать на русском в хелпе
з.ы. то что ты написал я уже написал в моём посте, кто теперь флудер?

з.ы. то что ты написал я уже написал в моём посте, кто теперь флудер?

Last edited by Nmy on 2006-11-29 01:14:12, edited 1 time in total.
Уроки языка Injection
Основные команды языка Injection
Yoko Injection Code Sweeper
Drw (2009) скрипты
2017 Начал играть на Uorpg.net
Основные команды языка Injection
Yoko Injection Code Sweeper
Drw (2009) скрипты
2017 Начал играть на Uorpg.net
-
- Junior Expert
- Posts: 3221
- Joined: 2004-06-24 22:08:56