Помогите, маленький вопросик!
Moderators: Murderator+, Murderator
Помогите, маленький вопросик!
Не подбросит ли кто-нибудь кусочек кода, позволяющий перебрасывать вещи из пака не просто в сундук, а в определенный мешок из этого сундука?)
-
- Posts: 2259
- Joined: 2005-04-19 18:00:29
- Location: Московская область
- Contact:
Возникла другая проблемка(
chest - сундук, все остальное - пакеты в нем, при запуске этого скрипта открывается chest, а на все остальное пишется you can't see the target ( помогите...
Code: Select all
var chest = '0x404AFAF2'
var map1 = '0x401A8FD1'
var map2 = '0x40401DFF'
var map3 = '0x40084612'
var map4 = '0x401A79B3'
var map5 = '0x401E655F'
var net = '0x401A6D5F'
var prize = '0x40401899'
var rare = '0x40402BE2'
uo.useobject('chest')
wait(500)
uo.useobject('map1')
wait(500)
uo.useobject('map2')
wait(500)
uo.useobject('map3')
wait(500)
uo.useobject('map4')
wait(500)
uo.useobject('map5')
wait(500)
uo.useobject('net')
wait(500)
uo.useobject('prize')
wait(500)
uo.useobject('rare')
chest - сундук, все остальное - пакеты в нем, при запуске этого скрипта открывается chest, а на все остальное пишется you can't see the target ( помогите...
-
- Junior Expert
- Posts: 3221
- Joined: 2004-06-24 22:08:56
wait( 500 ) замени на checklag()
Разберись, что есть объект, а что есть - переменная.
Разберись, что есть объект, а что есть - переменная.
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.
Telegram: @tatikom
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom
-
- Junior Expert
- Posts: 3221
- Joined: 2004-06-24 22:08:56
Code: Select all
var chest = '0x404AFAF2'
uo.useobject( chest )
Code: Select all
uo.addObject( 'chest', '0x404AFAF2' )
uo.useObject( 'chest' )
Найди пять отличий.
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.
Telegram: @tatikom
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom
Destruction wrote:Code: Select all
var chest = '0x404AFAF2'
uo.useobject( chest )Code: Select all
uo.addObject( 'chest', '0x404AFAF2' )
uo.useObject( 'chest' )
Найди пять отличий.
Ясно, спасибо