Age | Commit message (Expand) | Author | Files | Lines |
2012-07-17 | * Added a Super Novice Expansion quest with custom dialogue. Will be updated ... | euphyy | 6 | -9/+269 |
2012-07-17 | Fixed a couple of typos and other mistakes. | daegaladh | 6 | -34/+66 |
2012-07-17 | * Follow-up r16430, moved all the RE entries in the .conf files behind the pr... | euphyy | 8 | -266/+260 |
2012-07-17 | Fixed double decrement with unit_remove_map and the issue that causes dynamic... | cookiecrumbs | 2 | -4/+20 |
2012-07-16 | Follow up r16431, fixed a couple of mistakes I made. | daegaladh | 3 | -15/+49 |
2012-07-16 | Fixed bugreport:6248 special ubber thanks to cookie. | shennetsind | 1 | -1/+4 |
2012-07-16 | Forgot to remove the scripts in last commit, sorry. | daegaladh | 60 | -40984/+180 |
2012-07-16 | Disabled and removed all renewal-only scripts from pre-re folder. You still c... | daegaladh | 9 | -443/+152 |
2012-07-16 | Fixed bugreport:6233 traps should now hit/damage all targets inside gvg/pvp g... | rud0lp20 | 3 | -68/+85 |
2012-07-14 | * Follow-up r16427, cleaned new quest script and slightly edited hommutate do... | euphyy | 2 | -129/+38 |
2012-07-14 | - Added new script command hommutate which changes an Homunculus into an Homu... | masao87 | 11 | -12/+462 |
2012-07-14 | Follow up r16424 fixed warning, missing parenthesis. | shennetsind | 1 | -3/+2 |
2012-07-14 | * More optimization of 13.1 quests (quests\quests_13_1.txt) | euphyy | 3 | -1905/+236 |
2012-07-13 | Fixed bugreport:6220 updated SR_SKYNETBLOW behavior to official and damage fo... | rud0lp20 | 6 | -42/+59 |
2012-07-13 | Fixed bugreport:6229 where PF_SPIDERWEB is not working/compatible with item a... | rud0lp20 | 1 | -6/+8 |
2012-07-13 | * Follow-up r16421, forgot to delete something... | euphyy | 1 | -2/+0 |
2012-07-13 | * Added mine and tr0n's quest scripts to /custom/quests/ | euphyy | 11 | -342/+878 |
2012-07-12 | * Fixed minor bug with "viewpoint" 5th argument. (bugreport:6221) | og2 | 4 | -14/+14 |
2012-07-12 | Fixed bugreport:6223 so this happened to be indented eh, whops. | shennetsind | 1 | -4/+4 |
2012-07-12 | * Added Expanded Super Novice support to custom Job Master, and Kagerou/Oboro... | euphyy | 8 | -322/+24 |
2012-07-12 | Follow up r16414 fixed memleak with md->lootitem | shennetsind | 1 | -2/+4 |
2012-07-12 | Fixed bugreport:6215 where using SR_CRESCENTELBOW can cause map server crashi... | rud0lp20 | 3 | -6/+6 |
2012-07-12 | Fixed all warnings left from when compiling with -pedantic, confirmed with gc... | shennetsind | 6 | -22/+23 |
2012-07-12 | another set of minor adjustments throughout the code. | shennetsind | 2 | -2/+2 |
2012-07-12 | Fixed a mildly broken portion of code responsible for clearing status from sk... | shennetsind | 1 | -2/+3 |
2012-07-12 | Fixed "comparison of unsigned expression < 0 is always false" warning. | shennetsind | 2 | -4/+5 |
2012-07-12 | Fixed a small typo | ignizh | 1 | -1/+1 |
2012-07-12 | Improved item_combo_db error message so it makes it easier to identify which ... | shennetsind | 2 | -1/+13 |
2012-07-12 | Improved item_combo_db parsing to detect missing brackets | shennetsind | 1 | -4/+4 |
2012-07-12 | Follow up r16395 - Forgot to apply the changes to MAX_RANDOMMONSTER. | daegaladh | 1 | -1/+1 |
2012-07-12 | Added a missing curly bracket. (bugreport:6217) | kenpachi2k11 | 1 | -1/+1 |
2012-07-12 | Commented out a combo that contained a commented out item (#5470). (bugreport... | kenpachi2k11 | 2 | -2/+2 |
2012-07-12 | * Optimization of Hugel's "Monster Race" script, 4000+ lines removed (other\m... | euphyy | 7 | -9545/+456 |
2012-07-11 | Follow up r16403, adjusted map_reloadnpcs to follow new config standards(r163... | greenboxal2 | 3 | -10/+13 |
2012-07-11 | Fixed bugreport:6187 @reloadscript now reload map config files seeking for npcs. | greenboxal2 | 3 | -0/+50 |
2012-07-11 | - Follow up r16401 | masao87 | 2 | -14/+14 |
2012-07-11 | - Added some missing Eden Group Teleport Officers. bugreport:6160 | masao87 | 12 | -26/+70 |
2012-07-11 | Fixed bugreport:6012, special thanks to EvilPuncker | shennetsind | 1 | -9/+1 |
2012-07-11 | Fixed bugreport:6178 where SR_CRESCENTELBOW doesn't work with skills and WM_P... | rud0lp20 | 9 | -204/+208 |
2012-07-11 | * Optimized 13.2 quests, enjoy another 120kb of free space :P (npc/quests/que... | euphyy | 4 | -13586/+1216 |
2012-07-11 | nothing noteworthy, really. | shennetsind | 1 | -11/+12 |
2012-07-11 | Follow up r16388, fix for bugreport:6200 | shennetsind | 1 | -2/+2 |
2012-07-11 | Added mob_classchange.txt since SA_CLASSCHANGE was using mob_boss.txt monster... | daegaladh | 3 | -2/+33 |
2012-07-11 | Fixed plenty "comparison of unsigned expression >= 0 is always true" warnings... | shennetsind | 1 | -2/+4 |
2012-07-11 | Implementing Kenpachi's design of item_combo_db.txt | shennetsind | 7 | -586/+1113 |
2012-07-11 | Updated Item Group items to episode 13.2 and reorganized the files for future... | daegaladh | 15 | -2732/+5441 |
2012-07-11 | Updated 'questskill' and 'lostskill' messages. (bugreport:5750) | kenpachi2k11 | 1 | -4/+30 |
2012-07-10 | Follow up r15680 & r15679. Fixed a couple of missed Garm Baby/Baby Hatii names. | daegaladh | 2 | -4/+4 |
2012-07-10 | Updated skill_nocast_db with renewal skills. Fixed a little typo on BS_GREED ... | daegaladh | 2 | -2/+50 |
2012-07-10 | Fixed bugreport:6200 Prevent server crash when releasing empty spellbooks. | trojal | 1 | -0/+3 |