Kinglykrab
efab0c4b6b
[Quest API] Add remove LDoN Win/Loss to Perl and Lua. (#1611)
* [Quest API] Add remove LDoN Win/Loss to Perl and Lua.
- Add $client->RemoveLDoNLoss(theme_id) to Perl.
- Add $client->RemoveLDoNWin(theme_id) to Perl.
- Add quest::removeldonloss(theme_id) to Perl.
- Add quest::removeldonwin(theme_id) to Perl.
- Add quest::crosszoneremoveldonlossbycharid(character_id, theme_id) to Perl.
- Add quest::crosszoneremoveldonlossbygroupid(group_id, theme_id) to Perl.
- Add quest::crosszoneremoveldonlossbyraidid(raid_id, theme_id) to Perl.
- Add quest::crosszoneremoveldonlossbyguildid(guild_id, theme_id) to Perl.
- Add quest::crosszoneremoveldonlossbyexpeditionid(expedition_id, theme_id) to Perl.
- Add quest::crosszoneremoveldonlossbyclientname(client_name, theme_id) to Perl.
- Add quest::crosszoneremoveldonwinbycharid(character_id, theme_id) to Perl.
- Add quest::crosszoneremoveldonwinbygroupid(group_id, theme_id) to Perl.
- Add quest::crosszoneremoveldonwinbyraidid(raid_id, theme_id) to Perl.
- Add quest::crosszoneremoveldonwinbyguildid(guild_id, theme_id) to Perl.
- Add quest::crosszoneremoveldonwinbyexpeditionid(expedition_id, theme_id) to Perl.
- Add quest::crosszoneremoveldonwinbyclientname(client_name, theme_id) to Perl.
- Add quest::worldwideaddldonloss(theme_id, min_status, max_status) to Perl.
- Add quest::worldwideaddldonwin(theme_id, min_status, max_status) to Perl.
- Add client:RemoveLDoNLoss(theme_id) to Lua.
- Add client:RemoveLDoNWin(theme_id) to Lua.
- Add eq.remove_ldon_loss(theme_id) to Lua.
- Add eq.remove_ldon_win(theme_id) to Lua.
- Add eq.cross_zone_remove_ldon_loss_by_char_id(character_id, theme_id) to Lua.
- Add eq.cross_zone_remove_ldon_loss_by_group_id(group_id, theme_id) to Lua.
- Add eq.cross_zone_remove_ldon_loss_by_raid_id(raid_id, theme_id) to Lua.
- Add eq.cross_zone_remove_ldon_loss_by_guild_id(guild_id, theme_id) to Lua.
- Add eq.cross_zone_remove_ldon_loss_by_expedition_id(expedition_id, theme_id) to Lua.
- Add eq.cross_zone_remove_ldon_loss_by_client_name(client_name, theme_id) to Lua.
- Add eq.cross_zone_remove_ldon_win_by_char_id(character_id, theme_id) to Lua.
- Add eq.cross_zone_remove_ldon_win_by_group_id(group_id, theme_id) to Lua.
- Add eq.cross_zone_remove_ldon_win_by_raid_id(raid_id, theme_id) to Lua.
- Add eq.cross_zone_remove_ldon_win_by_guild_id(guild_id, theme_id) to Lua.
- Add eq.cross_zone_remove_ldon_win_by_expedition_id(expedition_id, theme_id) to Lua.
- Add eq.cross_zone_remove_ldon_win_by_client_name(client_name, theme_id) to Lua.
- Add eq.world_wide_add_ldon_loss(theme_id, min_status, max_status) to Lua.
- Add eq.world_wide_add_ldon_win(theme_id, min_status, max_status) to Lua.
Adds enum for LDoN Themes and Theme Bitmasks so we're not using magic numbers.
Adds item links to item messages and augment messages on rejection/restriction/Lore.
* Update client_packet.cpp
* Update client_packet.cpp
* Update servertalk.h
Alphabetical.
2021-10-20 15:11:14 -04:00
..
2021-10-20 15:11:14 -04:00
2020-05-24 03:08:52 -05:00
2021-08-31 00:34:10 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2021-03-18 23:42:41 -05:00
2020-04-18 23:53:52 -05:00
2021-09-05 01:21:23 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-03-31 01:49:42 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2021-09-05 01:21:23 -05:00
2020-04-18 23:53:52 -05:00
2021-09-05 01:21:23 -05:00
2021-09-05 01:21:23 -05:00
2021-09-05 01:21:23 -05:00
2020-04-18 23:53:52 -05:00
2020-04-11 05:48:41 -05:00
2021-02-05 18:12:05 -06:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2021-09-05 01:21:23 -05:00
2021-09-05 01:21:23 -05:00
2020-04-18 23:53:52 -05:00
2021-04-07 01:20:35 -05:00
2021-09-05 01:21:23 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-03-31 01:49:42 -05:00
2020-04-05 23:11:25 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-03 02:49:40 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-05 22:23:29 -05:00
2021-05-24 21:14:32 -05:00
2021-03-28 18:14:36 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-03 02:49:40 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-04 02:04:48 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2021-03-29 02:52:57 -05:00
2021-09-05 01:21:23 -05:00
2021-09-05 01:21:23 -05:00
2021-09-05 01:21:23 -05:00
2021-09-05 01:21:23 -05:00
2020-04-03 02:49:40 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2021-09-12 22:08:04 -05:00
2020-04-03 02:49:40 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-05 22:23:29 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00
2020-04-18 23:53:52 -05:00