Page 1 of 1

Help In Script

Posted: 2004-08-26 02:17:01
by Curioso
Script

Somebody has one script that it executes these functions that I will go to describe below:

It would automatically change of weapon when the one that was in hand broke it would catch another one who would be in bag and would place again in hand, somebody has script?

I wait reply


Posted: 2004-08-26 09:51:54
by Yoko

Code: Select all

if uo.ObjAtLayer('Rhand')=="" then 
   uo.equipt('Rhand','0xXXXX')
   wait(1000)
end if

Posted: 2004-08-26 09:52:44
by Yoko

Code: Select all

if uo.GetGraphic(uo.ObjAtLayer('Rhand'))<>"0xXXXX" then 
   uo.equipt('Rhand','0xXXXX')
   wait(1000)
end if