summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-08-16Merge pull request #1401 from Emistry/clif_showscriptAndrei Karas1-1/+1
Corrected the showscript packet
2016-08-16Corrected the showscript packetEmistry Haoyan1-1/+1
The showscript packet was being sent to all players logged in which can be network intensive. Thanks to @Tokeiburu & aleos89! Based on https://github.com/rathena/rathena/commit/47a69c082a9520f14b19ebfd335c4956d0c5a13b
2016-08-16Merge pull request #1400 from 4144/sqlfixHaru2-3/+6
Add missing sql escapes in char server
2016-08-16Add missing quote chars in char.cAndrei Karas1-1/+1
2016-08-16Add missing escaping for saved player strings into db.Andrei Karas1-2/+5
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
2016-07-19Merge pull request #1372 from 4144/freemoveHaru8-32/+70
Add skill attributes for allow moving while casting this skill
2016-07-19Add new skill attributes into skill_db and skill db converter.Andrei Karas3-0/+12
2016-07-19Add skill atributes for allow moving while casting skill.Andrei Karas5-32/+58
New SkillInfo attributes: FreeCastReduced - allow move while casting with slowdown FreeCastNormal - allow move while casting with normal speed
2016-07-18ItemDB SQL SyncHercules.ws1-4/+4
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2016-07-18Merge pull request #1371 from Asheraf/masterHaru1-4/+4
Fix a typo in some items bonus
2016-07-18Fix a typo in some items bonusAsheraf1-4/+4
2016-07-17Merge pull request #1364 from Smokexyz/skilldbfixHaru1-30/+30
Fixes skilldbconverter.php display on windows.
2016-07-17Merge pull request #1369 from 4144/buildbotHaru1-0/+4
If build bot enabled, show error message in ShowConfigWarning.
2016-07-17If build bot enabled, show error message in ShowConfigWarning.Andrei Karas1-0/+4
2016-07-17Merge pull request #1367 from 4144/perfHaru1-27/+73
Improve a bit performance in bl_getall_area.
2016-07-17Improve a bit performance in bl_getall_area.Andrei Karas1-27/+73
2016-07-17Merge pull request #1366 from dastgir/34-skillfixesIbrahem Hossam1-7/+0
Removed Leftover of skill_db.txt