summaryrefslogtreecommitdiff
path: root/src/map/script.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-22Add storage_data reception, parsing and sending to/from the map-server.Smokexyz1-1/+9
2017-04-27Merge pull request #1711 from mekolat/checkoption2Haru1-8/+32
2017-04-25Merge pull request #1689 from Jedzkie/2-GiantFlyWingHaru1-58/+65
2017-04-24allow checkoption et al to check another playergumi1-8/+32
2017-04-24Removed hard coded values on @cashmount and setcashmount.Jedzkie1-9/+17
2017-04-24Fix some issues in the unit controlling script commandsHaru1-110/+101
2017-04-23Implemented official Giant Fly Wing EffectJedzkie1-58/+65
2017-04-23Merge pull request #1584 from Smokexyz/masterHaru1-0/+1600
2017-04-13add missing _pc in set_reggumi1-4/+4
2017-04-12fix 1b0d3bd "add getvariableofpc() buildin"gumi1-1/+0
2017-04-12fix a16fbb3 "allow character and account variables to reference another regis...gumi1-26/+139
2017-04-11Fixes a minor typo in buildin_setequipoptionsmokexyz1-2/+2
2017-04-09Merge pull request #1598 from Smokexyz/IROHaru1-2/+243
2017-04-09Merge pull request #1657 from mekolat/getunits2Haru1-0/+100
2017-04-08add getunits() buildingumi1-0/+100
2017-04-04Implementation of unit controlling script commands.Smokexyz1-0/+1600
2017-04-04Implementation of Item Options System.Smokexyz1-2/+243
2017-03-31Merge pull request #1544 from HerculesWS/1543-fixsmokexyz1-6/+8
2017-03-28add gettimer() buildingumi1-0/+95
2017-03-12Merge pull request #1610 from mekolat/timer2Haru1-17/+37
2017-03-12Minor optimizations for the warpguild implementationHaru1-12/+13
2017-03-12Merge pull request #1496 from Emistry/scriptcommand_warpguildHaru1-28/+33
2017-03-05allow to use addtimercount on another playergumi1-2/+6
2017-03-05fix code style in buildin_addtimercountgumi1-4/+5
2017-03-05allow to use deltimer on another playergumi1-2/+6
2017-03-05fix code style in buildin_deltimergumi1-2/+3
2017-03-05allow to use addtimer on another playergumi1-2/+6
2017-03-05make addtimer return success or failuregumi1-2/+6
2017-03-05fix code style in buildin_addtimergumi1-4/+6
2017-03-05Merge pull request #1589 from mekolat/strinfo2Haru1-58/+77
2017-03-05Update *warpguild() script command.Emistry Haoyan1-28/+33
2017-02-26add getvariableofpc() buildingumi1-2/+51
2017-02-26allow character and account variables to reference another registrygumi1-15/+59
2017-02-26fix code style in set_reggumi1-19/+32
2017-02-26fix indentation in set_reggumi1-44/+44
2017-02-26fix code style in script_array_srcgumi1-5/+6
2017-02-26fix indentation in script_array_srcgumi1-22/+22
2017-02-26fix code style in get_valgumi1-17/+22
2017-02-26fix indentation in get_valgumi1-52/+52
2017-02-26Revert "allow to get vars of other players with getd"gumi1-210/+96
2017-02-26Merge pull request #1586 from mekolat/getd2Ridley1-96/+210
2017-02-26Added option to show classchange only to one player (#1587)Guilherme G. M1-8/+19
2017-02-25allow strcharinfo() and strnpcinfo() to take a GIDgumi1-58/+77
2017-02-25allow to get vars of other players with getdgumi1-96/+210
2017-02-25add chr() and ord() buildinsgumi1-1/+26
2017-01-17Fixes #1543Dastgir Pojee1-6/+8
2016-12-03Remove the platform-dependent variables from struct status_dataHaru1-1/+1
2016-12-03Ensure that pc->addfame() increments the correct fame pointsHaru1-9/+9
2016-12-03Clarify some Job Class vs MapID confusion (2/2)Haru1-6/+6
2016-12-03Clarify some Job Class vs MapID confusion (1/2)Haru1-14/+14