summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-03-05* Updated Endless Tower instance to latest official script.euphyy3-349/+887
-- String "Floor" changed to "Level". -- Warp portals open after a 5 second delay. * Renewal item database fixes (bugreport:7301, bugreport:7308). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17165 54d463be-8e91-2dee-dedb-b68131a5f0ec
2013-03-05- Fixed amount of item slots on orbs and assassin's glove thanks to letskay ↵playtester2-10/+10
(bugreport:7309 and bugreport:7312) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17164 54d463be-8e91-2dee-dedb-b68131a5f0ec
2013-03-05-Reverted issue in script_commands.txtStreusel1-0/+0
2013-03-06Fixed Bug #7110malufett1-0/+1
-where some skill causes the map server to crash Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2013-03-04Followup 0241d0195558b7e57d2181f2f097cf774a1ef463shennetsind1-0/+1
git's commit-per-line thing fooled me, it skipped this line. Signed-off-by: shennetsind <ind@henn.et>
2013-03-04Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind1-1/+6
2013-03-04Introducing account-dependent character slot countshennetsind7-27/+51
As requested in http://hercules.ws/board/topic/248-reserved-slot-system/ Signed-off-by: shennetsind <ind@henn.et>
2013-03-03Merge pull request #21 from MaminhA/mastershennetsind1-1/+6
Travis update
2013-03-03Update .travis.ymlMarcelo Liberato1-1/+6
* Since the 'rathena' branch is only used for reference, it's no use building it.
2013-03-03Fixed Bug #7108shennetsind1-1/+1
Increased MAX_QUEST_DB http://hercules.ws/board/tracker/issue-7108-error-in-console-quest-r/ Signed-off-by: shennetsind <ind@henn.et>
2013-03-02Fixed Bug #7107shennetsind1-2/+1
MSVC Warning http://hercules.ws/board/tracker/issue-7107-compiling-warning-c4113/ Signed-off-by: shennetsind <ind@henn.et>
2013-03-02Hercules Renewal: skill.cshennetsind20-2241/+2269
http://hercules.ws/board/topic/237-hercules-renewal/ Signed-off-by: shennetsind <ind@henn.et>
2013-03-01OSX start file renameshennetsind1-0/+0
Signed-off-by: shennetsind <ind@henn.et>
2013-03-01Hercules Renewal: battle.cshennetsind13-349/+404
http://hercules.ws/board/topic/237-hercules-renewal/ Signed-off-by: shennetsind <ind@henn.et>
2013-02-28Merge pull request #20 from M45T3Ryu/patch-2Streusel1-0/+70
Kagerou/Oboro Job Changing Quests DB entries
2013-02-28Update quest_db.txtJose Luis Rivera Flores1-0/+70
Kagerou/Oboro Job Changing Quests DB entries I almost completed the script.. only like 1.5 test more and bugfixes.. more official behavior testing
2013-02-26Merge pull request #19 from M45T3Ryu/patch-2Streusel1-1/+51
Quests :D
2013-02-27Fixed Bug #7014 and Bug #7077malufett3-16/+12
-where Chorus/Ensemble skill checks are not working properly. -NJ_SUITON should now work properly with Kagerou/Oboro. Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2013-02-27Fixed Bug #6527malufett8-17/+32
-Where all NPC don't allow changing of equipments by default and now can be set in 'items.conf'.
2013-02-26Update db/quest_db.txtM45T3Ryu1-1/+51
Add some missing quests Add more Malaya quests with dummy data..
2013-02-25* Part one of fixing bugreport:6527. This does not yet change functionality.euphyy17-29/+67
-- Added 'disable_items' to all applicable scripts. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17160 54d463be-8e91-2dee-dedb-b68131a5f0ec
2013-02-24Fixed logical issue / gcc warningshennetsind1-1/+1
Signed-off-by: shennetsind <ind@henn.et>
2013-02-24Testing Travisshennetsind1-0/+6
Signed-off-by: shennetsind <ind@henn.et>
2013-02-24Fixed Bug #7092malufett6-16/+28
-Follow up adda8d74c3280ae1e3745591caafd9ce6e81ded7 where 'close2' is not working properly. Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2013-02-23-Added renewal checks for exp distributionStreusel6-96/+257
2013-02-23- Added missing bDoubleRate bonus on items that grant TF_DOUBLE (bugreport:7289)playtester3-38/+38
- Fixed Valorous Assaulter's Katzbalger being breakable (bugreport:7288) - Changed all bAtk to bBaseAtk bonuses as bAtk doesn't actually exist on official servers, Aegis uses the same bonus for all and it was proven years ago that Andre Card behaves like bBaseAtk,20 - Fixed mode on Lost Dragon, for some reason this MVP doesn't have boss mode and as it's dragon race it isn't even able to detect git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17149 54d463be-8e91-2dee-dedb-b68131a5f0ec
2013-02-23- Applied a few official 13.2 drop rate updates that were still missing in ↵playtester1-6/+6
pre-re/mob_db.txt git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17157 54d463be-8e91-2dee-dedb-b68131a5f0ec
2013-02-24Revert "Fixed Bug #7091"shennetsind5-27/+15
This reverts commit adda8d74c3280ae1e3745591caafd9ce6e81ded7. Signed-off-by: shennetsind <ind@henn.et>
2013-02-24Fixed Bug #7091malufett6-16/+33
-Updated SN_SIGHT to its RE behavior. -Updated RE behavior that deals with NPC dialogs and using items/skills. Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2013-02-22Merge pull request #18 from M45T3Ryu/patch-1Streusel1-1/+16
Update db/quest_db.txt
2013-02-22Merge branch 'master' of https://github.com/HerculesWS/Herculesmalufett9-16/+37
2013-02-22Fixed Bug #7087malufett2-6/+6
-Updated official behavior of warp portal dealing with skill requirement and casting. Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2013-02-22Update db/quest_db.txtM45T3Ryu1-1/+16
Some Port Malaya Quests added to the Quest DB
2013-02-21Merge branch 'master' of github.com:HerculesWS/HerculesStreusel5-20/+13
2013-02-21> Follow up to r17140.aleos9-16/+37
- Crush Strike now lasts for 30 seconds. - Phantom Thrust is now targeted to allies. - Updated SP requirement for Death Bound. - Giant Growth now has a .1% chance to break caster's weapon. - Stone Hard Skin now has a 30% chance to break caster's weapon. - Stone Hard Skin now has a 30% chance to reduce 25% damage from monsters for 10 seconds. - Corrected Stone Hard Skin's DEF/MDEF increase formula. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17145 54d463be-8e91-2dee-dedb-b68131a5f0ec
2013-02-22Fixed Bug #6708malufett2-13/+11
-Where leveling homunculus causes map server to crash due to infinite loop. Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2013-02-21Fixed Bug #7066 and Follow up Bug #4832malufett3-7/+2
-Where KG and OB can hit there Zanzoe. -Ankle Snare should now work properly in GvG. Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2013-02-21-Added new items (Credits to Muad_Dib)Streusel2-107/+137
-Fixed my previously incorrect bAllStats spelling -Removed & re-added most of my previously assigned unbreakable heagears -Fixed weight on 3 other already existing ones -Added Fly Wing to Poring & Lunatic in the mob_db_re.sql
2013-02-21-Minor fix for pre-re users where map-server would throw out an errorStreusel3-2/+1
2013-02-21Fixed Trick Dead not being removed on job changeshennetsind1-2/+13
Special Thanks to jTynne for reporting & elaborating. Signed-off-by: shennetsind <ind@henn.et>
2013-02-19-Updated item_db for new items, credits to Muad_DibStreusel1-5/+56
Signed-off-by: Streusel
2013-02-19-Just a couple of the many new items to come, credits to Muad_DibStreusel1-3/+31
Signed-off-by: Streusel
2013-02-19-Moved Arena to main folder so it can be used by pre-re and reStreusel14-14/+30
Signed-off-by: Streusel
2013-02-18-Fixed incorrect warp coordinatesStreusel1-2/+2
2013-02-18-Updated more Izlude related stuffStreusel6-189/+225
Signed-off-by: Streusel
2013-02-18-Updated Izlude WarpsStreusel2-7/+17
-Added missing changeset
2013-02-18Merge branch 'master' of github.com:HerculesWS/HerculesStreusel2-6/+5
2013-02-18-Updated map_cache.datStreusel32-476/+705
-Updated Izlude -Added Fly Wing to Lunatic & Poring -Added new Quests (Thanks Flaid) --Expanded MAX_QUEST_DB for the newly added quests Signed-off-by: Streusel
2013-02-18Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind1-5/+6
2013-02-18Fixed Bug #7085shennetsind1-3/+2
#autotrade now relogs the target, not the caster. http://hercules.ws/board/tracker/issue-7085-autotrade/ Signed-off-by: shennetsind <ind@henn.et>