summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-12-08* Removed double tabs from mapflag/warp/script/function/duplicate declarations.FlavioJS13-134/+136
2007-12-08- Changed the chaotic delay from block to delay since it just a secskotlex4-5/+3
2007-12-07- Fixed ensembles skills.skotlex3-5/+4
2007-12-07- removed the timer heap correction code when the timers overflow since Flavi...skotlex8-108/+68
2007-12-07- Insignificant cleanups.skotlex2-2/+5
2007-12-06- Cleaned up the messy code used to generate the idle/walk packets (or at lea...skotlex1-176/+123
2007-12-06- Likely fixed clif_set_disguise for PACKET_VER 9skotlex1-19/+26
2007-12-06ooops, two errors escaped... >.<FlavioJS1-2/+2
2007-12-06* Removed the attempts to recover from invalid syntax in npc_parsesrcfile sin...FlavioJS3-85/+244
2007-12-06- The default event script behaviour is to trigger on labels rather than NPCs...skotlex12-222/+78
2007-12-05- Made the struct weapon_atk lhw in status_data a static member rather than a...skotlex7-93/+66
2007-12-05- Fixed a possible crash when the memory manager is disabled and a non-respaw...skotlex1-1/+4
2007-12-05- Corrected Lif skill durations/delays according to http://irowiki.org/wiki/Lifskotlex2-4/+8
2007-12-03- Added a fix to prevent missing a mail attachment is map servers disconnect ...zephyrus6-13/+27
2007-12-03- Corrected clif_pase_DropItem so ack/nak is always sent (or client hangs wai...skotlex1-17/+18
2007-12-02* Added Indian RO "Children Week" Event. Thanks $ephirotsamuray224-3/+92
2007-12-02- Added some missing headgears from others official servers.zephyrus2-3/+14
2007-12-02Fixed some minor inconsistencies in homunculus packets, in an attempt to make...ultramage3-9/+7
2007-12-02* Rescripted Headgear Quests 1 (Comodo) to Aegis 10.3 Standards.samuray223-83/+71
2007-12-02Fixed charserver unable to reestablish link to login server after a disconnec...ultramage3-22/+35
2007-12-01Fixed 'unit walking in sight' packet missing the 'level' value (mistake in r1...ultramage1-1/+1
2007-11-30* Added Missed Storage Password Function. (bugreport:515)samuray222-1/+5
2007-11-30- pc_setoption no longer does view_data changes while disguised (as this brea...skotlex2-0/+5
2007-11-30* Random cleanup/documentation.FlavioJS15-136/+184
2007-11-29* Rescripted Hair Dresser to the Aegis 10.3 Standards.samuray222-2038/+506
2007-11-29- Allowed disguising while riding a peco-peco (this does not seem to cause pr...skotlex3-13/+20
2007-11-29- Probably fixed splash damage.skotlex2-5/+2
2007-11-29- Integrated the SG related info of hate_mob and feel_map into a single struc...skotlex7-60/+61
2007-11-28* Fixed problem in the Hair Dyer NPC. (bugreport:509)samuray222-18/+22
2007-11-28- Cleaned up some disguise related code, it fixes the disguise sprite not hav...skotlex1-35/+35
2007-11-28- Applied the required changes to handle def as a signed char (allows for neg...skotlex4-11/+12
2007-11-28- Corrected skill_check_condition to not delete items right away for certain ...skotlex4-38/+47
2007-11-28Fixed reflected spells bypassing WoE no-knockback restriction, because the co...ultramage2-1/+3
2007-11-28Fixed a typo in r11826 messing up TXT gm account loading.ultramage1-1/+1
2007-11-28Yikes, forgot to add the new admin.c file... (followup to r11826)ultramage1-0/+942
2007-11-28- Reverted the position of the max_hp/max_sp basic setting, modified the max_...skotlex3-16/+26
2007-11-28Applied clif_setlevel() to the new trade window packets to make it display pr...ultramage1-2/+2
2007-11-28* Reconstructed a list of all PACKETVER types, by reverse-engineering it from...ultramage4-18/+57
2007-11-27* Corrected some broken warp points. (bugreport:497)samuray225-11/+17
2007-11-27* Added safesnprintf to strlib.c/h (bugreport:372)FlavioJS3-0/+31
2007-11-27- reverted R11820, Cart Termination was already a 0x8 nk skill, I accidentall...skotlex1-1/+1
2007-11-27* TXT/SQL login server code synchronizationultramage16-1887/+695
2007-11-27Removed some unneccessary charserver code.ultramage2-26/+24
2007-11-27Added Battle field and Memorial dungeon maps.L0ne_W0lf5-0/+57
2007-11-27- Overpowered some more NPC_EARTHQUAKE as per Gravity retardation.skotlex1-0/+2
2007-11-27- Cleaned some more the sc_end check so it is more generic and not so limited...skotlex1-13/+11
2007-11-27- Cart Termination now ignores the attacker's cards, as a side effect makes i...skotlex2-1/+4
2007-11-27- Moved basic max HP/SP calculation to before parsing equipment, fixes negati...skotlex2-9/+6
2007-11-27- Corrected the online_data_cleanup routine setting offline characters that a...skotlex5-1/+16
2007-11-27* Fixed fake_nd not being exported correctly and being unloaded when reloadin...FlavioJS3-2/+8