summaryrefslogtreecommitdiff
path: root/src/map/pc.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-03- Fixed pc_setpos using unit_remove_map with type 0 instead of 3, which confu...skotlex1-3/+3
2006-04-03- Cleaned up (fixed?) a possible overflow in pc_isUseitem, thanks to foobar.skotlex1-2/+8
2006-04-01- Fixed pc_setpos sending you to a random direction when the target tile was ...skotlex1-1/+1
2006-04-01- Fixed standing up no really making you stand up.skotlex1-1/+1
2006-04-01- Added structure view_data to handle sprite information for all characters (...skotlex1-36/+46
2006-03-30- the auth function in login.c won't jstrescapecpy passwords that were encryp...skotlex1-17/+1
2006-03-28- Fixed (?) the Family recall warp skills.skotlex1-5/+6
2006-03-27- HW_GANBANTEIN now also removes traps.skotlex1-0/+4
2006-03-27- Pet catching now uses the menuskill variables to prevent item usage from di...skotlex1-1/+2
2006-03-27- Changed status_point/skill_point to unsigned short. Adjusted the code as ne...skotlex1-19/+35
2006-03-26- Fixed the map-server freeze/crash on Warp Portal.skotlex1-2/+1
2006-03-24- Fixed Warp Portal.skotlex1-1/+1
2006-03-24* Fixed / finished most of Gunslinger [Reddozen]reddozen1-0/+4
2006-03-24- Added function map_search_freecell to locate an available cell around an ar...skotlex1-2/+1
2006-03-23- Fixed Devotion not properly being cleared on death/near death in some cases.skotlex1-0/+1
2006-03-23- Modified pc_percent_heal to avoid overflow problems.skotlex1-18/+27
2006-03-23- Some cleanup. Fixed function pc_isCardAllowedOn causing searches for non-ex...skotlex1-11/+18
2006-03-22- Merged the unit_data structure from jA for handling unit-related data (atta...skotlex1-688/+52
2006-03-20- Small fix to prevent killer/killable states from allowing you to target you...skotlex1-29/+3
2006-03-19* Fixed event_kill_pc to behave like what it should instead of another replic...Lance1-2/+5
2006-03-17* Fixed misleading and inaccurately documented events and added a missing flag. Lance1-10/+15
2006-03-16* BL_PC and BL_MOB control script commands (experimental).Lance1-1/+1
2006-03-16* Made an adjustment to addspiritball() to allow Gunslingers to summon up to ...Lance1-1/+12
2006-03-15- Added mapflag nodrop, fixed mapflag notrade.skotlex1-14/+16
2006-03-15- Added battle config options item_rate_adddrop, item_drop_add_min and item_d...skotlex1-72/+58
2006-03-14- Fixed skill_notok blocking guild skillsskotlex1-1/+4
2006-03-14- Fixed player auto-attack not cancelling when dead.skotlex1-0/+1
2006-03-13- Shield Reflect is now passed through Devotion as well.skotlex1-12/+13
2006-03-10- Fixed a memory overwrite crash on pc_readdb, thanks to foobar.skotlex1-1/+1
2006-03-10- Fixed the linked bard/dancer skills toggling with each call to pc_calc_statusskotlex1-10/+0
2006-03-09- Fixed a bug in the pc_skillreset function.skotlex1-0/+1
2006-03-09- Now you can't raise levels on an acquired skill when that skill is currentl...skotlex1-13/+16
2006-03-09- Moved a bunch of sc_effects that should be cancelled on hit from mob_damage...skotlex1-10/+0
2006-03-09* included MAX_WEAPON_SIZE for flexible weapon typesVicious1-7/+8
2006-03-09- Fixed a bug that was making the no_spawn_on_player setting useless.skotlex1-1/+1
2006-03-08-pc_jobid2mapid and pc_mapid2jobid now return int, and will return -1 when th...skotlex1-62/+72
2006-03-08- Added functions mobdb_searchname_array and itemdb_searchname_array which re...skotlex1-4/+5
2006-03-08fixed compile issue. fixed ninja issues.Vicious1-0/+1
2006-03-08some NJ/GS fix.Vicious1-2/+3
2006-03-08@job ninja/gs.Vicious1-3/+13
2006-03-07work jobchange. WORK! T_TVicious1-0/+5
2006-03-06- Fixed a debug message showing up on skill castend nodamage id when using a ...skotlex1-0/+2
2006-03-05* Removed my EXP limit as it did not do what it was supposed to [Codemaster]codemaster1-33/+19
2006-03-05- Fixed a pair of missing map_freeblock_unlockskotlex1-3/+3
2006-03-04- Fixed missing baby-dancer job in exp2.txtskotlex1-0/+3
2006-03-04- The rate passed to status_change_start must now be in 0->10000 range.skotlex1-15/+14
2006-03-02- Fame list size is now defined by MAX_FAME_LIST constant (mmo.h)skotlex1-6/+6
2006-03-02- Gospel no longer blocks item usage of whoever is in the area of effect.skotlex1-7/+9
2006-03-02- Fixed item pickup not picking anything unless you were in a party with item...skotlex1-10/+6
2006-03-02* Made it so players that are at the max level do not receive EXP. This makes...codemaster1-20/+34