annuncio

Comprimi
Ancora nessun annuncio.

[EasyUo] anatomy

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

  • [EasyUo] anatomy

    cerco uno script ke usi la skill anatomy random su tutti i pg nel raggio di tot title, ne avevo trovato uno una volta ma nn lo riesco + a trovare, help plz...
    icq: 361-063-578

  • #2
    ;################################### 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 #TRUE ;#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 ###########################



    Locca la skill Evalint che sennò ti macra anche quella

    Originariamente inviato da Mappa N\LasT
    Samara:Nio hai lavoro di fare provina
    Holy:Samara gildi a nastro
    Samara:chi e nastro?
    Nio:Te credo semo 4 gatti
    Holy: meglio 4 gatti che 4 porci come gli ade
    Samara:hahahahah


    Commenta

    Sto operando...
    X