summaryrefslogtreecommitdiff
path: root/src/map/npc.h
AgeCommit message (Expand)AuthorFilesLines
2012-05-19NPC Loaded by @loadnpc will now trigger their OnInit labels as they're loaded.shennetsind1-1/+1
2012-04-30- Fixed compilation errors due to unnamed argument in npc_unload (bugreport:5...epoque111-1/+1
2012-04-29Yet another performance improvement: Shut Down processing is now about to 7 t...shennetsind1-0/+1
2012-04-29reasonably-sized performance improvement: @reloadscript is about to 3 times f...shennetsind1-1/+1
2012-04-24Fixed memory leak on MvP tomb system, killer name now uses static buffer. (bu...greenboxal21-1/+1
2012-04-21Added mvp tomb system.greenboxal21-0/+5
2012-01-14Fixed problem with OnTouch on NPC ID 139, blame on r14993, bugreport:5206shennetsind1-1/+1
2011-12-16RE cashshop fix, bugreport:4764shennetsind1-0/+2
2011-12-10- Renamed 'RRConfig' folder to 'config'.brianluau1-1/+1
2011-12-05Merging RREmu into rAthena -- quite a few stuff yet to be renamed, but we'll ...shennetsind1-0/+7
2011-11-12* Fixed npc class HIDDEN_WARP_NPC (139) being sent to the client, causing cli...ai4rei1-5/+9
2011-07-03* Corrected npcdb_checkid to exclude border constants 400 (JT_NEW_NPC_START) ...ai4rei1-1/+1
2011-05-23* Changed enumerating defines into enumerations (related topic:264007).ai4rei1-1/+1
2011-05-14* Fixed map-server printing deprecation message, when monster event label was...ai4rei1-0/+1
2009-11-26* NPC event code cleanups.Inkfish1-2/+2
2009-10-25* Implemented the official version of 'OnTouch' named as 'OnTouch_'.(it can b...Inkfish1-0/+2
2009-10-12Partially revert r14085, NPC names are allowed to be more than 24 character l...Inkfish1-2/+2
2009-10-11NPC should only have a 24 characters long name including EOS. (bugreport:3599)Inkfish1-2/+2
2009-08-12- Optimization to instance system.zephyrus1-3/+1
2009-06-20- Instancing System (Thanks to Sirius White who did most of the code, with so...zephyrus1-0/+3
2008-12-20* Extended how duplicates work: (based on Orcao's work in bugreport:2361) [Fl...FlavioJS1-1/+1
2008-07-31Removed the mob controller system, now a customization (see topic:194375).ultramage1-1/+0
2008-06-03- Fixed BugReport 1608. I forgot to merge npc.h sorry.zephyrus1-1/+1
2008-05-29- Added support for NPC with different sizes (setnpcdisplay).zephyrus1-0/+2
2008-04-27Cleaning up the itemdb reload mess (see r12635, r12643, r12650, r12661, r1266...ultramage1-2/+0
2008-04-27Some major changes to @reloaditemdb to allow unloading of any item while map ...Kevin1-0/+2
2008-03-24* Reorganized the contents of the mapserver's header files.ultramage1-1/+56
2008-03-13Replaced some foreach-based functions by their inlined iterator equivalents.ultramage1-1/+1
2008-03-12Removed one mob data variable related to dynamic mobs that I found to be redu...ultramage1-1/+1
2008-02-28- Added cash shop support. (i need to add documentation, working on it).zephyrus1-0/+2
2008-01-14Applied a temp patch to make some npc-executed atcommands work again (bugrepo...ultramage1-1/+0
2008-01-06Extended the id range for npcs, now [400,700) will also be treated as NPC obj...ultramage1-1/+1
2007-12-12* Some preparations for the guild script updateultramage1-2/+2
2007-12-06- The default event script behaviour is to trigger on labels rather than NPCs...skotlex1-2/+2
2007-11-27* Fixed fake_nd not being exported correctly and being unloaded when reloadin...FlavioJS1-1/+1
2007-11-22* Renamed fakenpcname to setnpcdisplay, fixed and extended it. FlavioJS1-1/+2
2007-11-12* Fixed @addwarp crashing the map server (bugreport:390).FlavioJS1-1/+1
2007-11-11Fixed a missing include/export, and typos in the previous revision.ultramage1-0/+1
2007-10-24* Cleaned up some messy guild code (more to come)ultramage1-1/+1
2007-10-17* Reworked the parsing at npc.c.FlavioJS1-3/+2
2007-10-06 * the mapserver won't exit when no mapcache is found, with use_grf: yesultramage1-3/+0
2007-08-19* Cleaned/clarified some #include relationships between headersultramage1-3/+6
2007-08-19* Fixed a deallocation mistake and some buffer overflows in npc_chat.c after ...ultramage1-0/+2
2007-05-25Reformatting, warning fixes, unsigned char removalultramage1-38/+38
2007-04-09* Recoded and renamed the trim function in strlib to normalize_name. (didn't ...FlavioJS1-3/+1
2007-04-09* Cleanups at npc source file adding/removing. (one variable has been removed)FlavioJS1-2/+2
2007-04-01- Fixed the server crashing on startup due to bad defineultramage1-1/+1
2007-03-11- Added player not attached crash prevention to countitem/countitem2skotlex1-0/+1
2007-03-11- @storage/@gstorage will no longer work if you have a trade or a storage ope...skotlex1-0/+2
2007-03-09- Added info on packet 0x86 (simple move packet). Not usable until a clear se...FlavioJS1-2/+2