Hell's Knights Guild

Macrare Eva int e Anatomy velocemente: Anat/Eval at the WBB, Version: 1.0

« Older   Newer »
  Share  
EttoreR
view post Posted on 30/12/2010, 17:41




Anat/Eval at the WBB, Version: 1.0

DESCRIZONE: Questo script serve per far salire eva int e anatomy (e di conseguenza int) in poco tempo e senza nessun costo (nessuna armor richiesta, nessuna skill richiesta, nessun oggetto richiesto). Basta posizionarsi in un luogo sicuro e affollato, consiglio la banca di luna.

VARIABILI DA SETTARE:
cercate le righe
set %Anat #FALSE ;#TRUE=Trains Anatomy [default], #FALSE=Doesn't train Anatomy
set %Eval #TRUE ;#TRUE=Trains Eval [default], #FALSE=Doesn't train Eval
in questo modo macra Eva int, altrimenti modificatele in
set %Anat #TRUE ;#TRUE=Trains Anatomy [default], #FALSE=Doesn't train Anatomy
set %Eval #FALSE ;#TRUE=Trains Eval [default], #FALSE=Doesn't train Eval
per macrare anatomy

CODICE:
SPOILER (click to view)
CODICE
;################################### Header #####################################
; Script Name: Anat/Eval at the WBB
; Author: tcb
; Version: 1.0
; Client Tested with: 4.0.0q
; EUO version tested with: 1.40 005B
; Shard OSI / FS: OSI
; Public Release: October 23, 2003
; Purpose: Finds and does Anatomy and Evaluate Intelligence on people at the WBB.
;
; Instructions: Go to WBB (or anywhere with a lot of people). Hit play.
;
; Version History:
; 1.0:   Initial release.
;
; Known Problems: None
;################################ End of Header #################################

;########################## Manditory Setup Variables ###########################
set %Anat #FALSE ;#TRUE=Trains Anatomy [default], #FALSE=Doesn't train Anatomy
set %Eval #TRUE ;#TRUE=Trains Eval [default], #FALSE=Doesn't train Eval
;########################### End of Setup Variables #############################

;################################## Mainloop ####################################
;######### Do not edit below here unless you know what you are doing! ###########
initevents
set #ltargetkind 1
ignoreitem #charid 2
loop:
 finditem is_hs g_8
 if #findkind = -1 2
   ignoreitem reset 1
   goto loop
 set #ltargetid #findid
 ignoreitem #findid 1
 if %Anat
   gosub Anatomy
 if %Eval
   gosub Eval
goto loop
;############################### End of Mainloop ################################

;############################## Skill Subroutines ###############################
sub Anatomy
 event macro 13 1
 target
 event macro 22 0
 wait 25
return

sub Eval
 event macro 13 16
 target
 event macro 22 0
 wait 25
return
;########################### End of Skill Subroutines ###########################
 
Top
Tekkiru Masashi
view post Posted on 30/12/2010, 20:16




Che script bellissim funziona alla grande! 30 punti fatti come nulla, tutto sta a quanta gente passa. Grande Ettore Grazie mille!
 
Top
Gold Rogers
view post Posted on 18/1/2011, 12:31




su hibryd che ci son 400 pg a brit bank macrai da 0 a 100 anatomy in 30 minuti -.- qui il tempo è molto maggiore asd
 
Top
2 replies since 30/12/2010, 17:41   33 views
  Share