summaryrefslogtreecommitdiff
path: root/src/map/clif.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-27- Moved coma to skill_additional_effect, added special_state.bonus_coma to pr...skotlex1-2/+2
2007-03-27- Removed a missing file reference in the athena-start scriptultramage1-1/+1
2007-03-26- Cleaned up some the mob skill use code. The skill re-use delay is set at th...skotlex1-1/+5
2007-03-24- Corrected offset for the pet hairstyle in the spawn packet (0x7c). I still ...skotlex1-7/+7
2007-03-22Some generic typo fixes (src and npc)ultramage1-1/+1
2007-03-22- Removed unused bIgnoreDefMob skotlex1-2/+2
2007-03-22- Twilight Pharmacy's cast time is no longer reducable by dex.skotlex1-25/+0
2007-03-21- Cleaned up some the code of pc_equipitem and clif_parse_EquipItemskotlex1-10/+14
2007-03-19- Removed the last argument from skillitem, the skill name passed to the clie...skotlex1-3/+3
2007-03-19- Rewrote the jail logic to always use a status change. This means that the c...skotlex1-40/+32
2007-03-15ups, how did that get in...FlavioJS1-6/+5
2007-03-15- Corrected the structure and added info on the skill fail packet (0x110).FlavioJS1-14/+53
2007-03-13Mapcache update, should polish off remaining bugsDracoRPG1-6/+25
2007-03-11- Added player not attached crash prevention to countitem/countitem2skotlex1-1/+1
2007-03-11- Removed function clif_movepc as it's no longer invoked anywhere.skotlex1-100/+11
2007-03-09- Added info on packet 0x86 (simple move packet). Not usable until a clear se...FlavioJS1-22/+41
2007-03-09- Made conv_str return const char* since the script engine screws up if you m...skotlex1-4/+4
2007-03-04- Added the +20hit that were missing the NPC elemental attack skills.skotlex1-0/+6
2007-02-25- Fixed a compiler warning in char_sql\login.cFlavioJS1-11/+16
2007-02-25- You are allowed to expel guild mates that are not online now.skotlex1-14/+0
2007-02-25- You are allowed to attack/use skills now when your cloaking level is below 3.skotlex1-3/+12
2007-02-23- Minor cleanupsskotlex1-4/+16
2007-02-17Fixed a typo from r9778, allowing non-gm chars to use /kickultramage1-1/+1
2007-02-16- Modified the "guardian" spawn script command, it no longer receives a "amou...skotlex1-39/+10
2007-02-15- Cleaned up clif_party_info a bitultramage1-9/+7
2007-02-13- A bit more work on Ticket #41.FlavioJS1-1/+21
2007-02-12Fixed clif_parse_GMmessage cutting off messages randomly (typo in r9778)ultramage1-1/+1
2007-02-12- Corrected range of self destruction / bio explosion to be equal to their sp...skotlex1-0/+3
2007-02-12- Fixed the inverted behavior of display_skill_fail, caused by r9823ultramage1-3/+2
2007-02-12Disambiguationultramage1-2/+3
2007-02-11Fixed clif_party_message using an incorrect buffer lengthultramage1-28/+30
2007-02-09- Fixed skill usage being blocked if you use Weapon Refine and there is nothi...skotlex1-3/+4
2007-02-09- Updated the 'unit walk' to functions so they stop your attack if it's possi...skotlex1-1/+0
2007-02-08- Spider web can again be recasted on target.skotlex1-5/+6
2007-02-08Added a missing null pointer check in clif_parse_globalmessageultramage1-4/+5
2007-02-08- Fixed a bunch of probably incorrect logical comparisons. skotlex1-1/+1
2007-02-07- Removed deprecated console code.FlavioJS1-1/+1
2007-02-07- Moved CHAT_SIZE back to map.h because log_atcommand uses it on sql builds. ...FlavioJS1-3/+0
2007-02-06- Moved define CHAT_SIZE to clif.c, added define CHATBOX_SIZE to specify that...skotlex1-79/+84
2007-02-06- Cleaned up homunc attack request parsing. Homunculus no longer goes into au...skotlex1-8/+1
2007-02-05- Updated the code so that now a range of a skill is determined by the skill'...skotlex1-5/+5
2007-02-05- Fixed a duplicate warp name in Rachelskotlex1-2/+2
2007-02-03- Fixed the flag parameter not working on npcshopattachskotlex1-37/+4
2007-02-02Fine-tuned the global message processing functionultramage1-17/+34
2007-02-02- The define MESSAGE_SIZE was wrong! It is only used for input boxes. Therefo...skotlex1-84/+129
2007-02-02* Restricted global messages to 255 characters (client shows only ~80 anyway,...ultramage1-23/+35
2007-02-01A followup to r9761, a header include that somehow didn't commitultramage1-0/+2
2007-02-01- When when a party-member levels up, the level change is sent to the char-se...skotlex1-1/+5
2007-01-31Wiped out the old night codeultramage1-28/+0
2007-01-29Added a nasty hack to prevent multilanguage clients from breaking guild noticesultramage1-0/+12