нужна помощ)

Ask for scripts here

Moderators: Murderator+, Murderator

Post Reply
sJet
Posts: 29
Joined: 2006-10-21 13:59:41

нужна помощ)

Post by sJet »

Скрипт на Альфу!
Что бы таргетом на противника и его ник писался бы в гильд чат!)
Destruction
Junior Expert
Posts: 3221
Joined: 2004-06-24 22:08:56

Post by Destruction »

Code: Select all

sub stupid.noob()
    uo.addObject( "player" )
    while uo.targeting()
        wait( 100 )
    wend
    if uo.getName( "player" ) == "" then
        uo.click( "player" )
        checklag()
    endif
    if uo.getName( "player" ) == "" then
        uo.print( "Incorrect player." )
        return false
    endif
    uo.say( uo.getName( "player" ) ) ; что такое гильдчат - незнаю, сорри, не с альфы.
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.
Telegram: @tatikom
sJet
Posts: 29
Joined: 2006-10-21 13:59:41

Post by sJet »

Сенка)
Post Reply