Give additional attribute when +15

Results 1 to 3 of 3
  1. #1
    Tantra Freelancer A v a r a is offline
    MemberRank
    Apr 2014 Join Date
    In Your HeadLocation
    554Posts

    Give additional attribute when +15

    Hello.

    Anyone knows how to add additional attribute when an item upgraded to +15? See screenshot below

    screenshot_10.png


  2. #2
    Member Reaguee is offline
    MemberRank
    Jan 2011 Join Date
    84Posts

    Re: Give additional attribute when +15

    @AvAra in other thread you show that you have old source code of the game in c++, probably if you search on that old code for the item ID you will see how server add those extras, as I remember the extras depends on:
    Item must be RARE
    Item must be Crystal or Datu
    Item must be for Amara+
    and I don't remember if the item ID is in a switch (meaning that only those item ID on the switch will have those extras you show)

    the other extras (you are not asking for) that server gives on items when you use 3,4,5,6,7 pcs of the set can be configure on the SETITEM tab on HTSSettings(server side), and tantraparam(client side for the display)

    And BTW the extras you asking for, starts from +12

  3. #3
    Tantra Freelancer A v a r a is offline
    MemberRank
    Apr 2014 Join Date
    In Your HeadLocation
    554Posts

    Re: Give additional attribute when +15

    Quote Originally Posted by Reaguee View Post
    @AvAra in other thread you show that you have old source code of the game in c++, probably if you search on that old code for the item ID you will see how server add those extras, as I remember the extras depends on:
    Item must be RARE
    Item must be Crystal or Datu
    Item must be for Amara+
    and I don't remember if the item ID is in a switch (meaning that only those item ID on the switch will have those extras you show)

    the other extras (you are not asking for) that server gives on items when you use 3,4,5,6,7 pcs of the set can be configure on the SETITEM tab on HTSSettings(server side), and tantraparam(client side for the display)

    And BTW the extras you asking for, starts from +12
    Yeah I can see it and my guess that it only gives to those items that are declared in the source code otherwise it wont give extra attribute and yes you are correct it gives additional att. beginning at +12. Thank you for that correction @Reaguee



Advertisement