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

To generate ITEML string #14

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

To generate ITEML string #14

wants to merge 11 commits into from

Commits on Mar 24, 2019

  1. Initial release ITEML string

    * Added script command to generate <ITEML> string, itemlink and itemlink2
      * itemlink(<item_id>{,<refine>,<card0>,<card1>,<card2>,<card3>});
      * itemlink2(<item_id>,<refine>,<card0>,<card1>,<card2>,<card3>,<RandomIDArray>,<RandomValueArray>,<RandomParamArray>);
        * NOTE that random option params must be filled even the server/client is not support if using itemlink2
    * Thanks to @lututui @exaxia @jchcc
    cydh committed Mar 24, 2019
    Configuration menu
    Copy the full SHA
    0f138bf View commit details
    Browse the repository at this point in the history
  2. Updates ITEML

    * Added equip location & view string in createItemLink result
    * Added base62_encode and base62_decode script command
    cydh committed Mar 24, 2019
    Configuration menu
    Copy the full SHA
    74fb1e0 View commit details
    Browse the repository at this point in the history
  3. Partial revert 74fb1e0

    * Shouldn't be pushed
    cydh committed Mar 24, 2019
    Configuration menu
    Copy the full SHA
    48726c6 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2019

  1. ITEML feature fixes

    * Changed str loop in `base62_decode` to `std::string::iterator`
    * Removed pre-defined base62 for nameid, equip, and look (just somehow failure on loading item_db on Travis-CI, worried on Linux too)
    cydh committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    0e80fbd View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

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

Commits on Nov 2, 2019

  1. Cleanups

    cydh committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    aef05ff View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Merge branch 'master' into feature/itemlink

    # Conflicts:
    #	src/map/itemdb.cpp
    #	src/map/itemdb.hpp
    cydh committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    cf3ee82 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

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

Commits on Nov 19, 2021

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

Commits on Jan 5, 2022

  1. Configuration menu
    Copy the full SHA
    0ce1e57 View commit details
    Browse the repository at this point in the history
  2. Just

    cydh committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    52b2b98 View commit details
    Browse the repository at this point in the history