summaryrefslogtreecommitdiff
path: root/npc/other
AgeCommit message (Expand)AuthorFilesLines
2020-01-13Update copyright headers for year 2020Haru35-160/+160
2019-09-26Fix a missing end in Slipslowrun NPC that allowed to reset the timerskyleo1-0/+2
2019-07-28Sanitize handling of the input() values.Emistry Haoyan12-248/+241
2019-06-02standardize script commands to small lettersAnnieRuru1-9/+9
2019-05-05Merge pull request #2068 from AnnieRuru/37-F_MesItemInfoHaru1-1/+22
2019-01-29Update Global_Functions.txtsigtus1-18/+9
2019-01-29Added missing return on F_GetTradeRestrictionsigtus1-0/+1
2019-01-27Add F_MesItemInfo function to show item name with description linkAnnieRuru1-1/+22
2018-12-16Merge pull request #2246 from Emistry/scriptcommand_pcneedstatuspointHaru1-0/+27
2018-12-14Add script and item for inventory expansion.Andrei Karas1-0/+63
2018-11-13Merge pull request #2289 from EyesOfAHawk/buildin_getnpcidHaru1-2/+2
2018-11-13Remove type argument from buildin_getnpcid.EyesOfAHawk1-2/+2
2018-10-21Updated getiteminfo and setiteminfo.Dastgir1-0/+37
2018-10-05Implement status reduction script command.Emistry Haoyan1-0/+27
2018-05-04Implementation of Private AirShipAsheraf1-0/+66
2017-11-12Rewrite F_GetArmorType to reflect the fact that ITEMINFO_LOC returns a bitmaskHaru1-27/+72
2017-11-12Add F_GetAmmoType global function, counterpart to F_GetWeaponType for ammunit...Haru1-0/+25
2017-11-12Add type constants for the getiteminfo()/setiteminfo() buildinsHaru2-49/+50
2017-09-03Update F_GetArmorType()Emistry Haoyan1-3/+16
2017-09-03Fix errors in the Diamond seller script that were making the NPC check for we...Mathy1-6/+5
2017-06-03convert specialeffect calls with strings to use GIDgumi1-2/+2
2017-06-03remove specialeffect2 from npcsgumi9-34/+34
2017-05-28remove the pow buildin from existing scriptsgumi1-4/+4
2017-04-25Merge pull request #1689 from Jedzkie/2-GiantFlyWingHaru1-4/+8
2017-04-23Merge pull request #1548 from AtlantisRO/goto_removalRidley2-36/+35
2017-04-23Implemented official Giant Fly Wing EffectJedzkie1-4/+8
2017-03-08Removed the usage of deprecated command goto from npc scripts (except custom ...AtlantisRO2-36/+35
2017-03-05Update Global Function - Remove F_SexEmistry Haoyan1-10/+0
2017-02-20Fixes getbattleflag on npc/other/auction.txt ( Fixes #1580 )KirieZ1-1/+1
2016-10-16Merge pull request #1473 from Ridley8819/0hpHaru1-1/+2
2016-10-16Fixes cases where player were executedRidley1-1/+2
2016-10-16Change *getcharid to use constantsAsheraf4-24/+24
2016-09-02change *strcharinfo to use constantsAsheraf17-123/+123
2016-08-29*strnpcinfo now uses constantsAsheraf5-221/+221
2016-03-12Fixes to Typo Errors.AtlantisRO1-1/+1
2016-02-29Replaced the SEX_FEMALE/SEX_MALE constants to scripts, where appropriateEmistry3-16/+17
2016-01-17Script Standardization: changed select format in other folderDastgir23-168/+168
2015-12-31Replaced leftover -1 view IDs with FAKE_NPCHaru5-1481/+1481
2015-12-31Replace -1,{ with FAKE_NPC,{AnnieRuru14-218/+218
2015-12-20Add color constants for announcement and mesAnnieRuru1-0/+8
2015-12-18Replaced numeric values with UNITTYPE_ constants in getmapxyHaru4-8/+8
2015-12-18More ItemID to ConstantsDastgir1-20/+20
2015-12-18ItemID to Constant: other FolderDastgir10-68/+68
2015-12-17Standardize the comments in Global_Functions.txtAnnieRuru1-6/+4
2015-12-15Standardized header in scripts (part 14)Haru33-714/+1237
2015-12-13Add 'F_ShuffleNumbers' as Global FunctionAnnieRuru1-0/+30
2015-11-17Add some FAQ documentation that some script command can return valueAnnieRuru1-4/+4
2015-11-15Fixed too-generic constant names of gettime() typesHaru5-20/+20
2015-11-08Fixes Chance of Comodo Gambling (Thanks to @michaelforge for pointing itDastgir1-2/+2
2015-10-27Replaced parameter type with constant.Emistry5-20/+20