ai4rei
|
b7c868ef79
* Fixed char-server making assumptions about RFIFO data length in character deletion packet (since r10909).
|
hace 14 años |
ai4rei
|
e52ae8ad6c
* Removed unmaintained and broken 'adduser' tool (topic:262284).
|
hace 14 años |
ai4rei
|
3ca9ea993f
* Fixed skill_can_produce_mix not checking, whether or not the produced goods can actually be stored (bugreport:4674).
|
hace 14 años |
brianluau
|
85d04b3cfb
- Added missing script_pushint() in 'checkweight' that were forgotten in r14629.
|
hace 14 años |
ai4rei
|
17cbc67f05
* Reverted r14565, as the database version is already properly commented in source and is overwritten upon first sync of account.txt anyway.
|
hace 14 años |
ai4rei
|
b0a320808c
* Cleaned up script command checkweight.
|
hace 14 años |
ai4rei
|
5984718d86
* Fixed opening other player's vending terminating currently running NPC conversation. Vending is now unavailable when talking to an NPC (bugreport:2208).
|
hace 14 años |
ai4rei
|
226fa32b4c
* Fixed items, that get dropped at 100% chance, being reported in @iteminfo as 'available in the shops only' (since/replaces r3482).
|
hace 14 años |
ai4rei
|
708ea3bf59
* Updated commands @delitem/#delitem.
|
hace 14 años |
ai4rei
|
cce4c55f47
* Fixed two-hand weapons not getting recognized as such upon equipping, causing respective one-hand weapon's base ASPD values being used instead (bugreport:4659, related r12599).
|
hace 14 años |
ai4rei
|
e07b6c4caa
* Updated script commands delitem and delitem2.
|
hace 14 años |
ai4rei
|
3eb60a58f7
* Fixed a compile error in txt-converter-char caused by 'save_log' being declared by both SQL and TXT (bugreport:4671, since r14619).
|
hace 14 años |
ai4rei
|
78f2401ea0
* Made SQL char-server options 'chars_per_account' and 'char_del_level' work on TXT as well (follow up to r1063 and r8420).
|
hace 14 años |
ai4rei
|
9aa76bdd13
* Added support for new /remove and /recall packets for 2010-08-03aRagexeRE and newer.
|
hace 14 años |
ai4rei
|
8af3da1d3e
* Synchronized TXT/SQL char-server code a bit.
|
hace 14 años |
ai4rei
|
adb8fd5aa3
* Fixes to char-server.
|
hace 14 años |
ai4rei
|
a45a6400e3
* Fixed server processing the sell list (deleting items and giving zeny) for script-controlled shops (OnSellItem), causing the controller script to fail (bugreport:4656, since r6557).
|
hace 14 años |
ai4rei
|
d23eafd077
* NPC shop buy list received from the client is now validated for scripted shops (OnBuyItem), before the control is transfered to the script, as well (bugreport:3680, since r5841, related r8525).
|
hace 14 años |
ai4rei
|
1e81541e66
* Resolved random compiler warnings.
|
hace 14 años |
ai4rei
|
951823bbde
* Fixed sql mapreg loading code specifying output buffer size for SqlStmt_BindColumn without zero-terminator, leading to truncations of variable names and/or their values when using the maximum length (bugreport:1939, since r11245).
|
hace 14 años |
ai4rei
|
b86d48e71a
* Added script_setarray_pc for setting temporary character array variables outside of script.c without requiring them to use script-interal code (add_str and reference_uid).
|
hace 14 años |
ai4rei
|
cbf4ef5dd5
* Replaced in-place generation of uid of script array elements with reference_uid macro (follow up to r10813).
|
hace 14 años |
ai4rei
|
7c90fd1bf1
* Fixed dynamic shop arrays @bought_nameid, @bought_quantity, @sold_nameid and @sold_quantity not getting reset to zero before use, thus providing attached script with wrong/old data, if it did not clear them by itself in previous call (bugreport:1574, since r5841).
|
hace 14 años |
ai4rei
|
2a043e4999
* Removed 'strsignal' forward-declaration from 'sig' plugin to prevent random gcc distributions from failing to compile due to mismatched declaration already present in <string.h> (bugreport:4644, topic:262284, follow up to r14591).
|
hace 14 años |
ai4rei
|
8643992d0b
* Fixes to the dynamic shop sample script (first part of dynamic shop fixes).
|
hace 14 años |
ai4rei
|
e45ba2f126
* Replaced maximum script array size literals with a define (constant).
|
hace 14 años |
ai4rei
|
08684261f6
* Renamed item array in 'struct guild_storage' from 'storage_' to 'items' to match 'struct storage_data' (related r12933).
|
hace 14 años |
ai4rei
|
30d36bd8a1
* Bunch of intif_parse_LoadGuildStorage fixes.
|
hace 14 años |
ai4rei
|
9ae0e011e7
* Fixed character storage no longer being sorted (bugreport:1982, since r12950).
|
hace 14 años |
ai4rei
|
7ed6e26fb4
* Updates to handling of hair color/style and cloth color of characters.
|
hace 14 años |