Age | Commit message (Expand) | Author | Files | Lines |
2008-04-07 | * Made script command 'flagemblem' and guild_emblem_change send an update of ... | FlavioJS | 1 | -0/+1 |
2008-04-07 | Removed the 'wait close' timer that closed a session's socket after 5 seconds. | ultramage | 1 | -1/+1 |
2008-04-07 | Reverted one of the changes in dynamic mobs that may be causing the spawning ... | Kevin | 1 | -1/+1 |
2008-03-26 | Adjusted eAthena code to compile cleanly in C++ mode. | ultramage | 1 | -8/+8 |
2008-03-20 | - Added SC_ARMOR_RESIST, used by Undead Scroll, gives you resistance against ... | zephyrus | 1 | -2/+2 |
2008-03-19 | Changed the dynamic mobs system to also unload mobs that have respawn time bu... | ultramage | 1 | -1/+1 |
2008-03-14 | Fixed spawned mob count not being counted properly, causing yet more respawn ... | ultramage | 1 | -0/+1 |
2008-03-14 | * extended the "npc_event: event queue is full" error message to also print t... | ultramage | 1 | -3/+2 |
2008-03-13 | Replaced some foreach-based functions by their inlined iterator equivalents. | ultramage | 1 | -93/+98 |
2008-03-12 | Removed one mob data variable related to dynamic mobs that I found to be redu... | ultramage | 1 | -9/+6 |
2008-03-05 | * Added code to clear the Illusionary Shadow effect (followup to r12293) | ultramage | 1 | -6/+8 |
2008-03-02 | - The last, i hope, fix to the mail system. | zephyrus | 1 | -0/+2 |
2008-03-02 | Fixed wrong mvp format string for @mobinfo (would not show big mvp exp reward... | ultramage | 1 | -7/+8 |
2008-02-28 | - Added cash shop support. (i need to add documentation, working on it). | zephyrus | 1 | -9/+100 |
2008-02-26 | - Added new settings for autotrade on battle/misc.conf (you can read descript... | zephyrus | 1 | -0/+2 |
2008-02-24 | Now the server will print an error message if an invalid mapflag is found dur... | ultramage | 1 | -0/+6 |
2008-02-14 | - Added some new config settings: homunculus_autoloot, idle_no_autoloot, max_... | zephyrus | 1 | -0/+2 |
2008-02-07 | - Fixed Freezing Trap doing no damage (changed type from misc to weapon) | skotlex | 1 | -6/+7 |
2008-01-14 | Applied a temp patch to make some npc-executed atcommands work again (bugrepo... | ultramage | 1 | -22/+0 |
2008-01-12 | * Modified npc_parsesrcfile to read the file as binary and let sv_parse handl... | FlavioJS | 1 | -2/+2 |
2008-01-06 | Expanded the poor "npc_touch_areanpc : some bug" with info about which cell e... | ultramage | 1 | -6/+8 |
2008-01-04 | Modified the map_setcell() code to to use a boolean flag instead of needing S... | ultramage | 1 | -47/+2 |
2008-01-03 | Fixed npc unloading not clearing NPC touch cells (bugreport:595). | ultramage | 1 | -14/+2 |
2008-01-03 | Map cell mechanism rewrite | ultramage | 1 | -3/+3 |
2007-12-23 | - Fixed warning about unused variable | skotlex | 1 | -1/+1 |
2007-12-22 | - Corrected mob spawn utilization of the delay1/delay2 values (one is respawn... | skotlex | 1 | -5/+0 |
2007-12-18 | * Updated respawn time interpretation according to latest kRO update | Playtester | 1 | -4/+5 |
2007-12-12 | * Some preparations for the guild script update | ultramage | 1 | -54/+51 |
2007-12-09 | * Modified npc_parsesrcfile to parse the line as a 'tab-separated values' str... | FlavioJS | 1 | -15/+47 |
2007-12-06 | * Removed the attempts to recover from invalid syntax in npc_parsesrcfile sin... | FlavioJS | 1 | -12/+4 |
2007-12-06 | - The default event script behaviour is to trigger on labels rather than NPCs... | skotlex | 1 | -37/+15 |
2007-11-28 | - Corrected skill_check_condition to not delete items right away for certain ... | skotlex | 1 | -2/+1 |
2007-11-27 | * Fixed fake_nd not being exported correctly and being unloaded when reloadin... | FlavioJS | 1 | -1/+4 |
2007-11-22 | * Renamed fakenpcname to setnpcdisplay, fixed and extended it. | FlavioJS | 1 | -9/+26 |
2007-11-21 | - Moved subtype from struct block_list to struct npc_data. | skotlex | 1 | -19/+19 |
2007-11-21 | - Optimized a bit the map set cell imperative so it only fails when the targe... | skotlex | 1 | -1/+2 |
2007-11-19 | - removed 'skill_fail' message when a ground skill fails as that caues double... | skotlex | 1 | -1/+1 |
2007-11-18 | - Implemented a small change that was long overdue: Displaying the char-selec... | skotlex | 1 | -1/+2 |
2007-11-18 | - setting npc cells will no longer work on non-walkable tiles (since you coul... | skotlex | 1 | -0/+2 |
2007-11-18 | * Replaced jA's way of allocating npc shop data with a simple dynamic array t... | ultramage | 1 | -13/+21 |
2007-11-18 | Fixed npc_debug_warps() not identifying x:0,y:0 as valid (random) coordinates | ultramage | 1 | -0/+1 |
2007-11-17 | Removed battle_config.error_log as console_silent already handles this | ultramage | 1 | -23/+12 |
2007-11-17 | Made OnTouch zone dimensions be stored as radius instead of diameter. | ultramage | 1 | -51/+50 |
2007-11-12 | * Fixed @addwarp crashing the map server (bugreport:390). | FlavioJS | 1 | -1/+42 |
2007-11-11 | - Cleaned up pc_calc_weapontype | skotlex | 1 | -3/+1 |
2007-11-08 | * Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include. | FlavioJS | 1 | -6/+6 |
2007-10-28 | * Minor adjustment to take into account the end of line. | FlavioJS | 1 | -7/+11 |
2007-10-28 | * Restricted more the parsing of npc code. (fixes bugreport:317) | FlavioJS | 1 | -7/+24 |
2007-10-27 | Fixed a typo in r11505 messing up the 'npcmove' command (only 'x' coordinate ... | ultramage | 1 | -1/+1 |
2007-10-24 | * Corrected a fex misshaps from r11571: | FlavioJS | 1 | -6/+2 |