summaryrefslogtreecommitdiff
path: root/src/map/script.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-01Fixed bugreport:5984 rental items exploit which allowed a rental item from ne...shennetsind1-3/+0
2012-06-29Implemented new item script bonuses:rud0lp201-0/+3
2012-06-21Added mercenary and elemental objects support for getmapxy.greenboxal21-0/+21
2012-06-15Fixed bugreport:5740 var reference was not being restored to call buildin_set...greenboxal21-3/+29
2012-06-14Added support for new carts (requires packetver 20120201 or newer). Super-Ult...shennetsind1-1/+4
2012-06-12Added new bonus as per kenpachi's request: bonus2 bUseSPrateSkill,n,x; // Red...shennetsind1-52/+51
2012-06-12Improved bonus-adding processes by no longer having to add it to the zero'd m...shennetsind1-13/+10
2012-06-08Follow up on r16240 update RK_CRUSHTRIKE formula and weapon break percentage.rud0lp201-3/+3
2012-05-30Fixed bugreport:5873 sex changed shouldn't now make exploits regarding item b...rud0lp201-0/+4
2012-05-29Fixed bugreport:5850 GN_HELLS_PLANT damage formula and behavior are now updated.rud0lp201-1/+1
2012-05-27Fixed bugreport:5821 GN_SLINGITEM item requirements(item throwables) should n...rud0lp201-1/+1
2012-05-21Added new script command: instance_check_party <Party ID>{,<amount>{,<min>{,<...rud0lp201-0/+59
2012-05-17- Added +11 and above refiner NPC.masao871-14/+53
2012-05-16Fixed bugreport:5749 Amplify Magic Power should now work properly on multi-hi...rud0lp201-1/+65
2012-05-04Fix bugreport:5695 local scoped variables reference map not being freed after...greenboxal21-8/+16
2012-05-03Regularized file not found error messages.xazax-hun1-1/+1
2012-04-30- Amended the permanent NPC variable instance system to utilise the same allo...epoque111-4/+2
2012-04-30- Fixed NPC instance variables not being passed through to callfunc; or calls...epoque111-4/+10
2012-04-30- Removed copyarray; functionality when running set; or assigning variables (...epoque111-2/+4
2012-04-29- Removed leftover TXT configs, follow-up to r15503.brianluau1-0/+3
2012-04-29reasonably-sized performance improvement: @reloadscript is about to 3 times f...shennetsind1-3/+1
2012-04-29- Fixed a missing variable storage allocation resulting in NPC variables not ...epoque111-1/+1
2012-04-29- Fixed a map-server crash when script variable storage reference is NULL (bu...epoque111-2/+8
2012-04-28- Fixed an issue with the instance variable storage system never being initia...epoque111-15/+12
2012-04-28- Updated the script engine to make use of the DBMap* structure for storing v...epoque111-76/+59
2012-04-28- Updated the script engine to store references to important re-used methods ...epoque111-53/+76
2012-04-27- Fixed typo for the -- operator (follow-up to r15982)epoque111-1/+1
2012-04-27- Added initial support for direct variable assignment (allows assigning valu...epoque111-4/+187
2012-04-26- Follow-up to r15979, updated parse_simpleexpr to parse direction function i...epoque111-0/+12
2012-04-26- Added support for scripts to call user-defined functions without the use of...epoque111-2/+15
2012-04-25Minor performance improvement on script function is_function -- replaced strd...shennetsind1-3/+3
2012-04-25Removed pc_cant_newmount since it has been proved newer clients still support...shennetsind1-3/+1
2012-04-22* Merged changes up to eAthena 15090.eathenabot1-1/+1
2012-04-20Initial support for Genetic, Sorcerer and Elemental Summons. Special Thanks t...shennetsind1-1/+1
2012-04-19- Added 22nd argument to 'getmonsterinfo' which returns the mvp_exp of a mons...brianluau1-1/+2
2012-04-15Let there be light! GREEN TREE ON ALL DISTROS, I CHOOSE YOU, NOW!shennetsind1-34/+34
2012-04-04More cleanups for old clients.protimus1-2/+0
2012-04-02Fixed gcc warning on script.c, getnpcidshennetsind1-1/+1
2012-04-02- Fixed grouprandomitem; always produced negative item IDs. (bugreport:5529)epoque111-1/+1
2012-03-31* Merged changes up to eAthena 15085.eathenabot1-7/+18
2012-03-28Fixed bugreport:5497, LK/RG/PD/RG new mounts are now available again to clien...shennetsind1-1/+3
2012-03-23* Merged changes up to eAthena 15083.eathenabot1-0/+20
2012-03-20- Fixed Clown/Gypsy/Minstrel/Wanderer not receiving skill points upon change-sexepoque111-0/+1
2012-03-19 - Script label db now utilizes `DBMap`'s ability to store integer-type data ...gepard19841-6/+6
2012-03-19Refine DB updatelordttseven1-1/+1
2012-03-13Enhanced `DBMap` implementation to allow storing integer type data in additio...gepard19841-3/+7
2012-03-05- Guild Castle code cleanup:gepard19841-30/+8
2012-03-04- Guild Castle code cleanup:gepard19841-72/+66
2012-03-03* fixed getiteminfo offset being off by one in REMODE (bugreport:5378)lordttseven1-0/+2
2012-03-02Replaced some magic numbers related to castle guardians with `MAX_GUARDIANS`.gepard19841-21/+11