summaryrefslogtreecommitdiff
path: root/src/map/npc.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-23Follow up r16471 improved overall feature performance by making the bind list...shennetsind1-15/+10
2012-07-22Added the ability to bind atcommands to NPC events (ex: NPCNAME::OnEvent); or...cookiecrumbs1-0/+66
2012-07-11nothing noteworthy, really.shennetsind1-11/+12
2012-05-31Fixed bugreport:5839 mapflag conflicts were displaying wrong messageshennetsind1-2/+2
2012-05-31Fixed bugreport:5804 Instances no longer leave "broken" timers behind. Instan...shennetsind1-0/+2
2012-05-26- Follow up to r16147: check the price in the shop file, instead of id->value...brianluau1-1/+1
2012-05-26Fixed bugreport:5658 Instance NPCs will now be cleared properly. Super-Specia...shennetsind1-1/+1
2012-05-25- Added a warning when NPC shops sell items for 0z (FREE!)brianluau1-0/+5
2012-05-19NPC Loaded by @loadnpc will now trigger their OnInit labels as they're loaded.shennetsind1-8/+20
2012-05-17Fixed bugreport:5757 Added missing Sorcerer Insignias, Credits to brAthenashennetsind1-3/+2
2012-04-29A minor memory improvement, and some curly brace love.shennetsind1-9/+5
2012-04-29Yet another performance improvement: Shut Down processing is now about to 7 t...shennetsind1-19/+5
2012-04-29Follow up r16004 >_<" some not-supposed-to-be-comitted debug messages slipped...shennetsind1-19/+11
2012-04-29reasonably-sized performance improvement: @reloadscript is about to 3 times f...shennetsind1-23/+29
2012-04-28- Updated the script engine to make use of the DBMap* structure for storing v...epoque111-2/+2
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/+27
2012-04-21Fixed bugreport:5586 SC_CAMOUFLAGE can be removed by using RA_CAMOUFLAGE agai...greenboxal21-1/+1
2012-04-11Minor performance improvement. server no longer wastes processing time creati...shennetsind1-15/+21
2012-04-11minor improvement on NPC parse processingshennetsind1-13/+4
2012-03-19 - Script label db now utilizes `DBMap`'s ability to store integer-type data ...gepard19841-2/+2
2012-03-13Enhanced `DBMap` implementation to allow storing integer type data in additio...gepard19841-18/+27
2012-03-09Code cleanup: replaced `DBIterator` function calls with macros where possible. gepard19841-2/+2
2012-03-02Minor NPC code cleanup: timer labels.gepard19841-72/+25
2012-02-29Some NPC code cleanup (event labels).gepard19841-57/+20
2012-02-17Fixed bug with official npc idle timer thing, bugreport:5343shennetsind1-2/+4
2012-02-14Removed deprecated memory manager macros (follow-up to r14916).gepard19841-4/+4
2012-01-31 * Added display name to warps created with `@addwarp`, so their name is visi...gepard19841-1/+1
2012-01-30- Removed more trailing tabs.brianluau1-6/+6
2012-01-30- Removed trailing tabs, and fixed some spacing.brianluau1-3/+3
2012-01-14Fix to progressbar exploit, bugreport:5199shennetsind1-0/+7
2012-01-14Fixed problem with OnTouch on NPC ID 139, blame on r14993, bugreport:5206shennetsind1-1/+1
2012-01-11Picklog improvements:gepard19841-16/+4
2012-01-09Fixed battle configs `boss_delay_spawn`, `plant_delay_spawn` and `mob_delay_s...gepard19841-23/+2
2011-12-27Fixed an issue, players were able to see disabled NPCs with maya purple card....xazax-hun1-0/+6
2011-12-24* Merged changes up to eAthena 15040 (follow up to r15245, fixed some errors).brianluau1-2/+1
2011-12-24* Merged changes up to eAthena 15040.eathenabot1-10/+5
2011-12-17- Replaced log_config.enable_logs constants with LOG_ enums that existed sinc...brianluau1-4/+4
2011-12-16RE cashshop fix, bugreport:4764shennetsind1-1/+84
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