summaryrefslogtreecommitdiff
path: root/src/map/script.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-24- Implemented Mercenary Scrolls (item_db)zephyrus1-0/+24
2008-08-24- Moving all content of Homunculus code to a proper file Homunculus.c/hzephyrus1-1/+1
2008-08-20- New invisible walls system (for WOE SE and Battlegrounds).zephyrus1-0/+87
2008-08-20- Removed my barricade implementation. Not required in WoE SE.zephyrus1-37/+0
2008-08-15Some cleaning in script.cultramage1-172/+148
2008-08-15Split off mapreg code from script.cultramage1-319/+68
2008-08-01Removed unused guardian hp columns from the guild castles table in main.sql (...ultramage1-5/+0
2008-07-31Removed the mob controller system, now a customization (see topic:194375).ultramage1-222/+0
2008-07-30Small cleanup of script.cultramage1-65/+26
2008-07-30Removed the IRC bot system, now a customization (see topic:194306)ultramage1-3/+0
2008-07-26Replaced occurences of '-1' with the more appropriate 'INVALID_TIMER' value w...ultramage1-12/+12
2008-07-05* Moved the mob killmonster flag to a more appropriate area. (bugreport:1795)sketchyphoenix1-2/+2
2008-06-29- Added support to Cash Shop for script command callshopzephyrus1-12/+14
2008-06-29Random assortment of various small corrections and tweaks.ultramage1-6/+4
2008-06-22Added support for killmonster to fire OnMyMobDead optionally.sketchyphoenix1-2/+28
2008-06-22Forgot to switch function names out from r12873 >_>sketchyphoenix1-3/+4
2008-06-22* Modified *killmonsterall to support a new argument that will allow it to ki...sketchyphoenix1-2/+20
2008-06-21* Extended script command 'set' to return the variable reference (topic:190602).FlavioJS1-16/+28
2008-06-12Added check to prevent crashing on logmes with no player attached (bugreport:...ultramage1-2/+10
2008-06-12* Added support for skill names to script commands:FlavioJS1-67/+106
2008-06-08Corrected definition of 'delitem' and 'delitem2', which prevented the optiona...ultramage1-2/+2
2008-06-07Fixed 'soundeffectall' not reading its params correctly, since r10844 (bugrep...ultramage1-6/+6
2008-05-31crashfix to attach/detach timersLupus1-3/+32
2008-05-30- Cleanups and a little fix to NPC Sizes (thanks to ultramage).zephyrus1-16/+7
2008-05-29- Added support for NPC with different sizes (setnpcdisplay).zephyrus1-2/+21
2008-05-12Fixed a script engine problem where warping away while having a menu window o...ultramage1-5/+9
2008-05-09- More scripts fixes.zephyrus1-1/+1
2008-05-08- Added some new items and headgears.zephyrus1-0/+37
2008-05-02Replaced the very ineffective clif_foreachclient() with map_foreachpc() since...ultramage1-2/+1
2008-04-26Added script function hasquest.Kevin1-0/+12
2008-04-25* Modified delitem/delitem2 to have the same behaviour as getitem/getitem2 (o...toms1-18/+24
2008-04-23* Fixed script strings not being handled properly (only skipped the \).FlavioJS1-1/+10
2008-04-23* Script parse errors displayed with one ShowError instead of several ShowMes...FlavioJS1-13/+17
2008-04-21* Changed the data field of timers from int to intptr.FlavioJS1-2/+2
2008-04-21Made some cleanup in changesextoms1-11/+1
2008-04-19Fixed a bug in (init/start/stop)npctimertoms1-28/+45
2008-04-15Use the same code for script commands getitem & getitem2 as @item to avoid bu...toms1-12/+42
2008-04-11Finished most of the quest log code, still bits here and there but it's usabl...Kevin1-0/+77
2008-04-07* Made script command 'flagemblem' and guild_emblem_change send an update of ...FlavioJS1-4/+23
2008-03-27Added proper script constants and documentation for the 'checkcell' command. ...ultramage1-14/+18
2008-03-26Adjusted eAthena code to compile cleanly in C++ mode.ultramage1-56/+46
2008-03-25Partially fixed the mess in status.c.ultramage1-6/+6
2008-03-18- Added the official adoption method.zephyrus1-27/+0
2008-03-08- Auction System implementation completed.zephyrus1-0/+15
2008-03-07- Added config settings mob_active_time and boss_active_time, what they do is...skotlex1-3/+3
2008-03-04- Updated firepillar so it cannot be placed on top of others.skotlex1-1/+1
2008-02-27Fixed 'cleararray' not able to erase array entry 127 (bugreport:864)ultramage1-1/+1
2008-02-19* Forgotten update to the definition of script command 'input'.FlavioJS1-1/+1
2008-02-15some compilation warning fixesultramage1-12/+6
2008-02-11Getting rid of map_getallusers(), part 1ultramage1-123/+96