Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HULD Compatibility for aldebaran.txt #2260

Merged
merged 49 commits into from
Oct 22, 2018

Commits on Aug 30, 2018

  1. Configuration menu
    Copy the full SHA
    6a0d3d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dca07b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2018

  1. Configuration menu
    Copy the full SHA
    19e1bc1 View commit details
    Browse the repository at this point in the history
  2. Add comment to packet 0x2cc.

    4144 committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    31cc126 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2018

  1. Configuration menu
    Copy the full SHA
    d9cb0f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2018

  1. Configuration menu
    Copy the full SHA
    63d2515 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2018

  1. Translate effect_list.txt into effect_list.md

    	- New file: effect_list.md added with
    	  markdown version of previous text document.
    akshat157 committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    5b71fbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52c9b2a View commit details
    Browse the repository at this point in the history
  3. Fixed failed assertion in guild invite.

    When player accepts invite, add them to member structure.
    Fixes HerculesWS#2210
    dastgirp committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    9ac40db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83e2af8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb49ae7 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2018

  1. allow buildin_getd to work with constants and params

    this is highly discouraged, but it should still work
    Helianthella committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    b71f152 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55f6666 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ced983 View commit details
    Browse the repository at this point in the history
  4. use the regular pc->setregistry to set vars of another char

    this will prevent further errors, and will allow setting special variables such as `#CASHPOINTS`
    Helianthella committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    191a266 View commit details
    Browse the repository at this point in the history
  5. Update keys to 2018-10-02

    4144 committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    29a6901 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4752716 View commit details
    Browse the repository at this point in the history
  7. Fix achievement reward packet.

    4144 committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    16b4e9a View commit details
    Browse the repository at this point in the history
  8. Fix getting achievement reward packets order.

    Also split achievement reward function to parts.
    4144 committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    0528b1a View commit details
    Browse the repository at this point in the history
  9. Update HPM.

    4144 committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    87d487d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2beda93 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    60cda69 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    658a0b6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9d231a2 View commit details
    Browse the repository at this point in the history
  14. Add packet ZC_REMOVE_EFFECT.

    4144 committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    e9bba13 View commit details
    Browse the repository at this point in the history
  15. Add script command for remove special effect.

    New script command: removespecialeffect
    
    *removespecialeffect(<effect number>{, <send_target>{, <unit id>{, <account id>}}})
    *removespecialeffect(<effect number>{, <send_target>{, "<NPC Name>"{, <account id>}}})
    4144 committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    79a55bf View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2018

  1. fix PACKET_ZC_PROPERTY_HOMUN size for old clients

    this bug was introduced in eb54c76
    Asheraf committed Oct 3, 2018
    Configuration menu
    Copy the full SHA
    48ecab8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb46a50 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2018

  1. Add packet ZC_CAMERA_INFO.

    This packet allow show camera info, or change camera parameters.
    4144 committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    1e32aa5 View commit details
    Browse the repository at this point in the history
  2. Add script commands for show camera info window and change camera par…

    …ameters.
    
    New script commands: camerainfo, changecamera
    4144 committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    e47b40b View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2018

  1. Add at command @camerainfo.

    4144 committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    b0cb289 View commit details
    Browse the repository at this point in the history
  2. Update Permission Documents

    - Changed into markdown format.
    Emistry committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    f561a2e View commit details
    Browse the repository at this point in the history
  3. Updated Effect List document

    - Updated effect list based on db/constant.conf
    - Added Constant Name column
    Emistry committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    161a1f5 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2018

  1. Merge pull request HerculesWS#2226 from 4144/updatepackets

    Update and fix packets up to 2018-10-02
    MishimaHaruna authored Oct 7, 2018
    Configuration menu
    Copy the full SHA
    9ac9237 View commit details
    Browse the repository at this point in the history
  2. HPM Hooks Update

    Signed-off-by: HerculesWSAPI <dev@herc.ws>
    HerculesWSAPI committed Oct 7, 2018
    Configuration menu
    Copy the full SHA
    6260982 View commit details
    Browse the repository at this point in the history
  3. Merge pull request HerculesWS#2227 from Helianthella/validatezeny

    only update zeny achievements and logs for non-zero transactions
    MishimaHaruna authored Oct 7, 2018
    Configuration menu
    Copy the full SHA
    75cd42c View commit details
    Browse the repository at this point in the history
  4. Merge pull request HerculesWS#2230 from akshat157/effect_list.md

    Fixes HerculesWS#2215: Turn effect_list.txt into effect_list.md
    MishimaHaruna authored Oct 7, 2018
    Configuration menu
    Copy the full SHA
    09eb7fe View commit details
    Browse the repository at this point in the history
  5. Merge pull request HerculesWS#2238 from Helianthella/varofpc

    fix setting char/account variables of another player
    MishimaHaruna authored Oct 7, 2018
    Configuration menu
    Copy the full SHA
    7b5270c View commit details
    Browse the repository at this point in the history
  6. Merge pull request HerculesWS#2237 from Helianthella/template

    [github] make the pull request template less ugly
    MishimaHaruna authored Oct 7, 2018
    Configuration menu
    Copy the full SHA
    c0543f2 View commit details
    Browse the repository at this point in the history
  7. Merge pull request HerculesWS#2240 from Helianthella/getd-const

    allow buildin_getd to work with constants and params
    MishimaHaruna authored Oct 7, 2018
    Configuration menu
    Copy the full SHA
    7120569 View commit details
    Browse the repository at this point in the history
  8. Merge pull request HerculesWS#2235 from dastgirp/issue/2210

    Fixed failed assertion in guild invite.
    MishimaHaruna authored Oct 7, 2018
    Configuration menu
    Copy the full SHA
    d6c3435 View commit details
    Browse the repository at this point in the history
  9. Merge pull request HerculesWS#2239 from guilherme-gm/201810-assertion…

    …_berserk
    
    Fixes an assertion error when sc_end is called for SC_BERSERK
    MishimaHaruna authored Oct 7, 2018
    Configuration menu
    Copy the full SHA
    cbcc972 View commit details
    Browse the repository at this point in the history
  10. Merge pull request HerculesWS#2253 from Emistry/doc_permission

    Update Permission Documents
    MishimaHaruna authored Oct 7, 2018
    Configuration menu
    Copy the full SHA
    baeb7a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2018

  1. Fixed Issue HerculesWS#2177

    If Item Price is 0, it is now changed to 1.
    dastgirp committed Oct 13, 2018
    Configuration menu
    Copy the full SHA
    d2c21b1 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2018

  1. Merge pull request HerculesWS#2208 from dastgirp/issue/2177

    Changes the item price to 1 if it is 0
    MishimaHaruna authored Oct 21, 2018
    Configuration menu
    Copy the full SHA
    bfea70b View commit details
    Browse the repository at this point in the history
  2. Merge pull request HerculesWS#2252 from Asheraf/pr4

    fix PACKET_ZC_PROPERTY_HOMUN size for old clients
    MishimaHaruna authored Oct 21, 2018
    Configuration menu
    Copy the full SHA
    f275d6a View commit details
    Browse the repository at this point in the history
  3. Merge pull request HerculesWS#2182 from guilherme-gm/201808-trapfix

    Fixes some issues with traps
    MishimaHaruna authored Oct 21, 2018
    Configuration menu
    Copy the full SHA
    b196e2b View commit details
    Browse the repository at this point in the history
  4. global_configuration.md

    linton-dawson authored and MishimaHaruna committed Oct 21, 2018
    Configuration menu
    Copy the full SHA
    77fb75d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    029f0ce View commit details
    Browse the repository at this point in the history