summaryrefslogtreecommitdiff
path: root/npc/re
AgeCommit message (Collapse)AuthorFilesLines
2015-10-01Remove conf dir.Andrei Karas261-159850/+0
2015-09-29Fix in academy.txtAtemo1-32/+36
2015-09-25More aggressive whitespace cleanup. Follow up to 51329e6Haru29-261/+135
Signed-off-by: Haru <haru@dotalux.com>
2015-09-20Fix issue #687Emistry1-2/+2
Added missing Energy Crystal Book item_db. Removed wrong equipments list for exchange. Based on http://irowiki.org/wiki/Eden_Group_Crystal_Synthesis
2015-09-20Fixed issue #721Emistry1-1/+1
invalid information.
2015-09-08Fixed a missing parenthesis in the Criatura Academy script.Haru1-120/+120
Also applied several minor whitespace fixes. Signed-off-by: Haru <haru@dotalux.com>
2015-09-07Converted all item constants to IDs for Academy. Added missing hair coupon item.Taylor Locke1-171/+173
2015-09-07Fixed const name of Academy Hat in Academy script. Fixes #707.Taylor Locke1-1/+1
2015-09-05Episode 14.2 Criatura Academy Release.Taylor Locke6-23/+14493
2015-08-31Fixed issue #670Emistry1-3/+3
Ancient Golden Decoration which is upper headgear.
2015-08-12typo fix @ Eclage questDastgir1-1/+1
2015-08-10Minor script cleanup (part 2)Haru9-17/+17
- Replaced leftover sprite IDs with constants - Corrected some NPC facing directions (in modulo 8) - Follow-up to 7b50fce0f62961b0228e6919562efcfe33e7fbca
2015-08-09Minor script cleanup.Haru1-27/+27
- Replaced leftover sprite IDs with constants - Corrected some NPC facing directions (in modulo 8)
2015-07-20Merge branch 'master' of https://github.com/HerculesWS/HerculesDastgir1-1/+1
2015-07-20Follow Up ebde1c70Dastgir1-4/+13
2015-07-14Fixed bug #595Emistry1-1/+1
https://github.com/HerculesWS/Hercules/issues/595
2015-07-13Added Shadow item RefinerDastgir2-0/+147
2015-07-12Follow Up ce39818fDastgir1-3/+1
2015-07-12Implemented Kagerou/Oboro Gear Enchants.Dastgir2-0/+557
Reference: rathena/rathena@9b5798dc395cd77e1ac35228c95603f43aa9e94c Signed-off-by: Haru <haru@dotalux.com>
2015-07-12Implemented 2012 Headgears QuestDastgir2-0/+731
Based on the rAthena version, improved and cleaned up. Signed-off-by: Haru <haru@dotalux.com>
2015-07-12Added 2013 Christmas EventDastgir2-0/+1734
Signed-off-by: Haru <haru@dotalux.com>
2015-07-08Update Unique ID system to match official now it cover all cash items ↵Ibrahim Hossam2-70/+0
include stackable ones. Implement ForceSerial option in Package Item Database to force serial for any item. Implement ForceSerial option in item database to force serial for any item. Implement Merge Client interface to merge stackable items with serial numbers ( check npc/other/item_merge.txt ).
2015-06-25Fixed Several Bugs(Old GlastHeim)Dastgir1-89/+11
Signed-off-by: Haru <haru@dotalux.com>
2015-06-25Fix Izlude In Shops Location and DirectionDastgir1-2/+2
Signed-off-by: Haru <haru@dotalux.com>
2015-06-25Added Ninja ShopDastgir1-0/+21
Signed-off-by: Haru <haru@dotalux.com>
2015-06-25Updated eden_iro.txtDastgir1-20/+256
Credits:rAthena Signed-off-by: Haru <haru@dotalux.com>
2015-06-25Added duplicates of Riding Creature MasterDastgir1-0/+6
Reference: rathena/rathena@5040b2ac6b61b90346ef698beccdcef26fa1863e Signed-off-by: Haru <haru@dotalux.com>
2015-06-25Added and Optimized Halloween 2013Dastgir2-0/+1095
Reference: rathena/rathena@264c27ba5481ab563af6e344d8339180fb1486e9 Signed-off-by: Haru <haru@dotalux.com>
2015-06-25Fixes Still cutin.Dastgir1-2/+2
Reference: rathena/rathena@2330caaf0c26c03119f908e739f8b685e90323dc Signed-off-by: Haru <haru@dotalux.com>
2015-06-24Merge pull request #559 from Nihadm89/patch-3Dastgir1-2/+2
Sura quest fix
2015-06-24Fixed costume name in eclage questDastgir1-4/+4
2015-06-19Re-commit of 9f9ec84Haru1-0/+1
Fixes #538 Signed-off-by: Haru <haru@dotalux.com>
2015-06-19Revert "Missing return #538"Haru1-31/+30
This reverts commit 9f9ec84fda9124d0927e99ca52a423a2b468c722. Signed-off-by: Haru <haru@dotalux.com>
2015-06-18Missing return #538Emistry1-30/+31
2015-06-16Sura quest fixNihadm891-2/+2
The quest worked fine on the first try. But the loop would break after that and only 1 person could do the quest per server restart. This small edit slightly adjusts the loop so it works as intended.
2015-06-06Updated Eclage WarpsDastgir1-1/+1
2015-06-05Merge pull request #533 from dastgir/guild_changeDastgir4-4/+4
Renamed guild and guild2 folder
2015-06-05Renamed guild and guild2 folder to woe-fe and woe-seDastgir4-4/+4
2015-05-29FollowUp 87beda5Dastgir1-1/+1
2015-05-29Fixes Merchant Naphara Name and a typo in getitemDastgir1-3/+3
2015-05-19Typo Fix on Teleport Cats, Bug Report #8689, Thanks to Arei for reporting.Dastgir1-1/+1
2015-05-14Fixed some invalid questprogress conditionsHaru1-1/+1
Special thanks to MordekaiserGod for pointing out the issue. Signed-off-by: Haru <haru@dotalux.com>
2015-05-08Replaced checkre() calls with constantsHaru1-1/+1
Signed-off-by: Haru <haru@dotalux.com>
2015-04-29Added Champion Monsters. (Based on info from idAthena and DivinePride)Dastgir2-0/+322
2015-04-19Added Kagero / Oboro Quest.Taylor Locke2-0/+2864
2015-04-16Minor BakonawaLake NPC dialog fixzackdreaver1-2/+2
Signed-off-by: zackdreaver <zackdreaver@gmail.com>
2015-04-14Fixed Requirements of Wolchev's Quest. Fixed Description of weapon, Thanks ↵Dastgir1-7/+7
to Inzianity for pointing it
2015-04-14Fix Wolchev Laboratory not allowing to enter the instaceDastgir1-6/+4
2015-04-10Corrected Craftsman Ki Location, Report #8614Dastgir1-1/+1
2015-04-04Fix swapped weapon in eden_quests.txtzackdreaver1-4/+4
Eden Mace I and Eden Staff I Signed-off-by: zackdreaver <zackdreaver@gmail.com>