summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-08-14Fix build on windows.s20160820Andrei Karas1-1/+1
2016-08-14Add build script.Andrei Karas1-0/+143
2016-08-14add ignore for evol plugin.Andrei Karas1-0/+1
2016-08-14add install target to make file.Andrei Karas1-0/+8
2016-08-14disable import target in make file.Andrei Karas1-5/+5
2016-08-14Add configure into ignore list.Andrei Karas1-0/+1
2016-08-14Move windows and mac run time files into runtime dir.Andrei Karas12-0/+0
For usage, need copy it back.
2016-08-14Clean a bit .travis.yml.Andrei Karas1-4/+0
2016-08-14Remove conf dir.Andrei Karas1142-1233149/+0
2016-08-14Remove cache dir.Andrei Karas4-32/+0
2016-08-14Fix gcc lto.Andrei Karas2-5562/+2
2016-08-14Hide area packets from hidden players/gms.Andrei Karas1-1/+7
2016-08-14Allow sell items to market shop.Andrei Karas1-1/+1
2016-08-14Add missing checks into script.c (incomplete)Andrei Karas2-10654/+77
2016-08-14Add missing checks into quest.cAndrei Karas1-0/+9
2016-08-14Add missing checks into pet.cAndrei Karas1-2/+23
2016-08-14Add missing checks into pc_groups.cAndrei Karas1-0/+7
2016-08-14Merge pull request #1396 from Emistry/on_pc_eventHaru4-0/+17
Enable @b/joblvl trigger OnPCLvUpEvent
2016-08-14HPM Hooks UpdateHercules.ws2-8/+8
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2016-08-14Update pc_steal_coin parameterEmistry3-8/+9
Added skill_lv as parameter to *pc_steal_coin() Closes #1395 as merged Signed-off-by: Haru <haru@dotalux.com>
2016-08-14Merge pull request #1394 from 4144/loginpluginHaru2-2/+8
Fix login server null pointer access if packet handler in plugin init…
2016-08-13Merge pull request #1398 from skyleo/ayothaya_dungeon_questIbrahem Hossam1-0/+1
Added missing close;
2016-08-13Added missing close;skyleo1-0/+1
2016-08-13Added atcommand configEmistry4-2/+16
Based on @Lemongrass3110's commit https://github.com/rathena/rathena/commit/9157318ee9939728b8d332a5668c13d4ad0a6f8b: Added a configuration to enable the atcommands baselevel and joblevel to trigger their respective npc events. This will help you guys with testing your custom scripts that are listening to OnPCBaseLvUpEvent or OnPCJobLvUpEvent. For safety reasons we only trigger the events on level increase.
2016-08-10Enable @b/joblvl trigger OnPCLvUpEventEmistry1-0/+3
- OnPCBaseLvUpEvent - OnPCJobLvUpEvent
2016-08-10Fix login and char servers null pointer access if packet handler in plugin ↵Andrei Karas2-2/+8
initiate server termination.
2016-08-09Merge pull request #1392 from skyleo/script_fixesDastgir3-6/+7
Fixes to Doctor Quest, Crazy Uproar Quest, Kafra HQ's Potato Trader
2016-08-08Fixed a variable name typo that Kafra Headquarter's Potato Trader always ↵skyleo1-3/+3
enter you into the lottery. And fixed a scope typo that broke the correct display of a menu.
2016-08-08Added missing changequest at one quest route in Luoyang Doctor Quest. ↵skyleo1-0/+1
(Questlog wouldn't be cleaned before)
2016-08-08Fixed wrong requirements for Crazy Uproar Quest. Alchemists & Blacksmiths ↵skyleo1-3/+3
needed to be JLVL 15 or higher.
2016-08-02Constants Documentation SyncHercules.ws1-0/+5
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2016-08-02MobDB SQL SyncHercules.ws1-0/+5
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2016-08-02Merge pull request #1383 from Ridley8819/workstationhemagx4-14/+2136
Closes #1383 as merged
2016-08-02Sara's Memory Instance implementationRidley88194-14/+2136
* implementation of Sara's memory instance * Update and add missing Sara's memory monster database * Update and add missing Sara's memory quest database
2016-08-01Constants Documentation SyncHercules.ws1-0/+1
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2016-08-01Merge pull request #1381 from Asheraf/masterhemagx2-42/+43
Closes #1381 As merged
2016-08-01Update Old Glastheim announces to use C_colorAsheraf2-42/+43
* now announce commands use constant colors instead of hexadecimal. * added new color C_SPRINGGREEN
2016-07-31Clean up hercules.ws leftovershemagx3-3/+3
Closes #1379
2016-07-25Merge pull request #1380 from EPuncker/messagesconf-updateHaru11-69/+60
Added a missing entry into messages.conf and added some comments wher…
2016-07-25Merge pull request #1376 from Asheraf/masterHaru1-417/+84
Update OGH change donpcevent to npctalk
2016-07-25Added a missing entry into messages.conf and added some comments where ↵epuncker11-69/+60
missing, ref #1282
2016-07-21Update OGH change donpcevent to npctalkAsheraf1-417/+84
change all old glast heim ontalk syntaxes to npctalk
2016-07-21Merge pull request #1375 from reidy/masterHaru1-19/+0
Remove duplicate entry for getnameditem function on script commands documentation.
2016-07-21Followup d5d646c (#1374)Ridley1-5/+5
* Followup d5d646c74cb3a04f6758996a0ab99e760fd92ddd missing ( ) in npctalk and unittalk
2016-07-21Remove duplicate entry for getnameditem function on script commands ↵Reid1-19/+0
documentation.
2016-07-20Constants Documentation SyncHercules.ws1-0/+18
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2016-07-20MobDB SQL SyncHercules.ws1-15/+24
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2016-07-20ItemDB SQL SyncHercules.ws1-3/+12
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2016-07-20Merge pull request #1370 from Ridley8819/instanceshemagx7-1095/+3079
Old Glast Heim and Nightmare Glast Heim Closes #1370 as merged
2016-07-20Old Glast Heim and Nightmare Glast Heim implementationRidley88197-1095/+3079
-- adding glast heim Monsters/Items/Quests full entries -- corrected already existed glast heim items/quest/monsters entries -- added Old Glast Heim Enchanter -- Changed .MyMobs to 'MyMobs -- Added H.U.L.D suppot