annuncio

Comprimi
Ancora nessun annuncio.

[SCRIPT] Poisoning plz aiuto

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

  • [SCRIPT] Poisoning plz aiuto

    Qualcuno potrebbe postarmi 1 script x poisoning (magari facile da settare visto ke ne ho trovati alcuni in cui serve la laurea )...vi prego d aiutarmi

    thx

  • #2
    Io consiglio il Noxious. Registrati e scaricalo.

    Ti basta avere dei keg di veleno in base alla tua skill (vedi scaletta o comunque ti avverte anche lo script), e di cura se non hai magery. Li metti in un contenitore in casa, metti nello zaino 3 0 4 fishsteak, un paio di boccette vuote e lui fa tutto il resto. Se hai alchemy ti fa direttamente le pozioni che ti servono basta che lasci nel contenitore reagenti e mortai....

    Commenta


    • #3
      Script

      xkè non mi parteeeeeeeee??? come devo fare x qst cavolo di noxius??

      Commenta


      • #4
        neanke io riesco a farlo funzionare..pls help
        We are as one, yes, we all are the same fighting for one cause leather and metal are our uniforms protecting what we are joining together to take on the world with our heavy metal spreading the message to everyone here come let yourself go!
        Metallica

        Commenta


        • #5
          E' vecchio ma funzionò all'epoca

          codice:
          INITEVENTS
          
          ; ### Start of config section.
          
          ; Item types to be poisoned.
          SET %PTarget HNF
          
          ; Please set hitpoints here (script will start healing below this number)
          SET %Hits 99
          
          ; Do you want the script to hide you? (1 = yes / 0 = no)
          SET %Hide 1
          
          ; 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 = 1
          
          ; ### 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
          	}
          
          Cure:
          IF C IN #CHARSTATUS
          	{
          	EVENT MACRO 15 10
          	TARGET
          	EVENT MACRO 23
          	WAIT 50
          	GOTO Cure
          	}
          
          Heal:
          IF #HITS < %Hits
          	{
          	EVENT MACRO 15 3
          	TARGET
          	EVENT MACRO 23
          	GOTO Heal
          	}
          
          WAIT 2s 25
          GOTO Begin
          
          ; EOF

          Commenta


          • #6
            ok, copiato
            ma come diavolo si setta??
            cioè cosa devo avere nel backpack?
            We are as one, yes, we all are the same fighting for one cause leather and metal are our uniforms protecting what we are joining together to take on the world with our heavy metal spreading the message to everyone here come let yourself go!
            Metallica

            Commenta


            • #7
              attendo un'anima pia che mi aiuti a settare sto benedetto script...
              We are as one, yes, we all are the same fighting for one cause leather and metal are our uniforms protecting what we are joining together to take on the world with our heavy metal spreading the message to everyone here come let yourself go!
              Metallica

              Commenta


              • #8
                io l'ho macrata con razor in 2 giorni...usate razor e fate prima

                ICQ: 672-396-601
                °°° Nuovo Vendor Arte, Risorse, Skull °°°CLICCAMI !!!

                Commenta


                • #9
                  qualcuno gentilmente mi contatta in msn per darmi na mano??
                  sto poisoning non lo capisco proprio...
                  squaller86@hotmail.it


                  help!!!!!!!
                  We are as one, yes, we all are the same fighting for one cause leather and metal are our uniforms protecting what we are joining together to take on the world with our heavy metal spreading the message to everyone here come let yourself go!
                  Metallica

                  Commenta

                  Sto operando...