Не подскажите столкнулся вот с такой малюсенькой проблемой
как указать название Талисмана(Talisman),фартуха(Crimson Cincture),ленты(Lieutenant Of The Britannian Royal Guard).Пример: перчатки- Gloves
Заранее спасибо.
Собственно вот он мой злой скрипт.Неодевает Library
sub Dress()
var Lhand=
var Rhand=
var Hat=
var Brace=
var Torso=
var Shoes=
var Ring=
var Legs=
var Gloves=
var Ear=
var Arms=
var Neck=
var Cloak=
var Library='0x2f5a'
if UO.objatlayer("Lhand")=="" then
UO.equipt("Lhand",Lhand)
wait(1000)
end if
if UO.objatlayer("Rhand")=="" then
UO.equipt("Rhand",Rhand)
wait(1000)
end if
if UO.objatlayer("Hat")=="" then
UO.equipt("Hat",Hat)
wait(1000)
end if
if UO.objatlayer("Brace")=="" then
UO.equipt("Brace",Brace)
wait(1000)
end if
if UO.objatlayer("Torso")=="" then
UO.equipt("Torso",Torso)
wait(1000)
end if
if UO.objatlayer("Shoes")=="" then
UO.equipt("Shoes",Shoes)
wait(1000)
end if
if UO.objatlayer("Ring")=="" then
UO.equipt("Ring",Ring)
wait(1000)
end if
if UO.objatlayer("Legs")=="" then
UO.equipt("Legs",Legs)
wait(1000)
end if
if UO.objatlayer("Gloves")=="" then
UO.equipt("Gloves",Gloves)
wait(1000)
end if
if UO.objatlayer("Ear")=="" then
UO.equipt("Ear",Ear)
wait(1000)
end if
if UO.objatlayer("Arms")=="" then
UO.equipt("Arms",Arms)
wait(1000)
end if
if UO.objatlayer("Neck")=="" then
UO.equipt("Neck",Neck)
wait(1000)
end if
if UO.objatlayer("Cloak")=="" then
UO.equipt("Cloak",Cloak)
wait(1000)
end if
if UO.objatlayer("Library")=="" then
UO.equipt("Library",Library)
wait(1000)
end if
end sub
спасибо! про реги так и ненашол потому что как один скрипт выгружает в банк так и второй) ну да ладно)
еще вопрос как зделать так что бы после опредеоённой фразы левого чяра мой чар начинал проигрывать свой скрипт?