summaryrefslogtreecommitdiff
path: root/src/map/clif.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-05- Found the position of emblem_id in packet 1b6, commented out the old fix wh...FlavioJS1-2/+4
2006-12-05- Moved START_ACCOUNT_NUM and END_ACCOUNT_NUM from login.h to mmo.h and chang...FlavioJS1-33/+28
2006-12-04- Changed clif_blown to use fixpos again as per aegis packets.skotlex1-2/+3
2006-12-04- Repairing items via scripts no longer displays "item has been repaired"skotlex1-11/+2
2006-12-04- Fixed the txt->sql converter not escaping character names before saving them.skotlex1-26/+8
2006-12-02- Replaced @send with the version I use for testing packets.FlavioJS1-12342/+12301
2006-12-01- Fixed txt-converter compilation. skotlex1-4/+13
2006-11-29- Added a missing map_quit in clif_parse which was the real reason for the cr...skotlex1-1/+2
2006-11-29- Added overflow protection to @main whisper parsing.skotlex1-5/+5
2006-11-29- Now gvg_dungeon mapflag will activate the other mapflags which are required...skotlex1-5/+3
2006-11-28- Fixed a possible crash due to the recent core.c upgrade.skotlex1-0/+10
2006-11-27- Updated the status change field "option" to an int rather than short. This ...skotlex1-5/+7
2006-11-27- Fixed the Homunculus hungry timer not starting on login.skotlex1-0/+2
2006-11-27- Fixed clif.c dumping unknown packets by default... (oops, used an #ifdef wh...skotlex1-1/+1
2006-11-27Added logging for standard GM commands (/mm /b /kick etc)KarLaeda1-6/+48
2006-11-27- Corrected KiriKage's range so it works correctly when used by non-players o...skotlex1-1/+1
2006-11-24- Heaven's drive no longer targets traps.skotlex1-1/+1
2006-11-24- Some cleaning of the pc_authok, clif_WantToConnection functions. Also some ...skotlex1-94/+88
2006-11-24- The check that blocks the skill AL_TELEPORT on noteleport maps will be over...skotlex1-7/+15
2006-11-24- Fixed uninitialized variable fd being used in WFIFOHEAD in a few clif funct...skotlex1-16/+4
2006-11-24- Added all the missing FIFOHEADs in the login/sql servers (required for TURB...skotlex1-115/+97
2006-11-23- Made WFIFOHEAD() check for available buffer size remaining on the connectio...skotlex1-11/+15
2006-11-22- Modified slaves_inherit_speed and slaves_inherit_mode so you get better con...skotlex1-1/+1
2006-11-22- Recoded @send so that it uses clif.c instead of doing all the WFIFO stuff i...skotlex1-1/+42
2006-11-21- Moved ignoreAll to state.ignoreAll so it saves some space.skotlex1-200/+215
2006-11-20- Fixed itemskill variable being cleared before parsing the skill, this cause...skotlex1-4/+4
2006-11-20- Raised the amount of skills that can stack on a single cell before the "in-...skotlex1-1/+3
2006-11-19* Hack protection from packet monkeys in clif_parse_NpcSelectMenu. Lance1-2/+9
2006-11-18Calculation error in clif_parse_Wis.Lance1-1/+1
2006-11-17- Corrected use of the party invitation reply packet, thanks to FlavioJS.skotlex1-1/+6
2006-11-17* Fixed potential hack by modifying packet of whispers.Lance1-2/+13
2006-11-17- Updated map_quit to handle removing of players who are not even authenticat...skotlex1-2/+6
2006-11-16* Edited atcommand and charcommand syntax. Now it doesn't need the useless ch...Lance1-9/+9
2006-11-16- Overlapping song/dances will now cause dissonance/ugly-dance level 1 instea...skotlex1-2/+1
2006-11-14- Characters with Karma may fight amongst them anywhere.skotlex1-0/+72
2006-11-13- HP Conversion will fail when used at max SP. It should not display any erro...skotlex1-1/+8
2006-11-13- Volcano/Deluge/Violent Gale are now interchangeable, in the sense that as ...skotlex1-6/+6
2006-11-10- Fog of Wall will fail when casted on top of a Volcano/Violent Galeskotlex1-19/+22
2006-11-08- The GVG map-packet will now also be sent for guild dungeon maps.skotlex1-1/+1
2006-11-08- Did some cleaning in pc_authok and clif_parse_LoadEndAckskotlex1-88/+80
2006-11-08- Some cleaning of the Gospel code.skotlex1-1/+25
2006-11-08- Moved the duel functions to pc.c since they are so totally out of place in ...skotlex1-2/+4
2006-11-07- Added a check to prevent casting ground skills on a target and vice-versa w...skotlex1-7/+12
2006-11-07- Fixed map_foreachiddb and map_foreachpc so they don't encapsulate the varia...skotlex1-18/+35
2006-11-06- Ganbantein's delay is now 2 secs.skotlex1-5/+6
2006-11-06modified src/map/clif.cLance1-1/+2
2006-10-30- Set the inf2 to encore skills of Wand of Hermodeskotlex1-37/+37
2006-10-25- Cleaned up some more the event dequeue code, it will no longer clear out th...skotlex1-1/+2
2006-10-20- Fixed Charge Atk being able to go through chasm/pits.skotlex1-57/+47
2006-10-16- Adjusted UTSUSEMI/BUNSINJYUTSU so that they block range/melee weapon attack...skotlex1-1/+0