summaryrefslogtreecommitdiff
path: root/src/map/script.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-09- Script commands sc_start, sc_start2 and sc_start4 will now start regardless...skotlex1-3/+3
2006-05-07removed old logsLupus1-9/+0
2006-05-01* Optimized fake npc system. Added npc_checknear back to npc_buysellsel.Lance1-13/+0
2006-04-30- If someone is expulsed from a guild while the guild storage is open, it wil...skotlex1-0/+14
2006-04-30- and more typosLance1-16/+4
2006-04-30Fixed typo in script.cLance1-2/+3
2006-04-29- pc_resetskill flag can now be &2, it only returns the total amount of skill...skotlex1-0/+14
2006-04-29* Reverted npc_checknear to exclude check for class_ -1.Lance1-2/+3
2006-04-29* Using malloc for memory allocations that doesn't need to be pre-initialized.Lance1-52/+37
2006-04-27- Fixed compilation error/warning on script command setbattleflag.skotlex1-3/+3
2006-04-27- Small change in the pet_ai that should stop the "strange" catch-up behaviou...skotlex1-0/+2
2006-04-27- Added the missing clif_* calls to make changebase's view-class change updat...skotlex1-1/+5
2006-04-27updated 'setmapflag' script commandLupus1-2/+18
2006-04-26- Updated item_db.sql to current.skotlex1-5/+1
2006-04-26- Item use interval is set to a default of 100ms now.skotlex1-1/+10
2006-04-26- Wedding Dress/Tuxedo now handle view-change using the onequip/onunequip scr...skotlex1-3/+1
2006-04-26* Fixed typo in skill.c: skill_clear_groupLance1-1/+1
2006-04-25- Modified and simplified the random item group format. It now is <GroupID>,<...skotlex1-1/+1
2006-04-24- Added script command escape_sql. It will return an escaped string for use i...skotlex1-0/+13
2006-04-19- Removed the max cap of autoloot so you are now allowed to set autoloot valu...skotlex1-4/+15
2006-04-18- Fixed the delete_timer (@summons, alchemist plants) not invoking unit_free,...skotlex1-2/+2
2006-04-18- Removed message 592 from trade.cskotlex1-9/+3
2006-04-18Modifying st->oid is dangerous. Using sd->state.using_fake_npc as identifier ...Lance1-2/+1
2006-04-18* Shinomori's method (kinda) of remote script execution with interaction.Lance1-1/+16
2006-04-17Refer to changelogZido1-2/+2
2006-04-12- Added special_state changebase to identify when a character has a special-v...skotlex1-2/+3
2006-04-11- Multiple optimizations to the unit_data auto-chase upgrade, also simplified...skotlex1-2/+2
2006-04-08- Wedding Sprites fixedZido1-2/+2
2006-04-03- Fixed script command mapwarp.skotlex1-8/+5
2006-04-01* Should not exit when you can't find an NPC file.. Lance1-1/+1
2006-04-01typoLance1-1/+1
2006-04-01bl.subtype check.Lance1-1/+1
2006-04-01Fixed the dynamic shop system memory allocation and id_db problem. Added samp...Lance1-1/+3
2006-04-01* Dynamic shops support with script callback. (needs testing)Lance1-2/+52
2006-04-01* Fixed compiler warnings.Lance1-1/+0
2006-04-01- Added structure view_data to handle sprite information for all characters (...skotlex1-39/+27
2006-04-01* April fool! Improved soundeffectall script command. (No, this is not a lie)Lance1-11/+43
2006-03-30Added year day return in gettime function. gettime(8) returns 1~366foruken1-0/+3
2006-03-24- Modified script commands atcommand/charcommand to execute even if there isn...skotlex1-11/+36
2006-03-23* Minor cleanups.Lance1-1/+1
2006-03-22- Merged the unit_data structure from jA for handling unit-related data (atta...skotlex1-92/+81
2006-03-19* Fixed event_kill_pc to behave like what it should instead of another replic...Lance1-3/+25
2006-03-19* Recoded getmobdata script function. Fixed mob_damage typo sd -> mvp_sd. Cle...Lance1-19/+83
2006-03-18added script function 'getmonsterinfo'Lupus1-0/+92
2006-03-17* Fixed misleading and inaccurately documented events and added a missing flag. Lance1-4/+9
2006-03-17- removed auto-attaching of player-run scripts in initnpctimer. You must use ...skotlex1-1/+1
2006-03-17* Final fix on Juperos NPC.Lance1-0/+1
2006-03-17* Fixed compiler warning in script.c get_mob_data.Lance1-25/+25
2006-03-16* mob_chat_sub fix. Added buildin_pcblockmove. Lance1-0/+20
2006-03-16* BL_PC and BL_MOB control script commands (experimental).Lance1-0/+387