summaryrefslogtreecommitdiff
path: root/src/map/npc.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-01Fixed Bug #5343shennetsind1-0/+3
2013-01-31Fixed Bug #3080shennetsind1-4/+5
2012-12-30-Harmonize skillid, skill_num, skillnum, skill, to skill_id and same for skil...glighta1-20/+21
2012-12-27* Fixed bugreport:7052, npcs with monster sprite now work.momacabu1-2/+15
2012-12-27* Also checks for righty coordinates before actually loading the npc. Improve...momacabu1-5/+5
2012-12-22Community Contribution Time!momacabu1-0/+2
2012-12-15Follow up to r17013, exit loop if found a warp near the player.momacabu1-1/+3
2012-12-09Fixed bugreport:6483. NPCs with OnTouch in the same area of a Warp won't bloc...momacabu1-0/+19
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-3020/+3176
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-3176/+3020
2012-11-24Fixed behavior in permanent mob spawns allowing new optional parameters: leve...momacabu1-4/+31
2012-11-20Minor performance improvement; created guild flag cache to replace the ineffi...shennetsind1-0/+5
2012-11-13- Fixed bugreport:6887, a variable was not initialized;momacabu1-7/+4
2012-11-12Modified @addwarp to accept a new optional parameter <npc name>. If <npc name...momacabu1-3/+13
2012-11-12-Upd mob_count to read a 10 modib list to chk if present or notglighta1-1/+1
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