Commit Graph

592 Commits

Author SHA1 Message Date
Loïc Hoguin
c0ff7100fb psu_game: Fix send_0222 based on research. This fixes the EXP TNL issue. 2010-09-05 15:38:58 +02:00
Loïc Hoguin
3ac88d6d81 psu_game: Fix various LID issues. 2010-09-05 15:38:28 +02:00
Loïc Hoguin
ad9dede8bc psu_proto: Added 2 more @todo for item_learn_pa or npc_shop_gift_wrap. 2010-09-05 15:32:51 +02:00
Loïc Hoguin
c43d069620 psu_game: The 021b command must be sent everytime char_load is called. 2010-09-05 00:46:38 +02:00
Loïc Hoguin
0d7147b842 psu_proto: Move system_client_hardware_info to events and ignore it for now. 2010-09-04 21:00:55 +02:00
Loïc Hoguin
abf8f06625 psu_proto: Review and move char_select_create, char_select_enter, char_select_request to events. 2010-09-04 19:59:06 +02:00
Loïc Hoguin
8abaaada90 psu_game: Log information when the user buy or sell something. 2010-09-04 19:01:35 +02:00
Loïc Hoguin
7b79545c95 items: Add the description and send it to the client when requested. 2010-09-04 16:33:40 +02:00
Loïc Hoguin
62e0b662b9 psu_proto: Added two @todo comments. 2010-09-04 16:06:46 +02:00
Loïc Hoguin
c79ef69b40 items: Added all the remaining items for the consumable shops. 2010-09-04 15:52:10 +02:00
Loïc Hoguin
b4b692ed5e psu_game: Start the items database. Use items to generate the consumable items shops listings. 2010-09-04 03:50:27 +02:00
Loïc Hoguin
be464af255 psu_game: Review and move system_client_version_info to events.
psu_login does NOT use the events version of the command yet.
2010-09-04 01:50:12 +02:00
Loïc Hoguin
2899a32ea1 Change the license from GPLv3 to Affero GPL, which is based on GPLv3. 2010-09-04 00:09:06 +02:00
Loïc Hoguin
4532169f1e psu_proto: Review send_0d05 and move it to psu_proto. 2010-09-03 23:26:29 +02:00
Loïc Hoguin
116ec3201a psu_game: Don't delete the user on system_key_auth_request failure! This would be usable as a DOS attack against a specific user. 2010-09-03 22:17:47 +02:00
Loïc Hoguin
f4b0b952fc psu_proto: Review and move the system_key_auth_request event to psu_proto. 2010-09-03 22:14:50 +02:00
Loïc Hoguin
1447048dd9 psu_proto: Review send_0202 and move it to psu_proto. 2010-09-03 21:36:38 +02:00
Loïc Hoguin
4e39ebefae psu_game: Fix a small typo. 2010-09-03 19:51:41 +02:00
Loïc Hoguin
7a42e0527e psu_game: Small change to send_1006 based on research. 2010-09-03 18:38:40 +02:00
Loïc Hoguin
c3380cbf95 psu_game: Small fixes to send_1500 based on research. GID shows up properly on own partner card now. 2010-09-03 02:04:09 +02:00
Loïc Hoguin
1d0c9ff960 psu_game: Small change to send_0d01 based on research. 2010-09-03 01:48:02 +02:00
Loïc Hoguin
6ec02be0f4 psu_game: Small change to send_1005 based on research. 2010-09-03 01:45:05 +02:00
Loïc Hoguin
6ac469a896 maps: Add Story EP2 Chapter 1: The Mask C difficulty. 2010-09-02 23:49:32 +02:00
Loïc Hoguin
f785b290bb psu_proto: Add a new event: party_remove_member. NPCs can now be removed from the party. 2010-09-02 23:48:27 +02:00
Loïc Hoguin
bab8913645 psu_game: Handle the npc_force_invite event properly. 2010-09-02 21:40:26 +02:00
Loïc Hoguin
2ef6a53f58 psu_game: Fix a GID/NPCid mismatch in the npc_invite event. 2010-09-02 21:37:55 +02:00
Loïc Hoguin
8de811642c psu_proto: Move send_010d to psu_proto. 2010-09-02 19:02:39 +02:00
Loïc Hoguin
dbdc02bcd0 psu_proto: Move send_0201 to psu_proto. 2010-09-02 17:43:25 +02:00
Loïc Hoguin
63b3b0a7b9 psu_game: Small fix to 0402 command handling based on research. 2010-09-02 17:16:15 +02:00
Loïc Hoguin
07299c69c9 psu_game: Small fix to the item_equip event based on research. 2010-09-02 16:49:52 +02:00
Loïc Hoguin
d1a30ecc63 psu_npc: Make sure the NPC level doesn't go below 1 or above 200. 2010-09-02 16:38:01 +02:00
Loïc Hoguin
79d36e5313 psu_game: The chat event now ignore again when FromGID=0, since it shouldn't happen. 2010-09-02 16:34:18 +02:00
Loïc Hoguin
dc6c9b180a psu_game: Fix the sent LID in send_1004. This fixes the tutorial mission. 2010-09-02 16:28:48 +02:00
Loïc Hoguin
8204740117 psu_game: send_022c seems to be related to parties... or NPCs. 2010-09-02 01:05:10 +02:00
Loïc Hoguin
28bb2f92cb psu_game: Small improvements to send_0201 based on research. 2010-09-02 00:58:27 +02:00
Loïc Hoguin
111d37f0a1 psu_game: Small improvements to send_1004 based on research. 2010-09-02 00:52:42 +02:00
Loïc Hoguin
5af19cd663 psu_game: Small improvements to send_1016 based on research. 2010-09-02 00:47:26 +02:00
Loïc Hoguin
a258c388a7 psu_game: Temporarily allow chat to be sent from GID = 0. Prevents disconnection while investigating a bug with the tutorial. 2010-09-02 00:20:03 +02:00
Loïc Hoguin
9f42e24cea psu_characters: Small changes based on research. 2010-09-01 23:54:41 +02:00
Loïc Hoguin
6dd3a05026 psu_proto: Fix a small bug when parsing the player's name in the chat command. 2010-09-01 23:53:26 +02:00
Loïc Hoguin
e2538b45a7 psu_appearance: Replace a few unused values, dependent on race, by their actual defaults on official. 2010-09-01 23:28:31 +02:00
Loïc Hoguin
69641cd459 psu_game: Reenable send_022c in npc_invite event. 2010-08-30 15:39:40 +02:00
Loïc Hoguin
0d3cad936e item_equip/unequip: Rename ItemID and PAID into ItemIndex and PAIndex. 2010-08-29 23:09:06 +02:00
Loïc Hoguin
2ba8020f24 Review send_020c and move it to psu_proto. 2010-08-29 22:21:23 +02:00
Loïc Hoguin
f0754543cf Review send_0215 and move it to psu_proto. 2010-08-29 22:15:32 +02:00
Loïc Hoguin
dfb8f691fb Review send_020e and move it to psu_proto. 2010-08-29 19:22:02 +02:00
Loïc Hoguin
597d51c0ee Review send_0205 and move it to psu_proto. 2010-08-29 19:09:01 +02:00
Loïc Hoguin
d9586cfd10 Review send_0a05 and move it to psu_proto. 2010-08-29 18:41:21 +02:00
Loïc Hoguin
9fc62c8130 Review send_0c00 and move it to psu_proto. 2010-08-29 18:31:23 +02:00
Loïc Hoguin
b77e04acf8 psu_proto: Add npc_force_invite to events and do nothing (for now). 2010-08-29 13:41:53 +02:00