annuncio

Comprimi
Ancora nessun annuncio.

скрипт на чистку секура после сдачи бодов

Comprimi
X
 
  • Filtro
  • Ora
  • Visualizza
Elimina tutto
nuovi messaggi

  • скрипт на чистку секура после сдачи бодов

    выкидывает все ботинки на пол, красит ткань в один цвет и кладет в большие стеки.
    надо вписать в %secure и %tube айдишнии секура и красилки

    codice:
    set %secure YDCQNMD
    set %boots NVI
    set %clothes BUI
    set %tube IAHUCND
    moveboots:
    finditem %boots C_ %secure
    if #findcnt > 0 5
       Exevent Drag #findid #findstack
       wait 10
       Exevent Dropg #charposx #charposy #charposz
       wait 10
       goto moveboots
    paint:
    finditem %clothes C_ %secure
    if #findcnt > 0
    {
       set #LOBJECTID %tube
       event macro 17 0
       set #LTARGETID #findid
       target 2s
       event macro 22 0
       wait 10
       ignoreitem #findid
       goto paint
    }
    ignoreitem reset
    moveclothes:
    finditem %clothes C_ %secure
    if #findcnt > 0
    {
       if #findstack <> %laststack
       {
          Exevent Drag #findid #findstack
          wait 10
          Exevent Dropc %secure
          wait 10
          set %laststack #findstack
       }
       else
       {
       ignoreitem #findid
       }
       goto moveclothes
    }
    halt
    Ultima modifica di fnurov; 16-03-2008, 18:21.

  • #2
    а ткань допустим всё ровно надо из жука выкладывать?

    Commenta


    • #3
      можешь, жука как секур указать, а потом все в банк выложить, а ваще надо при сдаче бодов все сразу в банк складывать.

      Commenta

      Sto operando...
      X