annuncio

Comprimi
Ancora nessun annuncio.

[CERCO] Script

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

  • [CERCO] Script

    Cerco lo script per poter prelevare bulk tailor essendo away...

    Icq e msn sono nel profilo

    Grazie mille

  • #2
    anche io anche io

    Commenta


    • #3
      Originariamente inviato da Otto
      Cerco lo script per poter prelevare bulk tailor essendo away...

      Icq e msn sono nel profilo

      Grazie mille
      c'e' un forum apposta http://forum.gamesnet.it/forumdisplay.php?f=667

      * [SCAMBIO]BOD da kit BARBED AGGIORNATO*
      * [COMPRO] tailor bods di TUTTI I TIPI*
      * [VENDO]kit barbed*
      * [COMPRO]Cristalline ring*

      Commenta


      • #4
        potete fare una semplice macro con razor

        o se proprio non vi va

        provate ad usare questo script
        e fatemi sapere come va



        nextcpos <60> <60>
        gosub createmenu

        sub asd


        finditem %VendorID G_10
        if #findkind <> -1
        {
        nextcpos <60> <60>
        Exevent Popup #findid 4
        wait 3s
        click 153 306
        }



        if #MenuButton = EUOButton3
        {
        set #targcurs 1
        while #targcurs = 1
        {
        event ExMsg #CHARID 3 50 Waiting...
        wait 2s
        }
        set %VendorID #ltargetid
        event ExMsg #CHARID 3 50 Ok
        set #MenuButton N/A
        }


        gosub asd
        return

        sub createmenu

        menu Clear
        menu Window Color Green
        menu Window Size 115 35
        menu Font Align Right
        menu Font Name Comic Sans MS
        menu Font Size 11
        menu Font Style
        menu Font Color WindowText
        menu Font BGColor 3DLight
        menu Font Size 7
        menu Button EUOButton3 5 5 105 25 Setta Vendor
        menu Show 100 35

        gosub asd
        return

        Commenta


        • #5
          per usare 2 vendor
          che ne so black e tailor

          usate questo
          funziona solo se siete entro 10' tile da ogni vendor
          esempio
          posizionandivi nel punto dell' immagine potete usare entrambi i vendor di luna(black&tailor)



          nextcpos <60> <60>
          gosub createmenu

          sub asd

          finditem %VendorID2 G_10
          if #findkind <> -1
          {
          nextcpos <60> <60>
          Exevent Popup #findid 4
          wait 7s
          click 153 306
          }

          finditem %VendorID1 G_10
          if #findkind <> -1
          {
          nextcpos <60> <60>
          Exevent Popup #findid 4
          wait 3s
          click 153 306
          }



          if #MenuButton = EUOButton1
          {
          set #targcurs 1
          while #targcurs = 1
          {
          event ExMsg #CHARID 3 50 Targetta il Vendor1
          wait 2s
          }
          set %VendorID1 #ltargetid
          event ExMsg #CHARID 3 50 Ok
          set #MenuButton N/A
          }

          if #MenuButton = EUOButton2
          {
          set #targcurs 1
          while #targcurs = 1
          {
          event ExMsg #CHARID 3 50 Targetta il Vendor2
          wait 2s
          }
          set %VendorID2 #ltargetid
          event ExMsg #CHARID 3 50 Ok
          set #MenuButton N/A
          }



          gosub asd
          return

          sub createmenu

          menu Clear
          menu Window Color Green
          menu Window Size 230 35
          menu Font Align Right
          menu Font Name Comic Sans MS
          menu Font Size 11
          menu Font Style
          menu Font Color WindowText
          menu Font BGColor 3DLight
          menu Font Size 7
          menu Button EUOButton1 5 5 105 25 Setta Vendor 1
          menu Button EUOButton2 120 5 105 25 Setta Vendor 2
          menu Show 100 35

          gosub asd
          return

          Commenta


          • #6
            Grazie mille a tutti

            Commenta

            Sto operando...
            X