• 0

    posted a message on Blizzard should add...

    *  Improved Inventory System
    *  Improved Unit save trigger (Currently it cannot store item charge and ability level)
    *  Secure banks too
    *  Editable behavior field (like dmg response chance, etc)
    *  Integrated Server

    Posted in: General Chat
  • 0

    posted a message on [Library] Talent System

    @theCwinLuvsYou: Go

    Thanks for Solution.

    Posted in: Trigger Libraries & Scripts
  • 0

    posted a message on [Library] Talent System

    By patch 1.2.0,

    Talent Point and Ranks are broken.

    Posted in: Trigger Libraries & Scripts
  • 0

    posted a message on Level skip requirement?

    Do you mean this type?

    Example)

    1. Ability 'X, Ability Lv 1' requires Hero Level 1.
    2. Ability 'X, Ability Lv 2' requires Hero Level 4.
    3. Ability 'X, Ability Lv 3' requires Hero Level 7, Ability Lv is max.

    Then, try as following

    ----------------------------------------------------------------------------------
    Use
          - Or
               - And
                      - Greater than or Equal to
                            - CountBehavior, Veterancy, QueuedOrBetterAtUnit
                            - Constant 1
                      - Less than
                            - CountAbil, X, QueuedOrBetterAtUnit
                            - Constant 1
               - And
                      - Greater than or Equal to
                            - CountBehavior, Veterancy, QueuedOrBetterAtUnit
                            - Constant 4
                      - Less than
                            - CountAbil, X, QueuedOrBetterAtUnit
                            - Constant 2
               - And
                      - Greater than or Equal to
                            - CountBehavior, Veterancy, QueuedOrBetterAtUnit
                            - Constant 7
                      - Less than
                            - CountAbil, X, QueuedOrBetterAtUnit
                            - Constant 3

    Show
          - Less than
                - CountAbil, X, QueuedOrBetterAtUnit
                - Constant 3
    ----------------------------------------------------------------------------------

    Input this requirements to Info - Button - Requirements of AbilLearn

    Posted in: Miscellaneous Development
  • To post a comment, please or register a new account.