OpenKore/openkore

Itemlink (ITEML) for 2020 clients

Open

#3.541 geöffnet am 19. Nov. 2021

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Perl (1.200 Forks)batch import
feature requesthelp wanted

Repository-Metriken

Stars
 (1.467 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

  • Openkore version git: ec5091eefefb40e984224382c58a4957753c8507
  • Server: Local test, rAthena, serverType kRO_RagexeRE_2020_04_01b
  • Bug Report / Feature Request: Feature Request
  • Summary:

Follow up the sub solveItemLink since #2541, on 2020 client (or idk since when exactly), the message pattern was changed for the separators as

older clients

  • card: (
  • options:
    • id: *
    • param: +
    • val: ,

2020+ client

  • card: )
  • options
    • id: +
    • param: ,
    • val: -

I don't know how to place or better implementation to support those differences.

Contributor Guide