annuncio

Comprimi
Ancora nessun annuncio.

[EASYUO-HELP] list of art types

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

  • [EASYUO-HELP] list of art types

    i want to make a script for fast unloading all arts.
    can anybody make list of art types? i just don't have many now.
    u need to double click item and look in easyuo last actions -> #LOBJECTTYPE

  • #2
    EUO ItemList v.1.3

    you may find something here
    ____________________________________________________________________

    Il p Fengyr
    ____________________________________________________________________
    : algander#6292

    Commenta


    • #3
      Originariamente inviato da fengyr Visualizza il messaggio
      EUO ItemList v.1.3

      you may find something here
      it's even more headacke, because i need exact names in that case ))
      10x anyway. i didn't know this site.

      Commenta


      • #4
        I have only this:
        codice:
        %ARTE1: HPF Pigments Of Tokuno$Weight: 1 Stone$Chaos Blue$Uses Remaining: 1$
        %ARTE10: DDP Pilfered Dancer Fans$Weight: 6 Stones$Damage Increase 20%$Defense Chance Increase 5%$Faster Cast Recovery 2$Spell Channeling$Swing Speed Increase 20%$Physical Damage 100%$Weapon Damage 10 - 12$Weapon Speed 2s$Strength Requirement 10$Two-Handed Weapon$Skill Required: Mace Fighting$Durability 255 / 255$
        %ARTE11: HDP Demon Forks$Weight: 7 Stones$Fire Resist 10%$Poison Resist 10%$Damage Increase 35%$Defense Chance Increase 10%$Reflect Physical Damage 10%$Physical Damage 100%$Weapon Damage 9 - 11$Weapon Speed 2s$Strength Requirement 15$Two-Handed Weapon$Skill Required: Fencing$Durability 255 / 255$
        %ARTE12: OCP Gloves Of The Sun$Weight: 2 Stones$Lower Mana Cost 5%$Lower Reagent Cost 18%$Night Sight$Hit Point Regeneration 2$Physical Resist 2%$Fire Resist 24%$Cold Resist 3%$Poison Resist 3%$Energy Resist 3%$Strength Requirement 10$Durability 255 / 255$
        %ARTE13: BCP Black Lotus Hood$Weight: 2 Stones$Hit Chance Increase 6%$Lower Mana Cost 6%$Self Repair 5$Fire Resist 11%$Cold Resist 15%$Poison Resist 11%$Energy Resist 11%$Strength Requirement 10$Durability 255 / 255$
        %ARTE14: HDP Demon Forks$Insured$Weight: 7 Stones$Fire Resist 10%$Poison Resist 10%$Damage Increase 35%$Defense Chance Increase 10%$Reflect Physical Damage 10%$Physical Damage 100%$Weapon Damage 9 - 11$Weapon Speed 2s$Strength Requirement 15$Two-Handed Weapon$Skill Required: Fencing$Durability 255 / 255$
        %ARTE2: HDP Demon Forks$Weight: 7 Stones$Fire Resist 10%$Poison Resist 10%$Damage Increase 35%$Defense Chance Increase 10%$Reflect Physical Damage 10%$Physical Damage 100%$Weapon Damage 9 - 11$Weapon Speed 2s$Strength Requirement 15$Two-Handed Weapon$Skill Required: Fencing$Durability 255 / 255$
        %ARTE3: ZEP Honorable Swords Of Akira$Weight: 1 Stone$
        %ARTE4: XCP Hanzo's Bow$Weight: 8 Stones$Ninjitsu +10$Damage Increase 50%$Hit Life Leech 45%$Self Repair 3$Physical Damage 100%$Weapon Damage 16 - 20$Weapon Speed 4.5s$Range 10$Strength Requirement 35$Two-Handed Weapon$Skill Required: Archery$Durability 255 / 255$
        %ARTE5: BCP Black Lotus Hood$Weight: 2 Stones$Hit Chance Increase 6%$Lower Mana Cost 6%$Self Repair 5$Fire Resist 11%$Cold Resist 15%$Poison Resist 11%$Energy Resist 11%$Strength Requirement 10$Durability 255 / 255$
        %ARTE6: XCP Hanzo's Bow$Weight: 8 Stones$Ninjitsu +10$Damage Increase 50%$Hit Life Leech 45%$Self Repair 3$Physical Damage 100%$Weapon Damage 16 - 20$Weapon Speed 4.5s$Range 10$Strength Requirement 35$Two-Handed Weapon$Skill Required: Archery$Durability 255 / 255$
        %ARTE7: HPF Pigments Of Tokuno$Weight: 1 Stone$Noble Gold$Uses Remaining: 1$
        %ARTE8: UCP Ancient Farmer's Kasa$Insured$Weight: 3 Stones$Animal Lore +5$Stamina Regeneration 5$Stamina Increase 5$Strength Bonus 5$Fire Resist 5%$Cold Resist 19%$Poison Resist 5%$Energy Resist 5%$Strength Requirement 10$Durability 255 / 255$
        %ARTE9: HPF Pigments Of Tokuno$Weight: 1 Stone$Silver$Uses Remaining: 1$
        Euox Script:
        codice:
        finditem * C_HVPQVMD
        for %i 1 #findcnt
        {
        
          set #findindex %i
          event property #findid
          set %arte . %i #findtype , #spc , #property
        }
        pause

        Commenta


        • #5
          mega great

          Commenta

          Sto operando...
          X