summaryrefslogtreecommitdiff
path: root/src/map/pc.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-04- Repairing items via scripts no longer displays "item has been repaired"skotlex1-6/+13
2006-12-04- Fixed the txt->sql converter not escaping character names before saving them.skotlex1-2/+4
2006-12-03- Removed sd->sex since it's redundant (we can always use sd->status.sex)skotlex1-5/+6
2006-12-01- Fixed txt-converter compilation. skotlex1-7/+8
2006-11-29- Now gvg_dungeon mapflag will activate the other mapflags which are required...skotlex1-17/+11
2006-11-29- Some cleaning on the homunc speed calculating code, so that it correctly us...skotlex1-1/+1
2006-11-28- Fixed a possible crash due to the recent core.c upgrade.skotlex1-15/+2
2006-11-24- The check that blocks the skill AL_TELEPORT on noteleport maps will be over...skotlex1-1/+1
2006-11-21- Corrected TripleAction's damage. It should do 150%*3 instead of 100*3% damage.skotlex1-1/+1
2006-11-20- Fixed itemskill variable being cleared before parsing the skill, this cause...skotlex1-2/+0
2006-11-17- Corrected use of the party invitation reply packet, thanks to FlavioJS.skotlex1-1/+1
2006-11-17- Updated map_quit to handle removing of players who are not even authenticat...skotlex1-3/+0
2006-11-13- HP Conversion will fail when used at max SP. It should not display any erro...skotlex1-8/+11
2006-11-13* Moved status_calc_pc back to pc_authok.Lance1-3/+4
2006-11-10- Fixed some line delimiter issues in script.cskotlex1-1/+0
2006-11-10- AL_TELEPORT now fails when used on top of Land Protector.skotlex1-5/+4
2006-11-09- Fixed status-change loading not working.skotlex1-2/+2
2006-11-08- Did some cleaning in pc_authok and clif_parse_LoadEndAckskotlex1-11/+25
2006-11-08- Moved the duel functions to pc.c since they are so totally out of place in ...skotlex1-0/+171
2006-11-07- Fixed map_foreachiddb and map_foreachpc so they don't encapsulate the varia...skotlex1-3/+3
2006-11-07* Reapplied 'fix equipment scripts which are based on character variables not...Lance1-4/+5
2006-11-06- Ganbantein's delay is now 2 secs.skotlex1-4/+1
2006-11-06* Reverted changes, moved status_calc_pc(sd,1) back to pc_authok since it cau...Lance1-4/+5
2006-11-06modified src/map/clif.cLance1-2/+2
2006-11-06* Temperory fixed stability issue caused by initial status_calc_pc being plac...Lance1-2/+4
2006-10-31- When Kaizel (or super novice rebirth skill) triggers, you get debuffed now.skotlex1-3/+6
2006-10-30- Corrected GS skill ranges using Aegis data. All their targetted skills have...skotlex1-16/+12
2006-10-30- Set the inf2 to encore skills of Wand of Hermodeskotlex1-4/+0
2006-10-28- Fixed mob-skill event "skillused" not triggering at all.skotlex1-1/+1
2006-10-25- Cleaned up some more the event dequeue code, it will no longer clear out th...skotlex1-6/+4
2006-10-25- Some cleaning of the pc_eventtimer and pc enqueue code, it should fix some ...skotlex1-24/+20
2006-10-25- MG_STONECURSE and NPC_PETRIFYATTACK now use time1 to specify the "petrifyin...skotlex1-1/+0
2006-10-24- Cleaned up the "show_steal_in_party" setting so it only takes effect when t...skotlex1-57/+44
2006-10-20- Fixed Charge Atk being able to go through chasm/pits.skotlex1-1/+1
2006-10-20- Added config setting "summon_flora_setting", which it you can decide now tw...skotlex1-0/+1
2006-10-19- Cleaned up the log.c file.skotlex1-4/+4
2006-10-19- Corrected a compilation error.skotlex1-1/+1
2006-10-19- Added the Monk combos to skill_castnodex so their delay is not decreased by...skotlex1-17/+28
2006-10-12- Corrected Caprice cast info. No cast time, delay time equal to the bolt spe...skotlex1-1/+4
2006-10-05- skill_blown will now trigger on-touch npcs on the landing tile.skotlex1-0/+6
2006-10-04- Modified pc_jobchange so that it automatically removes peco/falcon/cart/hom...skotlex1-5/+21
2006-10-02- Modified item-granded status resistance reduction to behave as explained by...skotlex1-2/+4
2006-10-02- Renamed nopenalty mapflag to noexppenalty. Using nopenalty will turn on/off...skotlex1-2/+2
2006-09-26- Updated battle_check_target so that non-offensive skills cannot be used on ...skotlex1-4/+5
2006-09-21- Removed the unrecognized class error messages from pc_mapid2jobid and pc_jo...skotlex1-4/+0
2006-09-19- Fixed pc_set_hate_mob letting you place mobs on any of the three positions ...skotlex1-0/+2
2006-09-18- Reloading scripts will no longer eliminate mobs with no respawn data. Watch...skotlex1-1/+1
2006-09-17- Fixed NPC_INVISIBLE's cloak ending after attacking once.skotlex1-2/+5
2006-09-12- Updated battle_switch to use strncmpi instead of strcmpi, it makes it so us...skotlex1-3/+16
2006-09-09- Moved perfect_hiding from state to special_state, so that it clears out whe...skotlex1-1/+1