2266 Commits

Author SHA1 Message Date
mandark022
ea4361bb17 Fixed the (bugreport:4096) where player can enter the Test Area without passing the written exam. Now player will not be warp inside the Test Area when did not passed the written exam instead the player will be warp back to the written exam entrance.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15795 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-26 13:07:28 +00:00
tr0n93
a048dc4bd2 Added missing Cooking Items for Material Seller. (bugreport:5334)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15794 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-26 10:07:09 +00:00
mandark022
f3b89308a1 Fixed Warlock Quest chamber never opens for second try (bugreport:5294)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15793 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-26 09:29:08 +00:00
og2
2142fc0310 Fixed waves not being announced and counted (bugreport:5289)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15792 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-25 17:25:48 +00:00
brianluau
50a736759b - Fixed missing 'delitem' in Ninja Job Quest. (bugreport:5399)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15788 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-24 04:17:59 +00:00
brianluau
ade7ad3127 - Restored Lord Of Death spawn that was accidentally removed in r15060. (bugreport:5323)
- Made players face in the same direction they were facing right before warping.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15787 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-24 04:06:49 +00:00
og2
b7c9a7e9a2 Fixed little typo (bugreport:4088)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15727 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-19 01:11:00 +00:00
og2
1d01830661 Fixed char being stuck with breaks (bugreport:5374)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15681 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-12 23:59:16 +00:00
kenpachi2k11
8deaf7a050 Fixed Garms iRO name. (bugreport:5421)
Fixed some create_arrow_db.txt comments. (Follow up r15672.)
Fixed Sura job change quest. (bugreport:5431)
Corrected a NPC location in quests_veins.txt.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15679 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-12 19:50:51 +00:00
kenpachi2k11
1e2b445e0a Fixed Banish Winter Quest (two while loops could not be left). (bugreport:3142)
Fixed Siblings Quest exploits and made it more official. (bugreport:4088)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15678 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-11 22:02:48 +00:00
masao87
724fe6b1dc - Updated the whole Script to match with official file.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15674 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-11 00:54:40 +00:00
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