334 Commits

Author SHA1 Message Date
brianluau
e84ca342c0 - Fixed a divide-by-zero error in airships.txt (bugreport:651)
- Fixed a typo in Crusader jobchange quiz. (bugreport:443)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15074 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-12 13:02:55 +00:00
brianluau
1eca55ee15 - Set svn:eol-style=native for some recently added text files (follow up to r15060).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15062 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-11 20:17:15 +00:00
brianluau
90c355108c - Merged /branches/renewal/conf (partial)
- Merged /branches/renewal/db (only mob_db.txt and mob_skill_db.txt)
- Merged /branches/renewal/npc (full)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15060 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-11 19:24:13 +00:00
calciumkid
bcb897d929 New training grounds. tid:53943
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15054 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-10 03:40:23 +00:00
jmanfffreak
a59c0350c0 Fixed priest job change NPC. bugreport:4862
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15021 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-07 02:50:27 +00:00
L0neW0lf.eAthena
3710eab821 * Added Rune Knight job quest, and mount rental NPC.
* Added Rune Knight skill updates, and supporting information for r14983.
* Updated Emperium to be plant-mode.
* Updated item database with RE stats.
* Added new constants to const.txt.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/renewal@14984 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-10-26 19:50:33 +00:00
ai4rei
6a6aa10721 * Merged changes from trunk [14895:14966/trunk].
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/renewal@14967 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-10-07 21:35:12 +00:00
L0ne_W0lf
961cb1ba1b * Fixed skill_calc_heal applying heal bonuses only to AL_HEAL.
* Still working on updating the status window to display properly.
* Refine bonuses on armor now apply properly. (+1 additional bonus for every 4 refines.) Refining in general now goes up to 20.
* Criticals will now no longer ignore defense, but will still always hit.
* Converted m/def2 to a short, for testing status window update, will eventually need to surpass 32k. Good like this for now while we work on it.
* Cleaned up some minor things relating tot he arch bishop skill update.
* Applied some of the 30/08/2011 kRO updates to arch bishop skills.
* Added more SI_ Constants from newer clients to status.h.

* Added constants to the database for future updates.
* Updated Runestones and creation items.
* Added Runestone delays to item_delay.
* Added Runestones receipies to produce_db.
* Added dummy rates to refine_db.
* Added Rune Knight skills to skill_cast_db
* Updated Rune Knight skills, and Arch Bishop skills.
* Updated SP requirements in skill_require_db.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/renewal@14964 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-09-30 19:54:58 +00:00
brianluau
558b08bfe7 - Updated strnpcinfo documentation, following r14929.
- Fixed some script typos. (bugreport:5047, bugreport:5049, bugreport:5056)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14960 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-09-20 07:20:19 +00:00
L0ne_W0lf
f755dd18b3 - Implemented first version of Archbishop skills. Preliminary version, see doc/3rd_job_notes.txt for details/bugs/issues with skills.
- Implemented fixed cast time, old cast time mechanics no longer available. Added bFixedCastRate used for reducing fixed cast time mechanic.
  Cast time calculations probably still needs work, as the cast rate reductions are probably additive and multiplicative as they used to be.
- As a result, skill_delayfix_sc() has been removed, status effects that modify cast time are now calculated DURING cast time, not after.
- Implemented skill cooldown in skill_cast_db.txt. Known issue is that the cooldowns should save on logout/server shutdown/etc.
- Implemented new heal calculation and started work on MATK. Added bWeaponMatk, and bEquipmentMatk for use with new MATK mechanic.
- Removed custom features and their config settings: delay_dependon_dex, delay_dependon_agi, castrate_dex_scale.
- Increased max_def to 9999 for now, as that is by default the largest defense increase found in the Renewal database (Ahura_mazdah, GM item)
- Added shield aspd reduction from job_db1.txt-- Not 100% sure on this one yet. Should be considered a WIP.
- Modified updatestatus(), to display information more in line with the client's status window.
- Updated some calculations in status_calc_misc to match renewal, needs a lot of work still.
- ST_CHASEWALK and HP_BASILICA no longer have 0 cast time while being canceled.
* Implemented 'Boss' Decrease AGI, like 'Boss' Heal - editable in skill.conf
* clif_skill_fail() now accepts a new parameter, to be used in later messages.
* status_change_start() now stores tick as duration upon being called, which fixes timers calling the function from showing negative durations.
* Implemented skill ALL_PARTYFLEE. 1 level, increases party member flee by 10.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/renewal@14941 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-08-27 03:25:00 +00:00
brianluau
fdc4f040c7 - Fixed some script typos (bugreport:4861, bugreport:5028).
- Fixed a typo in Blacksmith Quest (fixes issue 5012).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14936 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-08-19 22:58:11 +00:00
L0ne_W0lf
efc8511dea Updated Tutorial quests, and added back NPCs needed for Priest quest.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/renewal@14884 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-07-04 02:32:28 +00:00
Kisuka
54f90425dd - Some fixes to the Novice Training Grounds.
- Added Renewal 1-1 Job Change.
- Updated monster spawns to Renewal.
- Disabled Umbala dungeon mob spawns (Since it was removed).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/renewal@14736 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-03-08 09:58:56 +00:00
Kisuka
49c387187b - Removed 'New Novice Grounds' from trunk since it's renewal only.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14735 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-03-08 07:41:37 +00:00
brianluau
5c70e95c79 - Set svn:mime-type properties on readme files so they can be browsed directly from the SVN.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14712 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-02-19 03:25:29 +00:00
Kisuka
d230c68360 - Fixed typo on rogue_skills.txt (bugreport:4768)
- Fixed issue on icecream.txt (bugreport:4752)
- Added missing prize on comodo_gambling.txt (bugreport:4748)
- Rescripted the iRO event scripts.
- Updated the Read Me.
- Added 2009 Novice Training Grounds.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14711 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-02-19 00:09:56 +00:00
Kisuka
6c34417328 - Added Renewal Novice Training Grounds.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/renewal@14710 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-02-19 00:06:53 +00:00
L0ne_W0lf
dc0977ed37 * Quest log kill count now updated properly. (Added from topic 253813)
* More battleground editing, and some bug fixes.
- * ALL BATTLEGROUNDS ARE NOW ACTIVE BY DEFAULT. PLEASE CONTINUE TESTING *
- Rewrote the Badge Exchange NPC in bg_common.txt, is official now.
- Other changes to the bg_common folder, including disabled GM NPC.
- Completely rewrote Flavius for the most part, from ground up.
- Moved old Flavius battlegrounds to /custom/battleground folder.
- Restored original bg_common, and KVM to /custom/battleground
- Fixed wall bugs in Tierra Gorge, and added an oninit to the timers.
- Other minor tweaks to both Tierra Gorge and KVM scripts.
- Fixed the pseudo-cooldown on KVM not working properly, I hope.
- Added global time2str function which will be used later in Endless tower.
* Applied Epoque's mapflag clean up, which removes flags from scripts.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14374 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-08-14 16:06:23 +00:00
L0ne_W0lf
e7e55d4e06 * Added support for NPC names in the 'specialeffect' script command, go go copy/paste!
* Updated several NPCs to use the updated specialeffect command, updated more NPCs to use the updated emotion command.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14353 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-06-22 22:09:11 +00:00
L0ne_W0lf
f77b5c0727 * Removed usage of the 'goto' command from job quests.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14351 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-06-21 15:25:44 +00:00
Paradox924X
8d018c4f99 Removed unnecessary event call on a missing event. (bugreport:4140)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14268 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-03-22 05:25:49 +00:00
Kisuka
99226b8ed1 - Removed 'adopt' documentation from script_commands (bugreport:4066).
- Fixed an aegis typo in ninja job quest (bugreport:3972).
- Fixed % issues with Battleground Medals (bugreport:4062).
- Fixed 'new world cards' effect (bugreport:4033).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14251 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-02-24 21:31:18 +00:00
Kisuka
bcc93a061b - Fixed typo in WoE:SE Castle announcements (bugreport:3714).
- Fixed typo of a check in god_weapon_creation.txt (bugreport:3613).
- Fixed missing changequest in Knight Job Quest (bugreport:3757).
- Fixed placement of Control Device01#aru04 (bugreport:3716).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14178 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-11-29 23:23:42 +00:00
brianluau
1fa8a70422 - Fixed a copy-paste 'nowarpto' mapflag. (bugreport:3688)
- Updated documentation for 'rentitem'. (follow up to r14082)
- Fixed a variable name in Valentines 2009 quest. (bugreport:3644)
- Added a missing 'input' in Alchemist Job quest. (bugreport:3695)
- Fixed a typo in Cooking Quest. (bugreport:3691)
- Fixed some typos in Veins Quest. (bugreport:3588) and (bugreport:3692)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14111 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-10-30 08:46:09 +00:00
Kisuka
d594bc38ae - Fixed typo on item 6079 (bugreport:3581).
- Fixed issue with Knight Quest.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14058 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-09-13 10:55:14 +00:00
Kisuka
7ba1afd5c5 - Added quest log commands to all job quests.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14054 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-09-11 04:52:10 +00:00
Kisuka
f14d98c005 - Added some missing quests to quest_db.
- Fixed an issue on some 1-1 job quest log commands.
- Fixed some issues with hair_style. (bugreport:3558)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14041 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-09-05 07:30:30 +00:00
L0ne_W0lf
a349908195 Added Quest Log commands for 1-1 job quests and trans quest.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13969 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-07-27 10:10:31 +00:00
brianluau
50216b7ef6 - Added documentation for 'getmapflag' (follow up to r12175). (bugreport:3314)
- Fixed a zeny check in Transcending quest. (bugreport:3334)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13930 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-07-04 10:35:56 +00:00
brianluau
5a87510f2c - Fixed a Assassin Quest question having all correct answers. (bugreport:3260)
- Fixed lots of random typos, thanks to BloodWist for pointing them out.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13898 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-19 15:14:43 +00:00
brianluau
1b588722ad - Added a missing zeny check in the Jawaii Bartender. (bugreport:2897)
- Added a missing 'close' in the Mage quest Bookshelf. (bugreport:2873)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13727 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-04 04:24:50 +00:00
Paradox924X
a3f4dde58c Updated ASSIN_Q2 variable range check from < 1 to < 3 to defend against the variable being stuck at an incorrect value of 1 or 2, caused by logging out or pressing cancel on choices list at an inappropriate time thus rendering the player unable to complete the Assassin Quest. Thanks to Chibi for Report.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13707 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-29 08:19:09 +00:00
Playtester
f48717a3c0 * Removed unnecessary text and fixed a goto in the Hunter Jobquest (bugreport:3014)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13705 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-28 16:28:10 +00:00
Playtester
dbb95438b0 * Fixed wrong coordinates of the Prontera Bartender (bugreport:3000)
* Fixed a chat window not being closeable in the Training Grounds (bugreport:3009)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13691 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-23 19:29:52 +00:00
Kisuka
def28213f4 - Fixed some item checks on gunslinger quest. (How was this not noticed for so long?) (bugreport:2693)
- Fixed Pheeroni spawn. (bugreport:2682)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13473 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-01-22 10:35:27 +00:00
zephyrus
5e0c890d8a - Novice quest fix
- 2 missing headgears

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13430 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-01-02 23:48:36 +00:00
L0ne_W0lf
0f671dc55a - Corrected issues with the Keil Hyre quest. (bugreport:2511)
- Corrected minor typo in alchemsit quest. (bugreport:2530)
- High Aco is now given skills on change. (bugreport:2552)
- Added item checks to Ice Necklace quest.
- Uncommented a warp in morroc_fild.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13422 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-12-29 21:22:35 +00:00
Kisuka
18841adcc2 Some bug fixes. (bugreport:2558, bugreport:2588, bugreport:2583, bugreport:2587)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13416 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-12-27 16:53:31 +00:00
L0ne_W0lf
8ac8481d25 Happy boxing day, eAthena! Here have a massive update.
* Implemented the first round of episode 12.1 change which include:
- Many Morroc NPCs have been moved to Morroc Ruins.
- The addition of new of NPCs to the ruins of Morroc.
- Several warp points leading around Morroc altered.
- The implementation of the continental Guard Quest.
- The removal of the 'Dandelion's Request" quest.
- This update contains several changes, as Morroc and several fields no longer exist in one sense of the word. AS such, many NPCs have been moved, there may be quests that no longer function because of NPCs on inaccessable maps.
* Commented out maps no longer accessable with 12.1 in maps_athena.conf
* Updated mob_skill_db episode 12.1 skills to official.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13415 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-12-26 06:58:19 +00:00
jmanfffreak
eed5fc395a Fixed location error in Blacksmith quest. NPC said Alberta, NPC location in Einbech (bugreport:2401)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13335 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-28 23:48:16 +00:00
L0ne_W0lf
bde283ea3e * Bugfixing yay! Just goin' though the tracker.
- Fixed variables in a loop in the novice grounds. (bugreport:2374)
- Swapped switch for if in Louyang Guard Tower thing. (bugreport:2377)
- Swapped mobcount for npc vars in two keil hyre npcs. (bugreport:2380)


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13319 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-24 16:08:46 +00:00
Yommy
5956ebb971 Warp portals dont end with ;
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13290 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-14 03:48:35 +00:00
L0ne_W0lf
b3ce10b80c Reverted donpcevent change to wizard quest. Moved a percentheal, which should fix bugreport:2311.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13289 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-12 20:22:24 +00:00
samuray22
03e543b35a * Changed An nonexistent variable in Refine NPC. (bugreport:2340)
* Fixed a Exploit in Thief Quest Skill. (bugreport:2332)
* Fixed donpcevent to doevent. (bugreport:2311)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13288 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-12 17:30:44 +00:00
samuray22
289f1100c7 * Corrected a wrong variable name in the Novice Training Ground (bugreport:2293)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13248 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-09-30 11:49:37 +00:00
L0ne_W0lf
6ef5c37fd3 * Continues replacing of specialeffect/2 numerics with constants.
- A lot of files still remain, but they don't have the proper effect names in commented in beside the ID. ;P
	

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13238 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-09-25 22:41:48 +00:00
L0ne_W0lf
613b74b4ff * Fixed error in Megingjard seal quest. (bugreport:2261)
* Applied fix to Hanson in Novice Grounds. (bugreport:1747)


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13235 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-09-23 18:03:38 +00:00
samuray22
9e404c6d1b * Fixed a little Exploit to bug the Dancer Job Quest. (bugreport:2252)
* Fixed a Little Bug with Whispers Summoned in the Sage Job Quest. (bugreport:2253)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13231 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-09-22 20:28:15 +00:00
samuray22
b5c3c986a6 * Deleted Unnecesary Next; in Hunter Job Quest. (bugreports:1665,2239,2179)
* Fixed a bug with the Bio Lab Quest when you relog. (bugreport:1798)
* Corrected some Issues with the Waiting Room in Hunter Job Quest. (bugreport:1890)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13227 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-09-21 17:34:34 +00:00
Kisuka
7d356bfccd Yay typos! :D
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13212 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-09-14 14:04:51 +00:00