summaryrefslogtreecommitdiff
path: root/src/map/npc.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-14- Fixed floating shops being accessible from any location through 3rd party p...epoque111-1/+8
2011-12-13Small clarification of the error message after OnTouch trigger fail (bugrepor...GodLesZ1-1/+1
2011-12-10- Renamed 'RRConfig' folder to 'config'.brianluau1-2/+2
2011-12-06- Fixed undefined reference when compiling under Linux (patch for r15017)epoque111-2/+2
2011-12-06- Added support for additional item information when OnSellItem is calledepoque111-1/+28
2011-12-05Merging RREmu into rAthena -- quite a few stuff yet to be renamed, but we'll ...shennetsind1-3/+41
2011-11-12* Fixed npc class HIDDEN_WARP_NPC (139) being sent to the client, causing cli...ai4rei1-1/+1
2011-09-20* Applied map flag update patch provided by Daegaladh. Will mess with custom ...L0ne_W0lf1-0/+2
2011-09-08* Fix C++ compilation issues.flaviojs1-1/+1
2011-06-30Replaced custom type 'intptr' with standard 'intptr_t'.ultramage1-10/+10
2011-06-22Added enum e_skill_flag to represent the values of struct s_skill's complicat...ultramage1-4/+6
2011-05-17* Improved error reporting during monster database and spawn data reading.ai4rei1-4/+4
2011-05-14* Moved bitfield 'boss' inside 'spawn_data' and 'mob_data' into the respectiv...ai4rei1-1/+1
2011-05-14* Some NPC event related cleaning.ai4rei1-10/+10
2011-05-14* Fixed map-server printing deprecation message, when monster event label was...ai4rei1-0/+8
2011-03-20* Random accumulated tweaks and fixes.ai4rei1-2/+6
2011-03-15* Fixed monsters getting warped when stepping on an NPC warp when at least on...ai4rei1-1/+1
2011-03-14* Fixed a typo in npc_touchnext_areanpc (NPC's map being used as it's x-coord...ai4rei1-1/+1
2011-02-06* Fixed NPCs with closing parenthesis in their name could not be duplicated (...ai4rei1-2/+7
2011-01-14* Replaced remaining occurences of '-1' with 'INVALID_TIMER', where appropria...ai4rei1-14/+14
2010-12-30* Fixed improper use of itemdb_search. It does not return NULL but a dummy it...ai4rei1-1/+1
2010-12-26* Fixed items, that get dropped at 100% chance, being reported in @iteminfo a...ai4rei1-2/+2
2010-12-23* Fixed server processing the sell list (deleting items and giving zeny) for ...ai4rei1-62/+104
2010-12-22* NPC shop buy list received from the client is now validated for scripted sh...ai4rei1-2/+8
2010-12-22* Resolved random compiler warnings.ai4rei1-4/+4
2010-12-21* Added script_setarray_pc for setting temporary character array variables ou...ai4rei1-9/+17
2010-12-21* Fixed dynamic shop arrays @bought_nameid, @bought_quantity, @sold_nameid an...ai4rei1-0/+12
2010-12-07* Reverted r14563, due to multiple issues which render the source malfunction...ai4rei1-5/+5
2010-12-07Changed almost all instances of sprintf() to snprintf().Paradox924X1-5/+5
2010-12-03* Removed leftovers of the item_value_db.txt feature (bugreport:2031, since a...ai4rei1-6/+2
2010-12-02* Fixed mapflags not getting initialized upon @reloadscript (bugreport:2247, ...ai4rei1-0/+3
2010-11-28* Added clr_type enumeration for vanish effect constants.ai4rei1-8/+8
2010-11-25* Fixed a crash when an unknown map is encountered during parsing a 'script' ...ai4rei1-2/+12
2010-11-23* Labels longer than 23 characters will no longer cause the server to exit im...ai4rei1-9/+10
2010-11-02Applied patch by xazax to clean up various bits of code across mapserver code...Paradox924X1-2/+1
2010-10-21 * Removed unused 'indoors' mapflag (follow-up to r3729).Gepard1-2/+0
2010-10-09Replaced all nullpo_retr() calls which returned 0 with nullpo_ret() calls.Paradox924X1-19/+19
2010-08-20* Commented out code from r14388, as this breaks NPCs that rely on running gl...L0ne_W0lf1-1/+1
2010-08-20Removed processing for undocumented and unused event 'OnCharIfInit' which is ...Paradox924X1-1/+0
2010-08-20Made it so global events don't get executed in duplicates to prevent unnecess...Paradox924X1-1/+1
2010-08-19- Implemented usage of packets 0x7fa and 0x7f7, 0x7f8, 0x7f9. These are used ...Skotlex1-1/+1
2010-07-31* Implemented three new mercenary skills.L0ne_W0lf1-0/+3
2010-04-28Fixed OnTouch doesn't trigger on hiding characters. (bugreport:4208)Inkfish1-2/+5
2010-03-21Added missing checks to stop an infinite free cash point exploit. (bugreport:...ultramage1-0/+13
2010-02-062010/02/06Inkfish1-2/+2
2009-12-08Corrected a variable defined in a header file.ultramage1-4/+4
2009-11-26* NPC event code cleanups.Inkfish1-108/+66
2009-11-24Fixed instances not initializing after reloadscript (bugreport:3522).ultramage1-1/+1
2009-11-19- Applied the renewal client support patch from Diablo (eA forum topic 222623)skotlex1-1/+0
2009-10-25Reverted renaming foreach functions and create a new one for OnTouch so that ...Inkfish1-3/+3