Age | Commit message (Expand) | Author | Files | Lines |
2006-03-07 | temp ninja/gs skill tree | Vicious | 3 | -12/+104 |
2006-03-07 | updated skill db a bit. still temp plugs. | Vicious | 1 | -45/+46 |
2006-03-07 | @job ninja/gunslinger. you need latest exe | Vicious | 2 | -0/+5 |
2006-03-07 | - skill_blown flag&0x40000 now knocks back in a random direction. | skotlex | 3 | -1/+15 |
2006-03-07 | Ninja skill db temp plug | Vicious | 2 | -0/+50 |
2006-03-07 | - Some code-speedups on reading the skill-requirements in skill_check_condition. | skotlex | 1 | -11/+20 |
2006-03-07 | Changed biolab mob drop to normal drop | Vicious | 1 | -6/+6 |
2006-03-07 | - Some corrections due to the guild skill position change. | skotlex | 9 | -100/+61 |
2006-03-06 | Updated item_db.txt temp plugs names. | Poki#3 | 1 | -37/+54 |
2006-03-06 | - Fixed npc_event doing a map-check when the npc is not on any map. | skotlex | 2 | -1/+3 |
2006-03-06 | - Fixed a debug message showing up on skill castend nodamage id when using a ... | skotlex | 10 | -7/+29 |
2006-03-06 | fixed thanatos warps, added a temp keys solution | Lupus | 2 | -11/+64 |
2006-03-05 | * Removed my EXP limit as it did not do what it was supposed to [Codemaster] | codemaster | 2 | -33/+20 |
2006-03-05 | - Fixed remove trap by updating the definition of INF_GROUND_SKILL (it should... | skotlex | 3 | -4/+4 |
2006-03-05 | - Fixed animation of Redemptio | skotlex | 2 | -1/+2 |
2006-03-05 | - Fixed a pair of missing map_freeblock_unlock | skotlex | 7 | -42/+45 |
2006-03-05 | Two small fixes/updates | DracoRPG | 4 | -4/+8 |
2006-03-05 | * Fixed easter.txt typo. | Lance | 3 | -6/+11 |
2006-03-04 | - Fixed a bug on the last fix :P | skotlex | 3 | -11/+11 |
2006-03-04 | - Fixed subnet checking being broken in the login txt server. | skotlex | 5 | -17/+20 |
2006-03-04 | - Fixed missing baby-dancer job in exp2.txt | skotlex | 10 | -85/+86 |
2006-03-04 | - Some cleaning of the main.sql file | skotlex | 3 | -28/+33 |
2006-03-04 | - The rate passed to status_change_start must now be in 0->10000 range. | skotlex | 14 | -476/+348 |
2006-03-03 | - Fixed crash on the NPC whisper system when the message's size was 1. | skotlex | 2 | -2/+4 |
2006-03-03 | - Fixed compilation error on windows | skotlex | 4 | -8/+13 |
2006-03-03 | - Added a column in skill_cast_db for specifying can't walk delays. | skotlex | 6 | -354/+352 |
2006-03-03 | * Fixed character deletion working on SQL without an email address (Thanks to... | Zephiris | 2 | -0/+2 |
2006-03-03 | - Added event 8 for mobspawns that should spawn with special ai set. | skotlex | 5 | -5/+17 |
2006-03-03 | - Trick dead now ends on logout | skotlex | 12 | -16/+58 |
2006-03-03 | fixed clone arena | Vicious | 1 | -157/+2052 |
2006-03-03 | - Fixed typo in script.c | Lance | 2 | -12/+12 |
2006-03-03 | * IDE error. | Lance | 3 | -44/+4 |
2006-03-03 | - Small fixes on mob_skill_use | skotlex | 2 | -3/+10 |
2006-03-03 | - Added the skill-related variables to pet_data, removed the pet skill delay ... | skotlex | 5 | -48/+29 |
2006-03-03 | - Fixed a stupid typo that disabled all pet support skills from ever triggeri... | skotlex | 2 | -1/+3 |
2006-03-02 | - status_check_skilluse cleanup. Some status will only block skills when they... | skotlex | 3 | -18/+33 |
2006-03-02 | - Hopefully fixed the compile error due to the mapregsql_handle... | skotlex | 1 | -4/+4 |
2006-03-02 | - Fame list size is now defined by MAX_FAME_LIST constant (mmo.h) | skotlex | 9 | -24/+98 |
2006-03-02 | - Some cleanup on mob_can_reach code to prevent unnecessary path-searching | skotlex | 4 | -43/+60 |
2006-03-02 | * Added Skotlex's updated marriage script [Vicious] | Vicious | 2 | -553/+632 |
2006-03-02 | changelog | Vicious | 3 | -5/+5 |
2006-03-02 | eACC scripts. | Vicious | 29 | -1/+10200 |
2006-03-02 | - Applied Snufkin's patch to fix compilation on FreeBSD. | skotlex | 5 | -2/+42 |
2006-03-02 | - Fixed mobs targetting themselves after using a support skill. | skotlex | 2 | -3/+6 |
2006-03-02 | - Gospel no longer blocks item usage of whoever is in the area of effect. | skotlex | 7 | -29/+53 |
2006-03-02 | * Temp Plugs for NJ and GS items [Poki#3] | Poki#3 | 4 | -22/+91 |
2006-03-02 | - Fixed item pickup not picking anything unless you were in a party with item... | skotlex | 4 | -11/+16 |
2006-03-02 | * Made it so players that are at the max level do not receive EXP. This makes... | codemaster | 2 | -20/+37 |
2006-03-02 | * Mapregsql will now fully depend on mmysql_handle. | Lance | 2 | -7/+8 |
2006-03-02 | * Optimized strcharinfo to use switch. Looks like Skot fixed the crash alread... | Lance | 2 | -57/+133 |