Yoko

All sides of Injection
It is currently 2025-10-13 07:58:11

All times are UTC+02:00




Post new topic  Reply to topic  [ 4 posts ] 
Author Message
PostPosted: 2008-02-27 04:36:36 
Offline
User avatar

Joined: 2008-02-27 04:33:19
Posts: 3
Привет Всем! Я играю на шарде FW, прошу вас помоч мне со скриптом!
Суть в том что бы нажимая этот скрипт одевался шлем оф брилианс

ID=0x40019BE0 Type=0x140E WJJXJMD Name=Helm of Brilliance
Quantity: 1 Colour: 0x0482 Layer: 0 Has: 1
X=64 Y=75 Z=0 C=0x4001BD27 F=0x00


и потом сразу одевался шлем или маска или что-то что было одето до него! заранее спс


Top
   
 Post subject:
PostPosted: 2008-02-27 09:23:56 
Offline
Junior Expert
User avatar

Joined: 2004-06-24 22:08:56
Posts: 3220
Quote:
нажимая этот скрипт

*ROFL*

Code:
sub nazhimajushiysjascript()
var helm = uo.objatlayer( 'Hat' )
uo.usetype( "0x140E" )
uo.useobject( helm )
endsub

_________________
YokoInjection CodeSweeper
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Skype: d119060


Top
   
 Post subject:
PostPosted: 2008-02-27 09:56:44 
Offline
User avatar

Joined: 2008-02-27 04:33:19
Posts: 3
всё работает отлично спс! тока маленькое дополнение надо, что бы была задержка перед одеванием того что было до брильянс шлема в 1 секунду, а то слишком палевно он меняется) и самое главное забыл!!! надо вписать, что бы если хп меньше 150-ти или меньше 160-ти(при наложении заклинание блесс) скрипт не срабатывал. Это нужно потому что если хп не полные, то эффект шлема не прибавит хелсов.


Top
   
 Post subject:
PostPosted: 2008-04-04 21:07:28 
Offline

Joined: 2008-04-02 08:24:35
Posts: 41
Code:
sub brill()
var helm = uo.objatlayer( 'Hat' )
while (uo.life < 260 )
 if (uo.life==uo.str)  then
   uo.usetype( "0x140E" )
   wait(100)
   uo.useobject( helm )
   uo.Print ('+100HP Brilians rabotaet')
   if (uo.life < 200) then
  wait (130000)
  endif
  else
  wait (100)
  endif
wend


end sub

крутится пока не выполнится условие хп=str and 2минуты с последнего использования!

FW Привет! :)


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

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