2355 Commits

Author SHA1 Message Date
masao87
4b1e9d1d55 - Added Bossnia Event.
- Added new Town cleaners.
- Added mobs to sec_pri02 .

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15673 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-10 19:22:27 +00:00
masao87
3f33f566f0 - Fixed a little leftover in socket_enchant2.txt .
- Added warp to iz_dun05 bugreport:5395 .
- Fixed a little typo in clif.c .
- Moved "int clif_status_load_single" from clif.c to clif.h .

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15665 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-07 23:50:38 +00:00
jmanfffreak
000d0e777c Added King Dramoh to mal_dun01 (bugreport:5381)
Corrected NPC sprite in minstrel job quest (bugreport:5387)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15660 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-06 02:02:26 +00:00
gepard1984
f810293de3 - Guild Castle code cleanup:
- removed `MAX_GUILDCASTLE` limit
  - char-server now caches guild castles in `DBMap`
  - improved guild castle SQL queries to support non-default values of `MAX_GUARDIANS`
  - disallowed declaring guild castles on maps that are on other map-servers 
  - map-server now requests data for all guild castles from char-server on initial connect (bugreport:287)
  - removed ''guildcastleinfo events'' as they were esentially duplicated ''OnAgitInit''
  - optimized castle data load packets (bugreport:287)
  - updated WoE scripts to reflect source changes (scripts no longer need or should request castle or guild data)
  - updated related docs
- Added `db_size` macro.
- Replaced manual counting of castles occupied by a guild with `guild_checkcastles()` calls.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15657 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-04 18:37:29 +00:00
gepard1984
7da6590aad Proper fix for r15641 (reference to non-existant NPC).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15646 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-01 23:35:13 +00:00
masao87
4defbd1e6f - Follow up r15636, removed an warning where the Script trys to hide an Non-Existant NPC named "Staff#airplane_01".
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15641 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-01 14:13:19 +00:00
gepard1984
9e913e885f Updated Apple Gambling script to official.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15637 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-28 22:28:19 +00:00
gepard1984
202909582c Updated Airship NPCs to official.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15636 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-28 20:11:46 +00:00
og2
31f640090e Strange Hydra Quest + Hydra Ball(bugreport:5339)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15630 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-25 16:18:40 +00:00
brianluau
3df0386889 - Clarified the comment about spaces in 'server_name' config. (bugreport:2656)
- Grouped all the log file/table settings together, follow up to r15253 (ea:15042).
- Added "DROP TABLE" statements to the mob_skill_db SQL files. (bugreport:5284)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15629 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-24 22:58:01 +00:00
lordttseven
6ca4baa006 * updated the custom job changer npc that ships with rA to support both branches of 3rd classes for easier testing proper job change mechanics
* updated const.txt with some job-system related values

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15624 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-20 15:08:06 +00:00
gepard1984
fc400a1838 Removed gvg_eliminate_time battle config, as it was only used by scripts. Replaced its occurences in War of Emperium script with default value (7000ms) (bugreport:137).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15538 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-02 21:16:23 +00:00
brianluau
a343027d2a - Removed unnecessary 'if' checks from quests_comodo.txt (bugreport:5276)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15535 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-01 04:08:00 +00:00
gepard1984
952ce4d89d Fixes and readability improvements to Mechanic jobchange quest:
* renamed variable that stores quest progress as it collided with define from `db/const.txt`
 * replaced numbers with defines from `const.txt`
 * fixed a bug when talking to Chainheart could reset quest 

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15533 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-31 22:03:04 +00:00
brianluau
00367cd7b7 - Removed more trailing tabs.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15527 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-30 20:17:55 +00:00
brianluau
3aede46965 - Removed trailing tabs, and fixed some spacing.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15524 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-30 16:02:55 +00:00
brianluau
d65b8b0f8a - Fixed some typos in Socket Enchant NPC. (bugreport:5263)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15517 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-24 21:57:20 +00:00
gepard1984
e5386ce866 Added missing svn:eol-style property (follow-up to r15514).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15515 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-24 16:54:58 +00:00
og2
18b21d63e1 * Updated Mail.
* Fixed Waitroom MaxLevel from poring_war (bugreport:5262).
* Added card_trader.
* Added card_trader to scripts_athena (disabled by default).
* Added MidCamp Warper/Ash-Vacuum from quest_13_1 (gogoash).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15514 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-24 16:50:59 +00:00
og2
361a3ea771 * Fixed variables in order to work with the invasion (bugreport:5231)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15512 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-23 18:26:16 +00:00
gepard1984
65b1ed2dde Added missing svn:eol-style property (follow-up to r15510).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15511 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-23 17:34:33 +00:00
masao87
6923383b7f - Added first Version of Wanderer Job change Quest.
* Thanks to Meyraw and Muad_Dib.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15510 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-23 17:31:50 +00:00
xantara
2d6b145508 ` Added (Cash) Headgear Dyer (cashheadgear_dye.txt)
-- Aegis Conversion

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15493 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-18 22:28:27 +00:00
brianluau
43dcf27318 - Updates to script_commands.txt, and added svn:keywords property.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15473 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-17 06:15:05 +00:00
jmanfffreak
cc04cb2777 Typo corrections in monstertamers.txt and quests_13_1.txt.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15467 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-15 22:09:48 +00:00
jmanfffreak
812b51edd4 Typo correction in eden/71-85.txt file
Added a missing 'map:' prefix in maps_athena.conf.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15466 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-15 22:05:53 +00:00
jmanfffreak
51f1fce0df Fixed Comodo Kafra saving players with the wrong description.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15465 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-15 22:01:11 +00:00
jmanfffreak
d586c11059 Disabled a debug NPC in the Endless Tower script. I don't see any mention of this NPC in any guide I've seen...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15464 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-15 21:58:31 +00:00
og2
a1c87268c7 *Corrected the bing#n1 issue according to aegis script (bugreport:5050).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15457 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-14 18:19:18 +00:00
script-Z3R0
7ee1dd0052 Added cupet.txt (Cute Pet Manager) - Aegis Convert - Commented Out in scripts_athena.conf
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15440 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-13 17:33:14 +00:00
og2
d9b76e68d2 *Fixed the "bing#n1" issue (bugreport:5050).
*Fixed variables typos.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15439 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-13 01:16:04 +00:00
brianluau
38055c63bd - Added svn:eol-style=native property for some recently added text files.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15438 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-12 23:59:44 +00:00
Chilly0123
e64b992843 *Updated renewal mob spawns up to Malaya Port.
-Fixed a bug with Bio3 MVPs not spawning.
*Item updates:
-Removed or disabled most renewal items in the pre-re item_db.
-Fixed incorrect bonus with ATK enchantments.
-Updated newer cards based on aegis info (special thanks to Muad_Dib)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15432 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-12 00:32:22 +00:00
brianluau
30b6766d2c - Set svn:eol-style=native property for recently added text files.
- Removed trailing spaces/tabs.
- Changed duplicate() to use a floating source npc.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15430 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-11 22:15:23 +00:00
script-z3r0
64c9226a4c Added Version History
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15429 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-11 22:01:06 +00:00
script-z3r0
bd1963c50a removed a double space: emotion e_loud to emotion e_loud
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15428 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-11 21:54:31 +00:00
script-z3r0
240f8d1652 Changed emotion # - const.txt definition | I swear to god I hate you all
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15427 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-11 21:50:04 +00:00
script-z3r0
80bef677fc Removed Comments due to Haters
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15426 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-11 21:45:55 +00:00
script-z3r0
0ffe599848 Fixed Missing ; Line 272
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15425 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-11 21:26:36 +00:00
script-z3r0
d011bfae8a Added Rare Diamond Merchant, converted from AEGIS script
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15422 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-11 20:46:47 +00:00
jmanfffreak
cd43a5afed Fixed encoding on this file back to ASCII.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15421 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-11 17:59:42 +00:00
og2
dbe0718739 - Fixed Job constant typos in archbishop.txt (bugreport:5230)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15419 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-11 05:28:43 +00:00
brianluau
a48f5d68d0 - Added svn:eol-style=native property to some recently added text files.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15413 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-09 18:46:57 +00:00
masao87
3f538097e0 - Follow up r15409.
* Replaced leftover Aegis variables with rA variables.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15410 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-08 22:41:28 +00:00
masao87
2707da461e - Added first Version of Sorcerer Job change Quest.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15409 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-08 17:55:38 +00:00
masao87
4c4bd36ae9 - Added first Version of Minstrel Job change Quest.
- Added missing "t" in eden quests. bugreport:5213.
- Fixed option "Cancel" not being shown in novice grounds Acolyte NPC menu. bugreport:5212.
- Fixed some typos in Genetic Job change Quest.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15406 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-07 23:13:42 +00:00
jmanfffreak
44a8a1a737 First round of /npc/custom folder cleanups.
* Rewrote /npc/custom/banks/bank.txt to be a little more optimized.
* Added cost variables to /npc/custom/jobs/reset.txt
* Removed /npc/custom/devnpc.txt (perhaps we can rewrite another one for rA?)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15405 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-07 04:25:26 +00:00
masao87
5cc7d235a6 - Follow up r15402. Removed minstrel.txt Job change quest from autostart, since it's not yet added / finished.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15403 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-07 01:21:25 +00:00
masao87
5bf1872e04 - Added first Version of Genetic Job change Quest.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15402 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-07 01:08:16 +00:00
masao87
3dd81371f8 - Follow up r15281.
- Removed MaxLvl check in BG Waitingrooms.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15401 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-06 20:51:07 +00:00