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