annuncio

Comprimi
Ancora nessun annuncio.

[EASYUO] script poisoning

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

  • [EASYUO] script poisoning

    salve a tutti posto questo script per macrare poisoning con la speranza che possa essere di aiuto a molti

    COME FUNZIONA: comprate 3 bag,mettete in una 50 dagger,in un'altra altrettanti e nella terza bag i keg che volete usare + un keg pieno e una boccetta vuota nel backpack loccate in secure in casa le 3 bag,tenetele aperte e premete play, ovviamente lo script funziona solo se si è in casa




    codice:
    ;==================================
                                  ; Poisoning.txt
    
    
    INITEVENTS
    
    ; ### Start of config section.
    
    ; Item types to be poisoned.
    SET %PTarget TSF
    
    ; Please set hitpoints here (script will start healing below this number)
    SET %Hits 75
    
    ; Do you want the script to hide you? (1 = yes / 0 = no)
    SET %Hide 0
    
    ; Do you want to attempt to re-poison the same blade again on gain?
    ; At higher skill levels (90+) re-poisoning gains only happen about 10-20%
    ; of the time from my experiance, please correct me if I am wrong.
    ; (1 = yes / 0 = no)
    SET %RePoison = 0
    
    ; ### End of config section.
    
    ; ### Do not edit past this line.
    ; ### Unless of course you know what you are doing
    ; Init for gain checks (This is not a config option, it initializes the re-posion on gain marker)
    SET %Gain 0
    
    EVENT SYSMESSAGE This Script will start shortly.
    CHOOSESKILL POIS REAL
    
    CheckBlades
    FINDITEM %PTarget
    IGNOREITEM #FINDID
    IF #FINDKIND = -1
    {
    EVENT SYSMESSAGE Sorry, I could not find any blades to be poisoned.
    EVENT SYSMESSAGE Please open a secure with blades and restart.
    EVENT SYSMESSAGE Thank you.
    HALT
    }
    IF #FINDKIND = 1
    {
    GOTO CheckBlades
    }
    IGNOREITEM RESET
    
    FindKeg:
    FINDITEM QMJ
    IGNOREITEM #FINDID
    SET %Kegid #FINDID
    IF #FINDKIND = -1
    {
    EVENT SYSMESSAGE Sorry, I could not find a keg of poison.
    EVENT SYSMESSAGE Please get a keg of poison and restart.
    EVENT SYSMESSAGE Thank you.
    HALT
    }
    IF #FINDKIND = 1
    {
    GOTO FindKeg
    }
    
    Begin:
    SET %Skill #SKILL
    SET %Hidden 0
    
    Hide:
    IF %Hide = 1
    {
    IF H NOTIN #CHARSTATUS
     {
     EVENT MACRO 13 21
     WAIT 2s 20
     SET %Hidden 1
     GOTO Hide
     }
    IF %Hidden <> 0
     {
     WAIT 6s 20
     }
    }
    
    SET #LOBJECTID %Kegid
    TARGET
    EVENT MACRO 17
    WAIT 10
    SCANJOURNAL 1
    IF is_empty IN #JOURNAL
    {
    GOTO FindKeg
    }
    
    FindBottle:
    FINDITEM WUF
    IF #FINDKIND = 1
    {
    IGNOREITEM #FINDID
    GOTO FindBottle
    }
    
    FillBottle:
    SET #LTARGETID #FINDID
    SET #LTARGETKIND 1
    EVENT MACRO 22
    WAIT 30 20
    
    PoisonIt:
    EVENT MACRO 13 30
    TARGET
    
    FindPotion:
    FINDITEM AVF
    IF #FINDKIND = 1
    {
    IGNOREITEM #FINDID
    GOTO FindPotion
    }
    
    TargetPotion:
    SET #LTARGETID #FINDID
    SET #LTARGETKIND 1
    EVENT MACRO 22
    WAIT 20
    TARGET
    
    FindBlade:
    IF %Gain < 1
    {
    FINDITEM %PTarget
    SET %PrevBlade #FINDID
    IF #FINDKIND = 1
     {
     IGNOREITEM #FINDID
     GOTO FindBlade
     }
    IF #FINDKIND = -1
     {
     IGNOREITEM RESET
     GOTO FindBlade
     }
    }
    
    TargetBlade:
    IF %Gain > 0
    {
    SET #LTARGETID %PrevBlade
    }
    IF %Gain < 1
    {
    SET #LTARGETID #FINDID
    }
    SET #LTARGETKIND 1
    EVENT MACRO 22
    WAIT 20
    IF %RePoison = 0
    {
    IGNOREITEM %PrevBlade
    SET %Gain 0
    GOTO Cure
    }
    
    IF %Skill < #SKILL
    {
    SET %Gain %Gain + 1
    }
    IF %Skill = #SKILL
    {
    IGNOREITEM %PrevBlade
    SET %Gain 0
    }
    
    WAIT 6s 25
    GOTO Begin
    
    ; EOF
    Ultima modifica di Marino; 12-11-2010, 21:59.

  • #2
    aggiunto nella sezione skill
    http://forum.gamesnet.it/f667/easyuo...8693/#post2877



    se avete segnalazioni o consigli sul thread contattatemi pure via PM
    ____________________________________________________________________

    Il p Fengyr
    ____________________________________________________________________
    : algander#6292

    Commenta


    • #3
      marino sei diventato il mio eroe personale va alla grande

      Commenta


      • #4
        a me quando parte lo script mi dice that is too far away, non capisco le bag sono secure a casa mia e sono praticamente attaccate, dove sbaglio?

        edit: io ho avuto un problema iniziale devo avere per forza un keg con le boccette nel backpack al di fuori dei keg nella bag altrimenti lo script non inizia. Spero x voi che non abbiate cmq il mio problema x il resto script ottimo.
        il gain è da suicidio lentissimoooooooooooo!
        Ultima modifica di fondismagubert; 12-11-2010, 22:14.

        Commenta


        • #5
          perfetto!! funziona ancora alla perfezione!!
          ICQ 579630104
          [Amdir]Firma Irregolare[/Amdir]
          Originariamente inviato da GiaPly3 , Dav87E , Gatsu
          Maledetto sia colui il quale m'ha segnalato la signa.

          Commenta


          • #6
            grande! sei il migliore un aiuto in piu a tutta la community!
            . . . . . . . . . . . . . . . . .


            . . . . . . . . . . . . . . . . .

            GM Kriegstreiber Käse®
            Discord: Jack___#9551

            Commenta

            Sto operando...
            X