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
Help In Script
Moderators: Murderator+, Murderator
Code: Select all
if uo.ObjAtLayer('Rhand')=="" then
uo.equipt('Rhand','0xXXXX')
wait(1000)
end if
Code: Select all
if uo.GetGraphic(uo.ObjAtLayer('Rhand'))<>"0xXXXX" then
uo.equipt('Rhand','0xXXXX')
wait(1000)
end if