summaryrefslogtreecommitdiff
path: root/src/map/script.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-30* Merged changes from trunk [14636:14686/trunk].ai4rei1-41/+86
2010-12-27* Merged fixes from trunk for script command 'checkweight' (r14631) and skill...ai4rei1-0/+3
2010-12-26* Merged changes from trunk [14496:14630/trunk].ai4rei1-559/+825
2010-11-23* Fixed script command getusers causing map server to crash when called with ...ai4rei1-6/+31
2010-11-23* Added script command pushpc, which is required by newer scripts.ai4rei1-0/+39
2010-11-20* Made script command getmapxy print a warning, if an invalid type is supplie...ai4rei1-0/+4
2010-11-02Applied patch by xazax to clean up various bits of code across mapserver code...Paradox924X1-7/+2
2010-10-21 * Removed unused 'indoors' mapflag (follow-up to r3729).Gepard1-5/+2
2010-10-11Applied Ai4rei's patch to prevent an invalid rid from being attached to the e...Paradox924X1-2/+7
2010-08-26* instance_npcname will now error if the NPC being looked up is not found, ca...L0ne_W0lf1-1/+7
2010-08-19* Follow up to r14383, changed use of clif_font_area to clif_font, seems Skot...L0ne_W0lf1-1/+1
2010-08-19- Implemented usage of packets 0x7fa and 0x7f7, 0x7f8, 0x7f9. These are used ...Skotlex1-12/+12
2010-06-29* Follow up to r14357. Moved where sd is checked for existance in specialeffe...L0ne_W0lf1-4/+2
2010-06-28* Updated specialeffect2 to accept player names. (follow up to r14353)L0ne_W0lf1-0/+3
2010-06-22* Added support for NPC names in the 'specialeffect' script command, go go co...L0ne_W0lf1-1/+8
2010-06-18Added support for NPC/PC names in 'emotion' script command. (topic:249193)Gepard1-3/+14
2010-06-09* Added support for packet 0x7fe which changes the bgm temporarily for a sing...Yommy1-0/+67
2010-06-01Fixed a few typos from r14322.Paradox924X1-5/+5
2010-06-01Added support for using 'town', 'autotrade', 'allowks', 'monster_noteleport',...Paradox924X1-134/+158
2010-05-29Added a pc_isdead check to warpparty. Only warp and mapwarp (moveto, warpallp...L0ne_W0lf1-1/+4
2010-05-29Rewrote/optimized script command warpparty.Paradox924X1-83/+66
2010-05-10- Fixed the Juice Maker's "As many as I can" option. (bugreport:4155)brianluau1-0/+2
2010-04-30- Fixed a typo in guildrelay.txt (bugreport:4213)brianluau1-2/+2
2010-04-16Fixed FailedRemoveCards still removing Armor Enchant (followed up to r14282)Inkfish1-4/+4
2010-04-12Fixed SuccessRemoveCards removing Armor Enchant. (bugreport:4014)Inkfish1-2/+6
2010-03-31- Updated 'getinventorylist' to also return expire_time in the array @invento...brianluau1-0/+1
2010-02-062010/02/06Inkfish1-1/+1
2009-12-02* Autobonus code cleanups.Inkfish1-48/+66
2009-11-26Fixed strnpcinfo(1) returning blank strings when NPC names did not have a hid...Paradox924X1-2/+3
2009-11-24Fixed instances not initializing after reloadscript (bugreport:3522).ultramage1-0/+7
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