summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
2015-12-20Fix the *getcharipAnnieRuru1-6/+13
2015-12-20Fix certain script command report source npc twice if player not attachedAnnieRuru1-146/+136
2015-12-20Change map->nick2sd into script>nick2sdAnnieRuru1-47/+46
2015-12-20Change map->charid2sd into script->charid2sdAnnieRuru1-12/+11
2015-12-20Change map->id2sd into script->id2sdAnnieRuru1-37/+33
2015-12-20Add script->id2sd function to throw error properly if player not foundAnnieRuru2-0/+36
2015-12-19Corrected a typo in the Renewal cardfix calculationHaru1-3/+3
2015-12-18Add *getunittype and update *getmapxyAnnieRuru1-26/+91
2015-12-17Added 8 Official kRO & jRO Costumes supported up to 2015-05-13aRagexe.Jedzkie2-12/+78
2015-12-17Removal of SC_ITEMSCRIPT.Jedzkie2-58/+2
2015-12-17Implement official effect of MVP ScrollsJedzkie4-12/+53
2015-12-17Change all chat mute checks to use pc->can_talk instead of direct check.hemagx6-25/+18
2015-12-17Add bAddMaxWeight bonus for increasing player's max weightAnnieRuru2-1/+5
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru82-313/+1636
2015-12-15Added GPL information on interactive server startupHaru1-0/+2
2015-12-15Fix Dialog being cleaned after timeout on secure npc timeout enabled.hemagx1-1/+0
2015-12-15Fixed some too long char buffer initializers.Florian Wilkemeyer2-11/+15
2015-12-15Added const qualifier to the w1~w4 arguments of npc_parse_unknown_objectHaru2-2/+19
2015-12-15Added const qualifier to the w1~w4 arguments of npc_parse_mobHaru2-2/+20
2015-12-15Added const qualifier to the w1~w4 arguments of npc_parse_functionHaru2-4/+27
2015-12-15Added const qualifier to the w1~w4 arguments of npc_parse_duplicateHaru2-9/+38
2015-12-15Added const qualifier to the w1~w4 arguments of npc_parse_scriptHaru3-8/+34
2015-12-15Added const qualifier to the w1~w4 arguments of npc_parse_shopHaru2-6/+19
2015-12-15Added const qualifier to the w1~w4 arguments of npc_parse_warpHaru2-3/+20
2015-12-15Added const qualifier to the w1~w4 arguments of npc_parse_mapflagHaru2-9/+37
2015-12-14Added official effect of Mora Berry.Jedzkie5-12/+33
2015-12-14follow up f975f0a55ca930fd0f95a6209bea479ac9bc3a5dhemagx1-1/+1
2015-12-14Players now will auto warped to random spot in the map upon login in-case the...hemagx1-0/+3
2015-12-13Fix SC_STOMACHACHE to its official behavior.Jedzkie1-6/+6
2015-12-13ItemDB Updates:Jedzkie4-2/+9
2015-12-13Fixed an issue in the bonus2 bAddMonsterDropChainItem implementationHaru1-3/+3
2015-12-13Corrected an error in bonus3 bAddMonsterDropItemHaru1-1/+1
2015-12-13Fix double source script warning in-case of invalid battle config flag requestedhemagx1-1/+0
2015-12-13- Fixed #723 now it's possible to retrieve Battle Config Settings from plugin...Your Name3-9/+29
2015-12-11Fix guild member position check.Andrei Karas1-1/+1
2015-12-10Fix SPTable going low for MAX_LEVELDastgir1-2/+2
2015-12-10Fix guild position check.Andrei Karas1-1/+1
2015-12-10Change the sequence of Status ID's according to its number. Minor clean-up.Jedzkie1-152/+160
2015-12-10Rename 'ITEMIDBATTLE_MANUAL100' to 'ITEMID_BATTLE_MANUAL100'.Jedzkie2-2/+2
2015-12-09Fixed a nullpo check failure in log_chatHaru1-6/+51
2015-12-06Fixed a validation issue in the NPC Sell ListHaru1-5/+13
2015-12-06Added backtrace in case an invalid race is passed to map_race_id2maskHaru1-0/+2
2015-12-06Fixed issues with compound races in bonuses where they're handled as arraysHaru1-323/+203
2015-12-06Replaced RC_BOSS/RC_NONBOSS bitmask combinations with RC_ALL bitmasksHaru1-25/+32
2015-12-06Refactored/fixed race handling for bonuses that store it as a bitmaskHaru5-101/+153
2015-12-05Removed some unnecessary assertionsHaru3-9/+16
2015-12-05Fixed a client crash when a MVP Tombstone is createdHaru1-7/+1
2015-12-04Add missing check to mail.cAndrei Karas1-0/+6
2015-12-04Add missing check to log.cAndrei Karas1-0/+32
2015-12-04Add missing checks into itemdb.cAndrei Karas1-2/+30