Age | Commit message (Expand) | Author | Files | Lines |
2012-12-30 | -Harmonize skillid, skill_num, skillnum, skill, to skill_id and same for skil... | glighta | 1 | -4/+4 |
2012-12-27 | * Implemented `useskilltopc' (tid:74685), and now if desired npcs can carry s... | momacabu | 1 | -0/+4 |
2012-12-05 | - Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924). | brianluau | 1 | -109/+110 |
2012-11-25 | Applied AStyle code formating as discussed on tid:74602. | greenboxal2 | 1 | -110/+109 |
2012-11-12 | Modified @addwarp to accept a new optional parameter <npc name>. If <npc name... | momacabu | 1 | -1/+1 |
2012-11-10 | - Modified *monster and *areamonster script commands to allow size and ai par... | momacabu | 1 | -1/+0 |
2012-08-17 | Added 2 (3) new atcommands: | shennetsind | 1 | -1/+4 |
2012-07-22 | Added the ability to bind atcommands to NPC events (ex: NPCNAME::OnEvent); or... | cookiecrumbs | 1 | -0/+3 |
2012-05-19 | NPC Loaded by @loadnpc will now trigger their OnInit labels as they're loaded. | shennetsind | 1 | -1/+1 |
2012-04-30 | - Fixed compilation errors due to unnamed argument in npc_unload (bugreport:5... | epoque11 | 1 | -1/+1 |
2012-04-29 | Yet another performance improvement: Shut Down processing is now about to 7 t... | shennetsind | 1 | -0/+1 |
2012-04-29 | reasonably-sized performance improvement: @reloadscript is about to 3 times f... | shennetsind | 1 | -1/+1 |
2012-04-24 | Fixed memory leak on MvP tomb system, killer name now uses static buffer. (bu... | greenboxal2 | 1 | -1/+1 |
2012-04-21 | Added mvp tomb system. | greenboxal2 | 1 | -0/+5 |
2012-01-14 | Fixed problem with OnTouch on NPC ID 139, blame on r14993, bugreport:5206 | shennetsind | 1 | -1/+1 |
2011-12-16 | RE cashshop fix, bugreport:4764 | shennetsind | 1 | -0/+2 |
2011-12-10 | - Renamed 'RRConfig' folder to 'config'. | brianluau | 1 | -1/+1 |
2011-12-05 | Merging RREmu into rAthena -- quite a few stuff yet to be renamed, but we'll ... | shennetsind | 1 | -0/+7 |
2011-11-12 | * Fixed npc class HIDDEN_WARP_NPC (139) being sent to the client, causing cli... | ai4rei | 1 | -5/+9 |
2011-07-03 | * Corrected npcdb_checkid to exclude border constants 400 (JT_NEW_NPC_START) ... | ai4rei | 1 | -1/+1 |
2011-05-23 | * Changed enumerating defines into enumerations (related topic:264007). | ai4rei | 1 | -1/+1 |
2011-05-14 | * Fixed map-server printing deprecation message, when monster event label was... | ai4rei | 1 | -0/+1 |
2009-11-26 | * NPC event code cleanups. | Inkfish | 1 | -2/+2 |
2009-10-25 | * Implemented the official version of 'OnTouch' named as 'OnTouch_'.(it can b... | Inkfish | 1 | -0/+2 |
2009-10-12 | Partially revert r14085, NPC names are allowed to be more than 24 character l... | Inkfish | 1 | -2/+2 |
2009-10-11 | NPC should only have a 24 characters long name including EOS. (bugreport:3599) | Inkfish | 1 | -2/+2 |
2009-08-12 | - Optimization to instance system. | zephyrus | 1 | -3/+1 |
2009-06-20 | - Instancing System (Thanks to Sirius White who did most of the code, with so... | zephyrus | 1 | -0/+3 |
2008-12-20 | * Extended how duplicates work: (based on Orcao's work in bugreport:2361) [Fl... | FlavioJS | 1 | -1/+1 |
2008-07-31 | Removed the mob controller system, now a customization (see topic:194375). | ultramage | 1 | -1/+0 |
2008-06-03 | - Fixed BugReport 1608. I forgot to merge npc.h sorry. | zephyrus | 1 | -1/+1 |
2008-05-29 | - Added support for NPC with different sizes (setnpcdisplay). | zephyrus | 1 | -0/+2 |
2008-04-27 | Cleaning up the itemdb reload mess (see r12635, r12643, r12650, r12661, r1266... | ultramage | 1 | -2/+0 |
2008-04-27 | Some major changes to @reloaditemdb to allow unloading of any item while map ... | Kevin | 1 | -0/+2 |
2008-03-24 | * Reorganized the contents of the mapserver's header files. | ultramage | 1 | -1/+56 |
2008-03-13 | Replaced some foreach-based functions by their inlined iterator equivalents. | ultramage | 1 | -1/+1 |
2008-03-12 | Removed one mob data variable related to dynamic mobs that I found to be redu... | ultramage | 1 | -1/+1 |
2008-02-28 | - Added cash shop support. (i need to add documentation, working on it). | zephyrus | 1 | -0/+2 |
2008-01-14 | Applied a temp patch to make some npc-executed atcommands work again (bugrepo... | ultramage | 1 | -1/+0 |
2008-01-06 | Extended the id range for npcs, now [400,700) will also be treated as NPC obj... | ultramage | 1 | -1/+1 |
2007-12-12 | * Some preparations for the guild script update | ultramage | 1 | -2/+2 |
2007-12-06 | - The default event script behaviour is to trigger on labels rather than NPCs... | skotlex | 1 | -2/+2 |
2007-11-27 | * Fixed fake_nd not being exported correctly and being unloaded when reloadin... | FlavioJS | 1 | -1/+1 |
2007-11-22 | * Renamed fakenpcname to setnpcdisplay, fixed and extended it. | FlavioJS | 1 | -1/+2 |
2007-11-12 | * Fixed @addwarp crashing the map server (bugreport:390). | FlavioJS | 1 | -1/+1 |
2007-11-11 | Fixed a missing include/export, and typos in the previous revision. | ultramage | 1 | -0/+1 |
2007-10-24 | * Cleaned up some messy guild code (more to come) | ultramage | 1 | -1/+1 |
2007-10-17 | * Reworked the parsing at npc.c. | FlavioJS | 1 | -3/+2 |
2007-10-06 | * the mapserver won't exit when no mapcache is found, with use_grf: yes | ultramage | 1 | -3/+0 |
2007-08-19 | * Cleaned/clarified some #include relationships between headers | ultramage | 1 | -3/+6 |