summaryrefslogtreecommitdiff
path: root/src/map/script.c
AgeCommit message (Expand)AuthorFilesLines
2006-07-17Orn's and Albator's Homunculus system, finally, YAY!!DracoRPG1-2/+20
2006-07-13- Fixed the value range checks added by Zido on pc_bonus (some of them were e...skotlex1-8/+4
2006-07-11- Coded @reset.skotlex1-165/+167
2006-07-11warpportal(x,y,"tmap",tx,ty) - Creates a skill warp portal on the map. battle...blackhole891-0/+39
2006-07-08- Fixed the char table having party/guild_id as smallint when they need int t...skotlex1-2/+4
2006-07-06- Rewrote all the item restriction functions so that they will take into acco...skotlex1-1/+1
2006-07-06- Added EQP_/EQI_ constants in pc.h to identify equip position and equip inde...skotlex1-1/+1
2006-06-30- Added mapflag "nochat" to prevent chatting rooms from being created.skotlex1-5/+13
2006-06-30- Moved item group enumeration from itemdb.h to map.hskotlex1-2/+5
2006-06-29git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7393 54...Lance1-2/+2
2006-06-29git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7392 54...Lance1-4/+4
2006-06-29git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7390 54...Lance1-3/+2
2006-06-29git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7389 54...Lance1-1/+1
2006-06-29* [Fixed] Lance1-123/+157
2006-06-28- Added a check in script command "set_option" so that invoking "set_option(0...skotlex1-1/+4
2006-06-27- Fixed indentation on int_pet.c (how did it got messed up?)skotlex1-1/+7
2006-06-26* [Added]: Lance1-0/+10
2006-06-24* [Optimized]: Lance1-1/+1
2006-06-23git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7311 54...Lance1-1/+1
2006-06-23* [Fixed]: Lance1-8/+9
2006-06-22* [Removed]: Lance1-7/+2
2006-06-18git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7234 54...Lance1-14/+16
2006-06-18* [Removed]: Lance1-296/+222
2006-06-17* [Added]: Lance1-19/+80
2006-06-16* [Added]: Lance1-0/+3
2006-06-15- Fixed and cleaned up script command 'equip'skotlex1-11/+6
2006-06-14git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7164 54...blackhole891-26/+26
2006-06-14* [Improved]: Lance1-3/+4
2006-06-13Another mistake.. shitLance1-1/+1
2006-06-13Fix again >_<Lance1-4/+2
2006-06-13FixLance1-1/+3
2006-06-13FixLance1-1/+1
2006-06-13FixLance1-2/+0
2006-06-13* [Fixed]: Lance1-19/+95
2006-06-12* [Optimized]: Lance1-5/+7
2006-06-10- Added structure party_data and party_member_data to the map server to hold ...skotlex1-14/+12
2006-06-09git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7076 54...Lance1-7/+19
2006-06-09* [Fixed]:Lance1-8/+11
2006-06-07- Added pc_calcexp to calculate individual exp bonuses acquired from exp's so...skotlex1-1/+1
2006-06-07* [Improved]:Lance1-0/+21
2006-06-01[Fixed]: Lance1-1/+1
2006-05-31[Fixed]: Lance1-8/+11
2006-05-31[Improved]: Lance1-1/+4
2006-05-30[Optimized]: Lance1-4/+4
2006-05-30- Removed the on-die specific code from unit_remove_map and placed it on the ...skotlex1-3/+3
2006-05-29[Optimized] Lance1-1/+1
2006-05-28- Reverted buildin_setd to use NULL as reference.Lance1-3/+2
2006-05-28[Fixed] script functions that doesn't pass references, thanks to End_of_exam.Lance1-34/+35
2006-05-27- Added structure status_data which holds status-related information (str, ag...skotlex1-12057/+12055
2006-05-26* Patches to allow everything to work right. + 1 more sample script.Lance1-25/+26