Age | Commit message (Expand) | Author | Files | Lines |
2006-12-20 | - Now root script functions calls can have parenthesis (will take any parenth... | FlavioJS | 5 | -44/+68 |
2006-12-20 | Commented some items that seem to crash the kRO client | Playtester | 2 | -22/+23 |
2006-12-20 | * Made NPC_CHANGE self targetted for all mobs | Playtester | 3 | -4/+8 |
2006-12-20 | - Replaced our fix for "mes ();" crashing by jA's version. see trunk[8867] an... | FlavioJS | 2 | -59/+100 |
2006-12-20 | - Changed the script source from unsigned char* to const char*. | FlavioJS | 8 | -462/+455 |
2006-12-20 | - Fixed the meaning of stdout_with_ansisequence and changed the default value... | FlavioJS | 6 | -33/+35 |
2006-12-20 | - Fixed SC_STRIPWEAPON failing on two-handed weapons. | skotlex | 3 | -6/+19 |
2006-12-19 | Now Peach Tree can move, Parasite can't | Playtester | 2 | -2/+4 |
2006-12-19 | - Fixed the setting hom_setting not being read at all. | skotlex | 3 | -7/+3 |
2006-12-19 | - Added year to the dates in the npc changelog | FlavioJS | 2 | -572/+664 |
2006-12-19 | - Added missing include of system header limits.h to timer.c | skotlex | 1 | -2/+1 |
2006-12-19 | - Reverted the mob ThinkTime update, that field is again aDelay as it apparen... | skotlex | 9 | -23/+14 |
2006-12-19 | - Cleanups or minor changes. | FlavioJS | 6 | -164/+200 |
2006-12-18 | - Updated POS2 macros. The 6th byte is subx0 and suby0 | FlavioJS | 2 | -18/+31 |
2006-12-18 | - Added hom_setting to specify which homunculus 'quirks' are in effect. The d... | skotlex | 10 | -16/+54 |
2006-12-18 | - When walking into a Guild Dungeon your pvp_points will be set to 5 so you h... | skotlex | 5 | -33/+56 |
2006-12-18 | Fixed some swords | Playtester | 2 | -4/+6 |
2006-12-18 | - Adding new maps to the map_index.txt and maps_athena.conf | eaac | 2 | -0/+32 |
2006-12-18 | - Cosmetic changes to db. | FlavioJS | 5 | -511/+413 |
2006-12-18 | Fixed exploit in The Sign Quest | KarLaeda | 2 | -0/+4 |
2006-12-17 | Fixed Owl Duke and Owl Baron losing boss mode on NPC_EMOTION | Playtester | 2 | -2/+4 |
2006-12-16 | Updated some weapons and view ids | Playtester | 2 | -9/+10 |
2006-12-16 | Fixed prices of arrows | Playtester | 2 | -10/+11 |
2006-12-16 | Update remaining headgears | Playtester | 2 | -18/+20 |
2006-12-16 | - Moved packet_len_table values to packet_db[SERVER]. | FlavioJS | 3 | -550/+585 |
2006-12-16 | - Increased MAX_PACKET_DB to 0x300 and added a warning for when packet ids gr... | FlavioJS | 3 | -5/+30 |
2006-12-15 | - There will be now warnings printed when a shop sells an item which's buy pr... | skotlex | 5 | -3/+18 |
2006-12-15 | Reverted price of Mink Coat | Playtester | 2 | -1/+2 |
2006-12-15 | Updated some more headgears | Playtester | 2 | -12/+14 |
2006-12-14 | Added some new headgears | Playtester | 2 | -0/+8 |
2006-12-14 | Updated various headgears | Playtester | 2 | -215/+216 |
2006-12-14 | - Removed "mobs being enemies of each other all the time" because, even thoug... | skotlex | 3 | -3/+6 |
2006-12-14 | - Added function skill_strip to handle stripping code. The RG strip skills an... | skotlex | 7 | -134/+105 |
2006-12-14 | Capped Dex to 255 in the mob_db | Playtester | 2 | -47/+48 |
2006-12-14 | * Old Purple Box now drops Assassin_Mask_ instead of the old one | Playtester | 2 | -1/+4 |
2006-12-13 | - Additional damage bonuses (True Sight, EDP, Assassin Link, Crusader Link, C... | skotlex | 2 | -26/+33 |
2006-12-13 | Added two new pet eggs | Playtester | 2 | -0/+3 |
2006-12-13 | Modified flush_fifo so the code do what is written in the comment | toms | 2 | -2/+3 |
2006-12-13 | - Added boss mode (0x20) to a few mobs that were missing it. | skotlex | 3 | -44/+46 |
2006-12-13 | - Modified flush_fifo so you can decide whether to block the current thread o... | skotlex | 4 | -5/+13 |
2006-12-13 | - Fixed mobs being unable to attack anything... @.@ | skotlex | 2 | -16/+16 |
2006-12-13 | Fixed exploit in the Slotted Sunglasses Quest | KarLaeda | 2 | -4/+6 |
2006-12-12 | - Fixed a bug in the new knockback additional packet. | skotlex | 2 | -6/+12 |
2006-12-12 | - Mobs now by default are "everyone's" enemy, so mobs are able to hit each an... | skotlex | 5 | -21/+35 |
2006-12-12 | Added full status recovery to some healing items | Playtester | 2 | -3/+5 |
2006-12-12 | - Modifed a bit the clif_change_look function, it should fix crashes with the... | skotlex | 2 | -2/+12 |
2006-12-12 | - Fixed skills displaying a 32k damage when used while disguised. | skotlex | 2 | -2/+3 |
2006-12-12 | - Added guild master check before asking to make/delete an alliance/opposition | skotlex | 1 | -1/+17 |
2006-12-12 | - Minor changes to ers. | FlavioJS | 18 | -166/+90 |
2006-12-12 | - Updated npc_event_dequeue to free up your current npc information, and not ... | skotlex | 2 | -2/+17 |