updating/2.1

From OpenKore Wiki
Jump to navigation Jump to search

Notes for updating to OpenKore 2.1.

TODO: add this file to distribution?

ServerTypes

Official servers

Official servers now have their own serverTypes, which update according to corresponding server (instead of updating servers.txt on server update).

Included servers.txt uses them already. If you play on official server, just use new servers.txt.

Private servers

Private servers are not included anymore, because this information quickly becomes outdated and nobody updates it. And most likely, you need to use new kRO serverType tree.

(TODO: something about kRO serverTypes)

Skill name changes

Now you can use skill handles (like `AL_HEAL`) instead of skill names, or both (in form of `Heal (AL_HEAL)`). You will need this for mercenary skills that have the same name with some skills of your character - such as Provoke (MER_PROVOKE). If you have trouble with skill names, check console command skills - it suggest forms you can use in config.

Localized tables

By default, official servers will use corresponding included table sets with localized items, skills, statuses etc. If you will decide to use these, you most likely will need to rewrite names of items, skills and statuses in your control files.

Default table set was changed. If you don't like it, you can use iRO table set (which resembles pre-2.1 default table set).

If you want to use exact control files which you used with previous releases of OpenKore (pre-2.1), set locale_compat 1 in sys.txt (or manually select "Old" table set). Maybe in future there will be support for multiple table sets or some converting tool.

You can always specify which table set(s) to use with command line argument `--tables`.

Unknown packets

(TODO: about unknown/unhandled packets messages)

New features

  • captcha in login sequence (as on kRO)
follow instructions when encountered
  • self condition:
 mercenary_whenStatusActive
  • target player condition:
 target_isNotMyDevotee
  • remote party request - console command:
 party request <player name>
  • pet - console command:
 pet {c[apture] | h[atch] | s[tatus] | i[nfo] | f[eed] | p[erformance] | r[eturn] | u[nequip] | n[ame] <name>}
  • quests - console command:
 quest {list | info <ID> | set <ID> {on | off} }
  • cooking - console command:
 cook <index>
  • refining - console command:
 refine <item name or index>
  • show player equipment - console command:
 showeq {me {on | off} | p <player partial name or index>}
  • kill homunculus - console command:
 homun fire

Other updates

  • cities.txt updated
  • devotion messages now have their own domain, allowing to squelch them

Known problems

  • idRO support is broken due to server protection
  • TODO

Bug reporting

TODO (something about server updates which break something too?)

Further updating

TODO