summaryrefslogtreecommitdiff
path: root/src/map/npc.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-12-Add Homon-S skills, 1st implementation (all done except Eleanors)glighta1-74/+66
2012-11-10- Modified *monster and *areamonster script commands to allow size and ai par...momacabu1-9/+0
2012-11-10- Fixed bugreport:6816, bugreport:6818, bugreport:6843, buying a Pet Egg is n...momacabu1-4/+9
2012-11-10Minor improvement on npc_event_do_clock, moved it so that its only assigned w...shennetsind1-19/+24
2012-11-05- Added LOOK_*** script constants, same names as from map.hbrianluau1-2/+2
2012-11-05- Fixed OnSellItem not setting all the "@sold_card%d" arrays. (bugreport:6847)brianluau1-2/+3
2012-10-29* Follow-up r16835: Some cleanup.euphyy1-13/+11
2012-10-29-Add some src basic documentation.glighta1-25/+66
2012-09-10Fixed bugreport:6665 NPC timer will not stop anymore after running all timer ...greenboxal21-30/+32
2012-09-02Hello! few things.shennetsind1-1/+1
2012-09-02Follow up r16733 also the remaining fix for bugreport:6572, making onagitinit...shennetsind1-0/+4
2012-08-26Fixed error in npc_path_data reference counting resulting in the script never...greenboxal21-1/+1
2012-08-24Fixed bugreport:6550 @unloadnpcfile now refreshes the hardcoded npc event arr...shennetsind1-0/+4
2012-08-22Major cleanup all over the place, made possible by mkbu95's scan-build report...shennetsind1-5/+3
2012-08-17Follow up r16656 improved unloadnpcfile stuff performance-wise, making npcs f...shennetsind1-13/+71
2012-08-17Added 2 (3) new atcommands:shennetsind1-14/+29
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