summaryrefslogtreecommitdiff
path: root/src/map/script.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-19- Applied the renewal client support patch from Diablo (eA forum topic 222623)skotlex1-5/+100
2009-11-07* Fixed possible memory leaks caused by invalid parameters of autobonusInkfish1-9/+12
2009-11-07Added a flag to indicate if the script of an autobonus was parsed for the sak...Inkfish1-1/+7
2009-11-03Fixed gcc compilation warnings in r14120.ultramage1-4/+4
2009-11-03Extended broadcast implementation:Gepard1-65/+82
2009-10-25Hardcoded the even label config settings from r14097.ultramage1-8/+2
2009-10-25Reverted renaming foreach functions and create a new one for OnTouch so that ...Inkfish1-9/+9
2009-10-25* Implemented the official version of 'OnTouch' named as 'OnTouch_'.(it can b...Inkfish1-10/+18
2009-10-11NPC should only have a 24 characters long name including EOS. (bugreport:3599)Inkfish1-1/+1
2009-09-23Added supports for Soul Bound.Inkfish1-8/+8
2009-08-27- Fixed typo in Hyegun_Hat (5367). (bugreport:1935)brianluau1-2/+2
2009-08-25Implemented Progress Bar.(topic:207933)Inkfish1-0/+25
2009-08-14- Fixes and optimization to instancing. Thanks to Saithiszephyrus1-19/+29
2009-08-12- Optimization to instance system.zephyrus1-134/+132
2009-07-28- Added a missing 'next' in Kiel Hyre Quest (Medicine Chest).brianluau1-2/+2
2009-07-28* Some more updates to Quest LogInkfish1-9/+2
2009-07-26Fixed mob counts and quest states are not saved properly sometimesInkfish1-0/+1
2009-07-25* Fixed message display for FullStrip and SelfProvoke. (bugreport: 3011, bugr...Inkfish1-1/+1
2009-07-25Rewrote Quest Log system.Inkfish1-52/+25
2009-06-28* Implemented script command "autobonus". [Inkfish]Inkfish1-56/+89
2009-06-20- Instancing System (Thanks to Sirius White who did most of the code, with so...zephyrus1-28/+408
2009-06-20Fixed a typo in buildin_mobuseskill_subInkfish1-1/+1
2009-06-19* Implemented script command "areamobuseskill" and skill NPC_INVINCIBLE and N...Inkfish1-0/+75
2009-06-06Fixed a crash due to script's backup state not being stored/restored properly...Inkfish1-6/+6
2009-06-05* Job_Battle_Manual and Battle_Manual can be used simultaneously.Inkfish1-0/+1
2009-06-05* Fixed turning off a skill needed to meet the requirements. (bugreport:3175)Inkfish1-3/+3
2009-05-25Fixed losing skill list after base change. (bugreport:3106)Inkfish1-0/+1
2009-05-15Cleaning/fixing the previous commits a bitultramage1-1/+1
2009-05-15- Fixed a bunch of invalid memory access bugs as reported by Valgrind.skotlex1-2/+4
2009-05-12- Rental items now can be stackable items too.zephyrus1-12/+24
2009-05-07* Clean up for npc timer codeInkfish1-30/+39
2009-05-07* Added check on stackable items to 'checkweight' (bugreport:1569, bugreport:...Inkfish1-11/+14
2009-05-04* Added the md5() script command. (follow up to r13719)brianluau1-0/+16
2009-05-03* Fix 'awake' not working (bugreport:2580)Inkfish1-1/+1
2009-05-02- Fixed some typos in the script command documentation. (bugreport:2547)brianluau1-2/+2
2009-03-29- Missing cleanup from the previous BG code removal.zephyrus1-1/+1
2009-03-29- Implementing official battleground "emblem" crossed swords icon.zephyrus1-6/+4
2009-03-25Added correct packets for the food item creation window.ultramage1-0/+17
2009-03-18- Implemented new item and bonuses for Kreiger Von Midgard rewards.zephyrus1-6/+44
2009-03-17- Implemented official battlechat packets (thanks to Pakpil).zephyrus1-0/+53
2009-03-04Small edits to battleground code (bugreport:2816)ultramage1-23/+0
2009-02-26- Fixed item Nemesis.zephyrus1-0/+267
2009-02-25- Bugreport #2800 ( Atcommands usables without restriction :S )zephyrus1-3/+1
2009-02-24Replaced giving dummy sd gm levels in script commands atcommand and charcomma...sketchyphoenix1-2/+0
2009-02-23 * Consolidated is_atcommand() and is_atcommand_sub()sketchyphoenix1-19/+7
2009-02-23* Made mob_timer_delete check the deletetimer in the mob.FlavioJS1-0/+2
2009-02-16Fixed card remover commands not preserving item rental time.ultramage1-2/+2
2009-02-12Applied patch to getitem2/delitem2 to handle charid embedding correctly (bugr...ultramage1-14/+14
2009-01-25- Implemented new item bonus scripts required for battlegrounds.zephyrus1-7/+12
2008-12-31* Changes to the script engine:FlavioJS1-176/+202