Yoko

All sides of Injection
It is currently 2026-01-27 12:08:06

All times are UTC+02:00




Post new topic  Reply to topic  [ 5 posts ] 
Author Message
PostPosted: 2006-07-08 07:11:33 
Offline

Joined: 2005-09-08 18:38:12
Posts: 64
how can i set an object without having to target it ? i tried something like this:

Code:
sub AltT() 
 Var Mage=0x0000fb84
 
 if uo.getserial('Help')==Mage then
 uo.getserial('Help')==0x0000fb25
 uo.print('Healing Target - NF')
 return
 end if

end sub


someone help me plz[/code]


Top
   
 Post subject:
PostPosted: 2006-07-09 14:45:18 
Offline

Joined: 2005-09-08 18:38:12
Posts: 64
Help Plz


Top
   
 Post subject:
PostPosted: 2006-07-09 18:20:31 
Offline
Expert!
User avatar

Joined: 2005-05-04 14:05:19
Posts: 2580
Location: Москва
Code:
sub AltT() 
 Var Mage=0x0000fb84
 
 if uo.getserial('Help')==Mage then
 uo.addobject('Help', '0x0000fb25')
 uo.print('Healing Target - NF')
 return
 end if

end sub


Top
   
 Post subject:
PostPosted: 2006-07-10 05:47:26 
Offline

Joined: 2005-09-08 18:38:12
Posts: 64
Grin wrote:
Code:
sub AltT() 
 Var Mage=0x0000fb84
 
 if uo.getserial('Help')==Mage then
 uo.addobject('Help', '0x0000fb25')
 uo.print('Healing Target - NF')
 return
 end if

end sub


Thanks You


Top
   
 Post subject:
PostPosted: 2006-07-10 13:58:53 
Offline
Expert!
User avatar

Joined: 2005-09-14 15:31:58
Posts: 2152
Location: Latvia
Grin wrote:
Code:
sub AltT() 
 Var Mage=0x0000fb84
 
 if uo.getserial('Help')==Mage then
 uo.addobject('Help', '0x0000fb25')
 uo.print('Healing Target - NF')
 return
 end if

end sub


а в чём смысл этого скрипта ? выгледит странно ...

_________________
Уроки языка Injection
Основные команды языка Injection
Yoko Injection Code Sweeper
Drw (2009) скрипты
2017 Начал играть на Uorpg.net


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 5 posts ] 

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 3 guests


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:  
Powered by phpBB® Forum Software © phpBB Limited