summaryrefslogtreecommitdiff
path: root/src/map/script.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-05- Moved START_ACCOUNT_NUM and END_ACCOUNT_NUM from login.h to mmo.h and chang...FlavioJS1-12/+12
2006-12-04- Repairing items via scripts no longer displays "item has been repaired"skotlex1-1/+0
2006-12-03- Removed sd->sex since it's redundant (we can always use sd->status.sex)skotlex1-2/+0
2006-12-03* Added buildin_checkvending and buildin_checkchatting.Lance1-0/+37
2006-12-02- Fixed passive mobs becoming increasingly unlikely to retaliate to attacks a...skotlex1-4/+4
2006-12-01- Fixed txt-converter compilation. skotlex1-4/+4
2006-12-01Minor tweak inLance1-1/+1
2006-11-29- Added overflow protection to @main whisper parsing.skotlex1-30/+30
2006-11-24- Fixed uninitialized variable fd being used in WFIFOHEAD in a few clif funct...skotlex1-16/+19
2006-11-24* Completed Reddozen's hanging mapwarp code to support party and old syntax.Lance1-17/+32
2006-11-20git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9269 54...Lance1-4/+4
2006-11-20- atcommand and charcommand backwards compatibilityLance1-4/+26
2006-11-20- Removed security check since source level patch is applied. Reverted select...Lance1-1/+48
2006-11-19* Hack protection from packet monkeys in clif_parse_NpcSelectMenu. Lance1-2/+12
2006-11-19* Added 'cancel' button parsing in buildin_select menu system. Now scripts wi...Lance1-11/+13
2006-11-17* Fixed potential crash in IRC processing message with '%' using *printf.Lance1-16/+16
2006-11-16* Edited atcommand and charcommand syntax. Now it doesn't need the useless ch...Lance1-4/+4
2006-11-14- Characters with Karma may fight amongst them anywhere.skotlex1-2/+17
2006-11-10- Fixed some line delimiter issues in script.cskotlex1-42/+42
2006-11-07- Fixed map_foreachiddb and map_foreachpc so they don't encapsulate the varia...skotlex1-4/+3
2006-11-06- Ganbantein's delay is now 2 secs.skotlex1-23/+29
2006-11-06* Reverted changes, moved status_calc_pc(sd,1) back to pc_authok since it cau...Lance1-1/+2
2006-11-04a couple new script commands [Reddozen]reddozen1-20/+75
2006-10-30Fixed getcharid according to samples and docsLupus1-2/+2
2006-10-23- Removed NJ_TOBIDOUGU adding damage to W_HUUMA weapons which somehow got rea...skotlex1-2/+2
2006-10-20- Fixed Charge Atk being able to go through chasm/pits.skotlex1-6/+6
2006-10-19- Cleaned up the log.c file.skotlex1-20/+20
2006-10-11- Cleaned up unitattack, unittalk and unitdeadsitskotlex1-47/+16
2006-10-10- Should have fixed being petrified not reducing your defense and increaseing...skotlex1-2/+2
2006-10-03- Reverted declaration of run_script to normal since it appears there's no lo...skotlex1-11/+5
2006-10-02- Renamed nopenalty mapflag to noexppenalty. Using nopenalty will turn on/off...skotlex1-3/+6
2006-09-30- Rewrote the txt->sql converter. It now links directly to the char server fi...skotlex1-1/+1
2006-09-28- Merged the necessary changes to make the script engine support negative con...skotlex1-3/+5
2006-09-25- Merged FlavioJS's script patch which should fix stuff like "mes ();" causin...skotlex1-1/+9
2006-09-22- Fixed a bug on "select" when skipping empty entries when the selected entry...skotlex1-1/+1
2006-09-19- Added support for skipping empty string menu entries for the select() comma...skotlex1-1/+6
2006-09-19- Corrected undisguise not working if you don't pass any parameters to it (wh...skotlex1-1/+1
2006-09-19- Made the report_Src function also report name of non-bl objects.skotlex1-3/+9
2006-09-13- Modified the nocommand mapflag so you can specify the GM range that is bloc...skotlex1-2/+2
2006-09-11git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8698 54...Lupus1-8/+7
2006-09-05- Corrected SC_INTRAVISION not starting.skotlex1-12/+9
2006-09-04- Should have fixed "sleep", thanks to Lance for figuring out the error.skotlex1-2/+2
2006-09-04- Some cleanup of how mobcount works.skotlex1-6/+3
2006-09-01The Clearing unused stack report will now print the related NPCtoms1-2/+5
2006-08-31- Fixed @summon's delete timer being screwed up.skotlex1-9/+11
2006-08-27* Optional macro MEMSET_TURBO for faster low-level memory initializations.Lance1-16/+16
2006-08-25- Oops, forgot to even try to compile the previous update.skotlex1-0/+2
2006-08-25- Added script commands roclass/eaclass to enable scripts to access eA's job ...skotlex1-0/+38
2006-08-24- script command "isrefine" will no longer return always false for equip posi...skotlex1-1/+1
2006-08-23- Cleaned up getmapxy script function, also added support for type 4 so that ...skotlex1-109/+94