Age | Commit message (Expand) | Author | Files | Lines |
2008-09-09 | Enabled WoE SE to be run independently of WoE. Let's see how long it is befor... | L0ne_W0lf | 1 | -0/+29 |
2008-09-06 | - Renamed createmercenary to mercenary_create. | zephyrus | 1 | -2/+128 |
2008-09-01 | - More code for mercenaries and starting work on restrictions. | zephyrus | 1 | -0/+1 |
2008-09-01 | Removed hardcoded equip position names from getequipname (bugreport:2156). | ultramage | 1 | -33/+46 |
2008-08-31 | - Implemented script commands for mercenary items (mercenary_heal and mercena... | zephyrus | 1 | -0/+33 |
2008-08-24 | - Implemented Mercenary Scrolls (item_db) | zephyrus | 1 | -0/+24 |
2008-08-24 | - Moving all content of Homunculus code to a proper file Homunculus.c/h | zephyrus | 1 | -1/+1 |
2008-08-20 | - New invisible walls system (for WOE SE and Battlegrounds). | zephyrus | 1 | -0/+87 |
2008-08-20 | - Removed my barricade implementation. Not required in WoE SE. | zephyrus | 1 | -37/+0 |
2008-08-15 | Some cleaning in script.c | ultramage | 1 | -172/+148 |
2008-08-15 | Split off mapreg code from script.c | ultramage | 1 | -319/+68 |
2008-08-01 | Removed unused guardian hp columns from the guild castles table in main.sql (... | ultramage | 1 | -5/+0 |
2008-07-31 | Removed the mob controller system, now a customization (see topic:194375). | ultramage | 1 | -222/+0 |
2008-07-30 | Small cleanup of script.c | ultramage | 1 | -65/+26 |
2008-07-30 | Removed the IRC bot system, now a customization (see topic:194306) | ultramage | 1 | -3/+0 |
2008-07-26 | Replaced occurences of '-1' with the more appropriate 'INVALID_TIMER' value w... | ultramage | 1 | -12/+12 |
2008-07-05 | * Moved the mob killmonster flag to a more appropriate area. (bugreport:1795) | sketchyphoenix | 1 | -2/+2 |
2008-06-29 | - Added support to Cash Shop for script command callshop | zephyrus | 1 | -12/+14 |
2008-06-29 | Random assortment of various small corrections and tweaks. | ultramage | 1 | -6/+4 |
2008-06-22 | Added support for killmonster to fire OnMyMobDead optionally. | sketchyphoenix | 1 | -2/+28 |
2008-06-22 | Forgot to switch function names out from r12873 >_> | sketchyphoenix | 1 | -3/+4 |
2008-06-22 | * Modified *killmonsterall to support a new argument that will allow it to ki... | sketchyphoenix | 1 | -2/+20 |
2008-06-21 | * Extended script command 'set' to return the variable reference (topic:190602). | FlavioJS | 1 | -16/+28 |
2008-06-12 | Added check to prevent crashing on logmes with no player attached (bugreport:... | ultramage | 1 | -2/+10 |
2008-06-12 | * Added support for skill names to script commands: | FlavioJS | 1 | -67/+106 |
2008-06-08 | Corrected definition of 'delitem' and 'delitem2', which prevented the optiona... | ultramage | 1 | -2/+2 |
2008-06-07 | Fixed 'soundeffectall' not reading its params correctly, since r10844 (bugrep... | ultramage | 1 | -6/+6 |
2008-05-31 | crashfix to attach/detach timers | Lupus | 1 | -3/+32 |
2008-05-30 | - Cleanups and a little fix to NPC Sizes (thanks to ultramage). | zephyrus | 1 | -16/+7 |
2008-05-29 | - Added support for NPC with different sizes (setnpcdisplay). | zephyrus | 1 | -2/+21 |
2008-05-12 | Fixed a script engine problem where warping away while having a menu window o... | ultramage | 1 | -5/+9 |
2008-05-09 | - More scripts fixes. | zephyrus | 1 | -1/+1 |
2008-05-08 | - Added some new items and headgears. | zephyrus | 1 | -0/+37 |
2008-05-02 | Replaced the very ineffective clif_foreachclient() with map_foreachpc() since... | ultramage | 1 | -2/+1 |
2008-04-26 | Added script function hasquest. | Kevin | 1 | -0/+12 |
2008-04-25 | * Modified delitem/delitem2 to have the same behaviour as getitem/getitem2 (o... | toms | 1 | -18/+24 |
2008-04-23 | * Fixed script strings not being handled properly (only skipped the \). | FlavioJS | 1 | -1/+10 |
2008-04-23 | * Script parse errors displayed with one ShowError instead of several ShowMes... | FlavioJS | 1 | -13/+17 |
2008-04-21 | * Changed the data field of timers from int to intptr. | FlavioJS | 1 | -2/+2 |
2008-04-21 | Made some cleanup in changesex | toms | 1 | -11/+1 |
2008-04-19 | Fixed a bug in (init/start/stop)npctimer | toms | 1 | -28/+45 |
2008-04-15 | Use the same code for script commands getitem & getitem2 as @item to avoid bu... | toms | 1 | -12/+42 |
2008-04-11 | Finished most of the quest log code, still bits here and there but it's usabl... | Kevin | 1 | -0/+77 |
2008-04-07 | * Made script command 'flagemblem' and guild_emblem_change send an update of ... | FlavioJS | 1 | -4/+23 |
2008-03-27 | Added proper script constants and documentation for the 'checkcell' command. ... | ultramage | 1 | -14/+18 |
2008-03-26 | Adjusted eAthena code to compile cleanly in C++ mode. | ultramage | 1 | -56/+46 |
2008-03-25 | Partially fixed the mess in status.c. | ultramage | 1 | -6/+6 |
2008-03-18 | - Added the official adoption method. | zephyrus | 1 | -27/+0 |
2008-03-08 | - Auction System implementation completed. | zephyrus | 1 | -0/+15 |
2008-03-07 | - Added config settings mob_active_time and boss_active_time, what they do is... | skotlex | 1 | -3/+3 |