summaryrefslogtreecommitdiff
path: root/src/map/clif.c
AgeCommit message (Expand)AuthorFilesLines
2006-03-30- the auth function in login.c won't jstrescapecpy passwords that were encryp...skotlex1-1/+17
2006-03-28* Modified clif_getareachar_pc to hide hidden GMs from normal players (player...Lance1-20/+23
2006-03-28- Small fix that should help on multi-map servers when characters are swappin...skotlex1-1/+2
2006-03-27- HW_GANBANTEIN now also removes traps.skotlex1-2/+29
2006-03-27- Pet catching now uses the menuskill variables to prevent item usage from di...skotlex1-3/+8
2006-03-27* GCC on Cygwin still complaining, resorted to including limits.h in malloc.hLance1-1/+0
2006-03-27* Refixed the fix with a constant list for Win32 users - limits.h (imported f...Lance1-0/+1
2006-03-27- Changed status_point/skill_point to unsigned short. Adjusted the code as ne...skotlex1-7/+7
2006-03-25- Fixed a pair of "Conditional jump or move depends on uninitialised value(s)...skotlex1-0/+2
2006-03-24- Fixed Warp Portal.skotlex1-2/+5
2006-03-22- Merged the unit_data structure from jA for handling unit-related data (atta...skotlex1-94/+88
2006-03-21Fix on not showing guildmembers logins/logouts messages.LuzZza1-0/+44
2006-03-19* Recoded getmobdata script function. Fixed mob_damage typo sd -> mvp_sd. Cle...Lance1-43/+43
2006-03-17* Final fix on Juperos NPC.Lance1-0/+6
2006-03-16* mob_chat_sub fix. Added buildin_pcblockmove. Lance1-2/+6
2006-03-16* BL_PC and BL_MOB control script commands (experimental).Lance1-0/+1
2006-03-15- Added mapflag nodrop, fixed mapflag notrade.skotlex1-1/+4
2006-03-15- Fixed a possible crash in Venom Splasher if the countdown is too high.skotlex1-1/+1
2006-03-14- Fixed incorrect range check in autospell2 triggers.skotlex1-1/+1
2006-03-07- Added a check that forces self skills to cast on yourself in skill_use_idskotlex1-1/+5
2006-03-05- Fixed a pair of missing map_freeblock_unlockskotlex1-3/+3
2006-03-04- The rate passed to status_change_start must now be in 0->10000 range.skotlex1-35/+7
2006-03-03- Fixed crash on the NPC whisper system when the message's size was 1.skotlex1-2/+2
2006-03-03- Fixed compilation error on windowsskotlex1-7/+3
2006-03-03- Added event 8 for mobspawns that should spawn with special ai set.skotlex1-1/+1
2006-03-02- Fame list size is now defined by MAX_FAME_LIST constant (mmo.h)skotlex1-3/+20
2006-02-24- Fixed the CL_WHITE define, thanks to FlavioJSskotlex1-2/+3
2006-02-24- Player-summoned mobs won't level up now.skotlex1-0/+1
2006-02-23- Added mob skill conditions myhpinrate and friendhpinrate for using HP range...skotlex1-2/+4
2006-02-23- Modified the way autospells stack to mimic official servers. Cards of the s...skotlex1-1/+1
2006-02-21- Modified party_send_movemap and guild_send_info_short to send the mini-dots...skotlex1-13/+47
2006-02-21- Fix to prevent using main chat when it disabled in atcommand_athena.LuzZza1-2/+2
2006-02-21- Oh yeah, made Super Novice explosion spirits trigger when the last phrase i...skotlex1-1/+0
2006-02-20- SC_NOCHAT won't be cancelled on death.skotlex1-38/+42
2006-02-20- Added sd variables menuskill_id/menuskill_lv to store menu-based selections...skotlex1-71/+132
2006-02-19- Fixed a compile warning this time ~.~skotlex1-1/+1
2006-02-19- Oops, fixed the compilation error.skotlex1-1/+6
2006-02-19- Added sd->canuseitem_tick = tick to the pc_authok initializer data. Fixes i...skotlex1-1/+2
2006-02-16- Fixed pets displaying "strangely" when they did not have their pet armorskotlex1-3/+3
2006-02-13- Modified PA_GOSPEL so that the random damage attack becomes a BF_MISC attack.skotlex1-1/+1
2006-02-11- The status window now shows the addition of the damage of your both weapons...skotlex1-4/+4
2006-02-09- Code rewrites in mob_damage and party_exp_even_share for correctly handling...skotlex1-6/+7
2006-02-08- Cleaned up and reorganized status_change_start. Now it also receives the su...skotlex1-8/+9
2006-02-06- Added define clif_deadsit to send the dead state into player packets if the...skotlex1-3/+4
2006-02-05* Added some of eAIRC bot code, written by me and LittleWolf. It is disabled ...Valaris1-0/+5
2006-02-01- Fixed a typo bug in SC_STAR_COMFORT handling.skotlex1-171/+171
2006-01-31- Changed the exp tables format.skotlex1-1/+1
2006-01-30- Autoloot now uses the item's base drop chance rather than final drop rate t...skotlex1-1/+1
2006-01-29AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES ...Valaris1-0/+12146
2006-01-29Clearing trunk.Valaris1-11474/+0