annuncio

Comprimi
Ancora nessun annuncio.

[EASYUO HELP] problema script auctioner

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

  • [EASYUO HELP] problema script auctioner

    ciao,

    fino a poche settimane fa utilizzavo tranquillamente gli script di fnurov (http://forum.gamesnet.it/f667/easyuo...ewards-608452/) per mettere sull'auctioner vari oggetti.

    da una settimana a questa parte, quando clicco sullo start, lo script a subito in blocco e non mi da messaggi d'errore

    qualcuno sa dirmi se è cambiato qualcosa e come posso "aggiustare" gli script? ho contattato felix ma nn mi risponde :P

    grasssie!
    [Amdir]Firma Irregolare[/Amdir]

  • #2
    non mi ero mai accorto di questo script, l'ho provato adesso e a me è andato bene, se ti si blocca subito, credo sia perchè per vendere oggetti diversi da quelli impostati da fnurov devi modificare alcune cose, come il type e l'event property, io ad esempio ho appena messo in auction delle pof per provarlo, e modificando i parametri che ti ho descritto è andato bene.
    se il problema è proprio quello di vendere oggetti differenti da quelli previsti scrivi qui quali oggetti vuoi vendere e te lo modifico, oppure contattami in icq.
    icq 553-203-374

    Commenta


    • #3
      io ho modificato lo script e l'ho utilizzato per diverso tempo per vednere tutti i martelli, le pof, kit e altro

      da qualche tempo a sta parte invece si blocca subito....

      ho riscaricato quello dei kit barbed e nn funge lo stesso....

      tutti gli altri script funzionano, quindi non è easyuo

      non so che succede! HELP!
      [Amdir]Firma Irregolare[/Amdir]

      Commenta


      • #4
        codice:
        ;HORNED KIT
        set %item KEG ; time of items to sell
        set %vendor AROG ; id of auc-vendor
        set %name Powder ; name of auc
        set %base 999 ; base
        set %min 1 ; rilanci
        set %inst 1000 ; instant
        set %since 12 ; since last offer
        set %end 360h ; end date
        set %waithotkey #true  ; wait for pressing f2
        set %cascade #false ; increase date of next auc.(works only with %end dd/mm/yy)
        
        set #lpc 5000
        loop:
             finditem %item C_ , #backpackid
             if #findkind = -1
                halt
             event property #findid
             if powder notin #property || 10 notin #property
             {
                ignoreitem #findid
                goto loop
             }
             exevent popup %vendor 3
             while #CONTNAME <> generic_gump || #CONTSIZE <> 600_490
             {
                   wait 1
             }
             set %xclick #CONTPOSX + 173
             set %yclick #CONTPOSy + 95
             click %xclick %yclick mc
             msg %name
             wait 10
              set %xclick #CONTPOSX + 328
             set %yclick #CONTPOSy + 170
             click %xclick %yclick mc
             msg %base
             wait 10
               set %xclick #CONTPOSX + 328
             set %yclick #CONTPOSy + 219
             click %xclick %yclick mc
             msg %min
             wait 10
                set %xclick #CONTPOSX + 328
             set %yclick #CONTPOSy + 274
             click %xclick %yclick mc
             msg %inst
             wait 10
             set %xclick #CONTPOSX + 328
             set %yclick #CONTPOSy + 327
             click %xclick %yclick mc
             msg %since
             wait 10
             set %xclick #CONTPOSX + 328
             set %yclick #CONTPOSy + 390
             click %xclick %yclick mc
             if %cascade
             {
                STR Len %end
                if #strRes = 8
                   Str Left %end 2
                else
                    STR Left %end 1
                set %day #strRes
                set %day %day + 1
                STR Right %end 6
                set %end %day , #strRes
             }
             msg %end
             wait 10
             set %xclick #CONTPOSX + 553
             set %yclick #CONTPOSy + 90
             click %xclick %yclick mc
             target
             set #ltargetid #findid
             set #ltargetkind 1
             event macro 22 0
             while %waithotkey
             {
                   wait 1
                   onhotkey f2
                            break
             }
             if %waithotkey = #false
                wait 10
             set %xclick #CONTPOSX + 358
             set %yclick #CONTPOSy + 439
             click %xclick %yclick mc
             wait 10
        
        goto loop
        ciurry c'ho appena venduto le pof, controlla per bene come hai settato la prima riga:
        set %item KEG ; time of items to sell
        e la riga 19 quella dell'event property
        if powder notin #property || 10 notin #property
        adesso mi multano per pubblicità
        http://www.uodreams.com/?f=auctions&aid=72073
        Ultima modifica di Hank07; 30-09-2010, 19:17.
        icq 553-203-374

        Commenta

        Sto operando...
        X