Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Prevent unequipping items on login before calculating the character's status data
|
|
Add loudhailer() script command
|
|
Make mineffect flag not being affected by sd->state.lesseffect in clif_maptypeproperty2()
|
|
|
|
Add/extend battle flags to enable item/skill usage while interacting with NPC
|
|
Update packets up to 2020-05-20
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Enable multiple itemskill() calls per item
|
|
|
|
|
|
|
|
clif_maptypeproperty2()
|
|
characters
|
|
|
|
|
|
|
|
|
|
|
|
Cap string variable value length and unify corresponding SQL columns size
|
|
SCRIPT_STRING_VAR_LENGTH + 1
Also exclude NULL-terminator from string variable value length in inter-server communication.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix/extend @fakename
|
|
|
|
|
|
|
|
|
|
Clean up auto-cast related code
|
|
|
|
|
|
map_session_data->autocast.skill_id/_lv instead
|
|
for auto-cast skills
|
|
map_session_data->autocast.itemskill_* instead
|
|
map_session_data->autocast.type instead
|
|
|
|
|
|
|
|
|
|
|
|
|