summaryrefslogtreecommitdiff
path: root/src/map/script.c
AgeCommit message (Expand)AuthorFilesLines
2006-03-05* Fixed easter.txt typo.Lance1-4/+6
2006-03-04- The rate passed to status_change_start must now be in 0->10000 range.skotlex1-3/+3
2006-03-03- Trick dead now ends on logoutskotlex1-1/+7
2006-03-03- Fixed typo in script.cLance1-11/+11
2006-03-03* IDE error.Lance1-4/+4
2006-03-02- Hopefully fixed the compile error due to the mapregsql_handle...skotlex1-4/+4
2006-03-02- Fixed item pickup not picking anything unless you were in a party with item...skotlex1-0/+4
2006-03-02* Mapregsql will now fully depend on mmysql_handle.Lance1-7/+7
2006-03-02* Optimized strcharinfo to use switch. Looks like Skot fixed the crash alread...Lance1-57/+132
2006-03-01- Silence will only block skills when they have begun casting, not when the c...skotlex1-0/+4
2006-03-01- Checked and fixed the script engine barking when you try to have a label wi...skotlex1-109/+33
2006-03-01- Turn Undead and Offensive Resurrection should now work on undead players.skotlex1-0/+4
2006-03-01* Added script command 'setbattleflag'.Lance1-1/+17
2006-02-28* Added autoequip flag check (added script command 'autoequip' to manipulate ...Lance1-0/+13
2006-02-28* Added script command 'equip' to equip items.Lance1-0/+29
2006-02-20- Added sd variables menuskill_id/menuskill_lv to store menu-based selections...skotlex1-2/+1
2006-02-17- Fixed the memory leak on opt_2str as pointed out by End of Examskotlex1-2/+4
2006-02-13- Modified PA_GOSPEL so that the random damage attack becomes a BF_MISC attack.skotlex1-1/+1
2006-02-08- Cleaned up and reorganized status_change_start. Now it also receives the su...skotlex1-8/+9
2006-02-05* Added some of eAIRC bot code, written by me and LittleWolf. It is disabled ...Valaris1-1/+6
2006-02-03- Fixed the reported map when there is an error in report_src (script.c)skotlex1-2/+9
2006-02-02- Improved the NPC timer system to enable to have multiple timers going on at...skotlex1-1/+13
2006-02-01- Fixed a typo bug in SC_STAR_COMFORT handling.skotlex1-3/+3
2006-01-30* Added 'restricted' mapflag, based on lordalfa patchKomurka1-2/+8
2006-01-29AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES ...Valaris1-0/+10736
2006-01-29Clearing trunk.Valaris1-7862/+0
2005-04-06* Skip partner checking when calculating status with Marionette Control oncelest1-12/+14
2005-04-01Fixed some memory corruptions [MouseJstr]amber1-4/+4
2005-03-31* Fixed a bug with InitTimer/StopTimercelest1-4/+4
2005-03-29More C/C++ Conformance fixesamber1-47/+47
2005-03-29Compile error fix ^^celest1-1/+1
2005-03-29Fixe compile time problems with our mixed C++/C conformanceamber1-27/+27
2005-03-28git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stab...veider1-1/+1
2005-03-22Check changelog ^^celest1-3/+3
2005-03-19* Added getrefine()celest1-0/+15
2005-03-17* Added display script filename when a script error is found while parsingcelest1-7/+11
2005-03-08fixed script command 'isequippedcnt'Lupus1-8/+53
2005-03-07Replaced some free's with aFreecelest1-1/+1
2005-03-07* Updated core and map-server to jA 1115~1137celest1-4/+4
2005-02-26added new script commandsLupus1-0/+276
2005-02-22PCRE updatesamber1-5/+21
2005-02-20* Added skill requirements for the new guild skillscelest1-3/+10
2005-02-17added +2 drops slots into MOBS DBsLupus1-4/+0
2005-02-17* Added 2 new script commands to support 2/15's cards patchcelest1-0/+120
2005-02-16Added 3 more of the new card effectscelest1-0/+18
2005-02-16* Fixed a typo in quests/all_quest.txtcelest1-4/+39
2005-02-15fixed spawn of treasure boxesLupus1-5/+5
2005-02-13git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stab...(no author)1-1/+1
2005-02-11* Reduced memory used for the skill_tree DB by 30+mb(no author)1-0/+16
2005-02-05more compile errors(no author)1-30/+31