ai4rei
|
bfbac60c74
* Changed enumerating defines into enumerations (related topic:264007).
|
14 年之前 |
brianluau
|
d3d4504d7f
- Fixed a typo in eA Job System documentation.
|
14 年之前 |
ultramage
|
1370e74073
Quick fix to Venom Splasher's Poison React bonus, 30% -> 20%, based on aegis (bugreport:230).
|
14 年之前 |
ai4rei
|
e769080fca
* Fixed Super Novices could not be adopted (bugreport:4907, since r12389).
|
14 年之前 |
ai4rei
|
c5c6d83877
* Improved error reporting during monster database and spawn data reading.
|
14 年之前 |
Gepard
|
336680302f
* Extracted calculations of the number of status points PC gets when leveling up to a function.
|
14 年之前 |
Gepard
|
5d8e2e76bb
* Removed status point calculations (duplicate) from `pc_resetstate` function. It is now handled by `pc_need_status_point`.
|
14 年之前 |
ai4rei
|
5179a206ba
* Merged pcdb_checkid update from renewal [14810/branches/renewal].
|
14 年之前 |
ai4rei
|
600e9e8320
* Moved bitfield 'boss' inside 'spawn_data' and 'mob_data' into the respective state struct (from r13813, follow up to r14795).
|
14 年之前 |
ai4rei
|
aaab80fb80
* Some NPC event related cleaning.
|
14 年之前 |
ai4rei
|
f34de92ef0
* Removed impossible condition in mob_parse_dataset as spawn_data::eventname was/is the same size as mob_data::npc_event (since r5707).
|
14 年之前 |
ai4rei
|
333c944cae
* Fixed map-server printing deprecation message, when monster event label was used as transport for special attributes (small/large monsters etc.) in script command 'monster' and related commands (bugreport:1274, since r6592, related r5707).
|
14 年之前 |
ai4rei
|
9d505aed9b
* Random accumulated bits and pieces.
|
14 年之前 |
ai4rei
|
88785ac802
* Added settings 'cashshop_show_points' and 'mail_show_status', both disabled by default, as the messages they control are custom (follow up to r11548 and r12264).
|
14 年之前 |
ai4rei
|
1eb3c83394
* Script command 'query_logsql' now throws a warning when SQL logs are disabled (related r11892).
|
14 年之前 |
ai4rei
|
0c22fcf28e
* Updated/revised description of instance-related script commands (bugreport:4880).
|
14 年之前 |
ai4rei
|
6f5cd0921e
* Removed functions 'decode_zip' (ancient) and 'encode_zip' (from r824) from grfio. These were outdated copies of zlib's 'uncompress' and 'compress' respectively (related r1530 and r5152).
|
14 年之前 |
ai4rei
|
e7e8d8b953
* Removed auto-add feature from mapindex code, as map indexes are used for save data, thus need to be constant across server starts (since r4726).
|
14 年之前 |
ai4rei
|
a5fb3f66cb
* Fixed @makehomun not checking for existing homunculus properly and thus allowing to create a homunculus when one is already present but inactive (bugreport:4879, since r10272).
|
14 年之前 |
ai4rei
|
e6a7748564
* Code cleaning and reformatting in functions responsible for sending guild expel information packets (follow up to r14718 and r14804).
|
14 年之前 |
ai4rei
|
6e34da4c83
* Updated packet 0x163 (ZC_BAN_LIST) to reflect change in packet layout introduced with 2010-08-03aRagexeRE (bugreport:4881, follow up to r14718).
|
14 年之前 |
ai4rei
|
5ae9f931de
* Fixed formatted broadcast messages not working with 2010-11-24aRagexeRE and later (bugreport:4872, since r14120).
|
14 年之前 |
ai4rei
|
1816631974
* Fixed description for script command 'itemheal' claiming, that this command is responsible for potion visual effects which it is not (item-use causes the client to display these) (since r2397).
|
14 年之前 |
ai4rei
|
40ec74d163
* Extended debugging code for bugreport:3504 (related r14599).
|
14 年之前 |
Gepard
|
e9be30aea1
* Fixed quest_check checking exactly 3 quest objectives instead of MAX_QUEST_OBJECTIVES (since r13959).
|
14 年之前 |
ai4rei
|
97eded0c3e
* Updated packet for the view players' equip feature for 2010-11-24aRagexeRE+ and made it support robes (follow up to r14797).
|
14 年之前 |
ai4rei
|
0e5b3ff65e
* Fixed char-server missing some WFIFOHEAD (partially due to r10909 being reverted by r11245, follow up to r9307 and r14618).
|
14 年之前 |
ai4rei
|
847809a9e7
* Added support for visible garments/robes.
|
14 年之前 |
ai4rei
|
134989d2f8
* Updated field `weapon` in table `char` to default to '0' (bare-handed) rather than '1' (knife) (follow up to r11696).
|
14 年之前 |
ai4rei
|
dc6ae732e4
* Some cleanups related to player and monster states.
|
14 年之前 |