summaryrefslogtreecommitdiff
path: root/src/map/npc.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-31[Fixed]: Lance1-1/+1
2006-05-31git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6876 54...Lance1-0/+2
2006-05-31[Improved]: Lance1-5/+23
2006-05-30- Small optimization in battle_check_targetskotlex1-1/+1
2006-05-29[Optimized] Lance1-1/+2
2006-05-27- Added structure status_data which holds status-related information (str, ag...skotlex1-1/+3
2006-05-26* Mob control engine tested 99% working so far.Lance1-2/+2
2006-05-25added noVending mapflag. Tested. + custom Market Place NPC, fixed MSG stringsLupus1-0/+3
2006-05-24- Corrected item script for dead branch and poring boxskotlex1-1/+2
2006-05-23- the charname request hack message has been downgraded to only include GM-in...skotlex1-2/+3
2006-05-23* Added 'setd' support for local NPC scope (') variables.Lance1-2/+2
2006-05-22- Fixed some of the leaks.. still fixing..Lance1-1/+1
2006-05-22* WARNING: New scripting system contains memory leakLance1-4/+6
2006-05-15- When reading mapflags, when a map is set to be pvp or gvg, the other will b...skotlex1-0/+9
2006-05-14* Bugfix on fake npcLance1-7/+12
2006-05-11- Changed a bit the MAX_ZENY checks in trade.c to prevent overflows.skotlex1-34/+54
2006-05-08- Removed SP_DISGUISE from the bonus list.skotlex1-2/+3
2006-05-06- Added missing include <limits.h> to npc.c...skotlex1-0/+1
2006-05-05- Added a npc-script-event cache to avoid looking up event-scripts every time...skotlex1-1/+103
2006-05-02- Corrected a crash when sd is null in npc_eventskotlex1-1/+3
2006-05-01* Optimized fake npc system. Added npc_checknear back to npc_buysellsel.Lance1-7/+8
2006-04-30Fixed scripts relying on older event calling methods.. Still searching for ot...Lance1-1/+1
2006-04-29- Cleaned up unused variables in npc.cLance1-2/+2
2006-04-29* Reverted npc_checknear to exclude check for class_ -1.Lance1-8/+9
2006-04-29- Clones can't be class-changed nowskotlex1-2/+2
2006-04-29* Using malloc for memory allocations that doesn't need to be pre-initialized.Lance1-18/+17
2006-04-25- Modified and simplified the random item group format. It now is <GroupID>,<...skotlex1-2/+0
2006-04-25- Simplified npc_gettimerevent_tick so that it should return a tick value eve...skotlex1-18/+2
2006-04-24- Fixed a typo when parsing the mob spawn files.skotlex1-4/+1
2006-04-24- Cleaned up @grind2skotlex1-0/+10
2006-04-23git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6239 54...shinomori1-1/+8
2006-04-20- Added support for n to specify minutes to @charban. skotlex1-0/+1
2006-04-19- Removed the max cap of autoloot so you are now allowed to set autoloot valu...skotlex1-0/+3
2006-04-18- Removed message 592 from trade.cskotlex1-53/+59
2006-04-18* Shinomori's method (kinda) of remote script execution with interaction.Lance1-2/+8
2006-04-17- Changed the npc_id mismatch warning to be more informative.skotlex1-1/+1
2006-04-16- Fixed mysql ping setting being in minutes rather than hours.skotlex1-0/+1
2006-04-16Optimized. (What am I thinking)Lance1-4/+1
2006-04-16Fix my fix.Lance1-3/+1
2006-04-16* Missing lines in npc_parse_script!Lance1-0/+3
2006-04-16* Experimental npc_event_doall_sub with queue and npc_id allocation when needed.Lance1-29/+41
2006-04-13- Added an Info message when pinging the SQL servers.skotlex1-1/+0
2006-04-12- Expanded the warp warning so that it also warns when a warps takes you to a...skotlex1-9/+14
2006-04-08- Fixed @movenpcskotlex1-3/+7
2006-04-08- Added function status_change_init to initialize all the sc timers. Added sc...skotlex1-6/+9
2006-04-05- Added inter config connection_ping_interval which specifies interval in hou...skotlex1-2/+2
2006-04-03- Removed the flag variable from the npc_data structure. Disabled NPCs are no...skotlex1-16/+13
2006-04-02- Fixed npc_gettimerevent_tick returning the difference since the last trigge...skotlex1-2/+2
2006-04-01* Should not exit when you can't find an NPC file.. Lance1-1/+1
2006-04-01Fixed the dynamic shop system memory allocation and id_db problem. Added samp...Lance1-2/+2