Age | Commit message (Expand) | Author | Files | Lines |
2008-08-20 | - Removed my barricade implementation. Not required in WoE SE. | zephyrus | 1 | -1/+0 |
2008-07-22 | Fixed a bug in the npc shop code, where requesting an item that wasn't on the... | ultramage | 1 | -47/+65 |
2008-07-09 | * Added const to the return value of get_timer. | FlavioJS | 1 | -3/+3 |
2008-06-29 | - Added support to Cash Shop for script command callshop | zephyrus | 1 | -1/+3 |
2008-06-29 | Random assortment of various small corrections and tweaks. | ultramage | 1 | -12/+12 |
2008-06-18 | Fixed cash shop not using points to make up the cash difference when purchasi... | sketchyphoenix | 1 | -3/+1 |
2008-06-04 | - Little cleanup to OnTouchNPC. | zephyrus | 1 | -43/+34 |
2008-06-02 | - Added support for OnTouchNPC event, required for Monster Race. Script comma... | zephyrus | 1 | -19/+54 |
2008-05-02 | * Changes to map_foreach* functions: | FlavioJS | 1 | -5/+4 |
2008-04-27 | Cleaning up the itemdb reload mess (see r12635, r12643, r12650, r12661, r1266... | ultramage | 1 | -16/+4 |
2008-04-27 | Some major changes to @reloaditemdb to allow unloading of any item while map ... | Kevin | 1 | -0/+13 |
2008-04-25 | Fixed bugreport:1223 (Invalid Items In Shops Are Processed Incorrectly) | toms | 1 | -1/+1 |
2008-04-21 | * Changed the data field of timers from int to intptr. | FlavioJS | 1 | -2/+2 |
2008-04-18 | * Fixed a bug when unloading a npc near a shop. | toms | 1 | -25/+36 |
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 |