summaryrefslogtreecommitdiff
path: root/src/map/npc.h
AgeCommit message (Expand)AuthorFilesLines
2013-03-27Introducing Hercules' Map Zone Databaseshennetsind1-0/+1
2013-03-08Fixed Bug #7114malufett1-0/+1
2013-02-24Fixed Bug #7092malufett1-1/+1
2013-02-24Revert "Fixed Bug #7091"shennetsind1-1/+1
2013-02-24Fixed Bug #7091malufett1-1/+1
2012-12-30-Harmonize skillid, skill_num, skillnum, skill, to skill_id and same for skil...glighta1-4/+4
2012-12-27* Implemented `useskilltopc' (tid:74685), and now if desired npcs can carry s...momacabu1-0/+4
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-109/+110
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-110/+109
2012-11-12Modified @addwarp to accept a new optional parameter <npc name>. If <npc name...momacabu1-1/+1
2012-11-10- Modified *monster and *areamonster script commands to allow size and ai par...momacabu1-1/+0
2012-08-17Added 2 (3) new atcommands:shennetsind1-1/+4
2012-07-22Added the ability to bind atcommands to NPC events (ex: NPCNAME::OnEvent); or...cookiecrumbs1-0/+3
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