summaryrefslogtreecommitdiff
path: root/src/map/npc.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-05* Added code to clear the Illusionary Shadow effect (followup to r12293)ultramage1-6/+8
2008-03-02- The last, i hope, fix to the mail system.zephyrus1-0/+2
2008-03-02Fixed wrong mvp format string for @mobinfo (would not show big mvp exp reward...ultramage1-7/+8
2008-02-28- Added cash shop support. (i need to add documentation, working on it).zephyrus1-9/+100
2008-02-26- Added new settings for autotrade on battle/misc.conf (you can read descript...zephyrus1-0/+2
2008-02-24Now the server will print an error message if an invalid mapflag is found dur...ultramage1-0/+6
2008-02-14- Added some new config settings: homunculus_autoloot, idle_no_autoloot, max_...zephyrus1-0/+2
2008-02-07- Fixed Freezing Trap doing no damage (changed type from misc to weapon)skotlex1-6/+7
2008-01-14Applied a temp patch to make some npc-executed atcommands work again (bugrepo...ultramage1-22/+0
2008-01-12* Modified npc_parsesrcfile to read the file as binary and let sv_parse handl...FlavioJS1-2/+2
2008-01-06Expanded the poor "npc_touch_areanpc : some bug" with info about which cell e...ultramage1-6/+8
2008-01-04Modified the map_setcell() code to to use a boolean flag instead of needing S...ultramage1-47/+2
2008-01-03Fixed npc unloading not clearing NPC touch cells (bugreport:595).ultramage1-14/+2
2008-01-03Map cell mechanism rewriteultramage1-3/+3
2007-12-23- Fixed warning about unused variableskotlex1-1/+1
2007-12-22- Corrected mob spawn utilization of the delay1/delay2 values (one is respawn...skotlex1-5/+0
2007-12-18* Updated respawn time interpretation according to latest kRO updatePlaytester1-4/+5
2007-12-12* Some preparations for the guild script updateultramage1-54/+51
2007-12-09* Modified npc_parsesrcfile to parse the line as a 'tab-separated values' str...FlavioJS1-15/+47
2007-12-06* Removed the attempts to recover from invalid syntax in npc_parsesrcfile sin...FlavioJS1-12/+4
2007-12-06- The default event script behaviour is to trigger on labels rather than NPCs...skotlex1-37/+15
2007-11-28- Corrected skill_check_condition to not delete items right away for certain ...skotlex1-2/+1
2007-11-27* Fixed fake_nd not being exported correctly and being unloaded when reloadin...FlavioJS1-1/+4
2007-11-22* Renamed fakenpcname to setnpcdisplay, fixed and extended it. FlavioJS1-9/+26
2007-11-21- Moved subtype from struct block_list to struct npc_data.skotlex1-19/+19
2007-11-21- Optimized a bit the map set cell imperative so it only fails when the targe...skotlex1-1/+2
2007-11-19- removed 'skill_fail' message when a ground skill fails as that caues double...skotlex1-1/+1
2007-11-18- Implemented a small change that was long overdue: Displaying the char-selec...skotlex1-1/+2
2007-11-18- setting npc cells will no longer work on non-walkable tiles (since you coul...skotlex1-0/+2
2007-11-18* Replaced jA's way of allocating npc shop data with a simple dynamic array t...ultramage1-13/+21
2007-11-18Fixed npc_debug_warps() not identifying x:0,y:0 as valid (random) coordinatesultramage1-0/+1
2007-11-17Removed battle_config.error_log as console_silent already handles thisultramage1-23/+12
2007-11-17Made OnTouch zone dimensions be stored as radius instead of diameter.ultramage1-51/+50
2007-11-12* Fixed @addwarp crashing the map server (bugreport:390).FlavioJS1-1/+42
2007-11-11- Cleaned up pc_calc_weapontypeskotlex1-3/+1
2007-11-08* Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include.FlavioJS1-6/+6
2007-10-28* Minor adjustment to take into account the end of line.FlavioJS1-7/+11
2007-10-28* Restricted more the parsing of npc code. (fixes bugreport:317)FlavioJS1-7/+24
2007-10-27Fixed a typo in r11505 messing up the 'npcmove' command (only 'x' coordinate ...ultramage1-1/+1
2007-10-24* Corrected a fex misshaps from r11571:FlavioJS1-6/+2
2007-10-24- added defines JOB_MAX_BASIC and JOB_MAX to mmo.h so the code can know which...skotlex1-0/+5
2007-10-24* Cleaned up some messy guild code (more to come)ultramage1-8/+5
2007-10-18Uncommented the ShowWarning and ShowDebug from rev. 11508, and cleaned up the...L0ne_W0lf1-7/+3
2007-10-18Fixed numerous /W4 warnings (and created more :)ultramage1-2/+2
2007-10-18* Fixed the incorrect map names on the debug messages (mapid->mapindex mishap...FlavioJS1-5/+5
2007-10-18* Commented out ShowWarning and ShowDebug messages added in revision 11508. A...L0ne_W0lf1-3/+7
2007-10-18* Clarified how npc names work in script_commands.txt.FlavioJS1-64/+92
2007-10-18Some code cleaning...ultramage1-15/+12
2007-10-17* Reworked the parsing at npc.c.FlavioJS1-466/+426
2007-10-17Using predefined constants as parameters to the exit() function.ultramage1-5/+5