65 Commits

Author SHA1 Message Date
technote24
99605e56c6 =General
*Removed IT_THROWWEAPON as its not needed.
-The items that use this are being treated as a ammo type through A_THROWWEAPON.

=Database
*Updated throwable items and cannonballs to official.
-Genetics can now equip cannonballs.
-Throwable items are now ammo type number 9 as they should be.

=Jobs
*Genetic's Cart Cannon and Sling Item skills should now work due to the item fixes.



git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15922 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-04-22 11:15:30 +00:00
epoque11
caafbf2417 - Fixed Vacuum Extreme not assigning units (bugreport:5604) and additionally not preventing movement
- Added missing units from pre-renewal skill_unit_db.txt

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15919 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-04-22 10:22:24 +00:00
xantara
bb37466164 Applied renewal skill changes: (bugreport:5302)
- Fire Bolt: Casting time is reduced by 50%
- Cold Bolt: Casting time is reduced by 50%
- Lightning Bolt: Casting time is reduced by 50%
- Mist Slash: SP cost has changed; now 15 SP at all levels
- Shadow Slash: SP cost has changed; now 10 SP at all levels
- Apple of Idun (50%): Recovers HP every 5 seconds (from 6 seconds)
- Humming: Increase hit rate boosted by 2 times

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15913 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-04-22 02:49:26 +00:00
technote24
24e72c6ecc =Jobs
*Fixed a issue where a large chunk of the skill trees was accidentally removed in r15885.

=Documents
*Updated the item_db.txt document to show info for latest job masks, upper masks, and ammo types.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15895 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-04-21 02:09:16 +00:00
shennetsind
a1612031a6 Initial support for Genetic, Sorcerer and Elemental Summons. Special Thanks to 3CeAM for the base.
Notice this revision onwards requires you to update your char sql table and add the elemental sql table (check sql-files/upgrade_svn15885_log.sql)
If you step by any bugs, let us know at http://rathena.org/board/tracker/ Thank you very much.
ARRIBA ARRIBA.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15885 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-04-20 18:05:14 +00:00
technote24
b34833c2d0 =General
*Did some cleaning up and enabled all job lines in job_db 1 and 2.

*Added some more jobs to the pre-re and re exp tables.

*Enabled all typeable job changing names for the job change command.
-Also did some more cleaning and organizing for the list that shows
-when typing the command by itself. This will be the final time I
-touch this until a new job is released.

*Increased MAX_SKILL_TREE to 84 as the Expanded Super Novice/Baby jobs needs it.

=Jobs
*Added 7 new jobs.
-Added jobs are Gangsi, Death Knight, Dark Collector,
-Expanded Super Novice, Expanded Super Baby, Kagerou, and Oboro.
-Note: Keep in mind that Gangsi, Death Knight, and Dark Collector
-are official jobs that were never completed and arnt fully playable
-like other jobs. Im just adding them in since their official and to
-let the curious people out there mess with them.

*Did some major skill tree updates.
-Corrected the required level of SM_RECOVERY needed for LK_CONCENTRATION.
-Fixed a few other trans skill requirements in the 3rd job skill trees.
-Added complete skill trees for Sorcerer, Genetic, Baby 3rd's,
-Expanded Super Novice/Baby, Kagerou, and Oboro.
-Note: Even tho Sorcerer, Genetic, and Kagerou/Oboro skills arnt in
-the server, the skills introduced in these jobs will still be read
-by the server, but will not appear on players skill window until entrys
-are added to the skill_db and skill_requirement_db.
-No error's will be generated when read. So its perfectly safe to leave
-them entirely enabled so skills will slowly appear 1 by 1 as their coded in.
-Also added a pre-tree for Gangsi, Death Knight, and Dark Collector
-jobs for now and added some extra tree lines. These will be worked with in the future.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15876 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-04-20 05:34:53 +00:00
technote24
885a642019 =General
*Added some extra data here and there that will be used in the future.
-Mostly stuff for adding more jobs.
*Corrected how the server listed a few job names. Like Mage should be Magician.
-As the job name is seen hard coded in the client.
*Added support for all 3rd jobs in the pre-re exp table.
-Base levels use a copy of the Trans exp table. Job levels use a copy of the
-Trans 2nd job exp table.
*Added baby 3rd's to the renewal exp table.
*Did some cleaning and updating in the atcommand.c file for the jobchange command.
-Added a few job changes by job name typing.
-Spaced things out in the message strings to allow job names of up to 16 characters.
-If a name is bigger then 16 characters, it will need to be reduced to fit the space.
-No more then 4 jobs listed max per line
-Also removed unneeded text lines as the ID's they point to are dummy ID's.
-Finally, updated the list of dummy ID's to prevent changing to, as well as added a
-message to display if someone attempts to job change to one of those dummy ID's.
*Readded the spaces in the pc.c file as tabs in the middle causes unorganized viewing issues.
-The space gap is now big enough to allow everything to line up.

=Jobs
*Added 3rd job babys.
-Everything is working properly for them except the max stats and skill trees.
-I will add this stuff in the next update.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15873 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-04-19 12:06:34 +00:00
shennetsind
2cbf000241 Fixed bugreport:5498 Magenta, Cobalt, Maize, Verdure, Firing and Icebound traps are now able to be cast under a target's feet.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15850 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-04-11 05:47:42 +00:00
shennetsind
ba274c5392 Fixed bugreport:5500 / Follow up r15768
Shield Chain now takes account of weapon attack and weapon refinement into damage, along with elemental weapons.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15826 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-04-03 00:18:49 +00:00
shennetsind
7c04889ec2 Fixed bugreport:5453 Added CH COLLECT (ZEN) 2s fixed cast time
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15824 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-04-02 23:42:48 +00:00
shennetsind
4ce86275af Added the missing Fixed Casting Time support.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15780 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-23 09:30:37 +00:00
shennetsind
f65f94c406 Fixed bugreport:5411 Shield Bommerang (Rapid Smitting), in renewal now takes weapon in account plus it weapon element (no longer forced-neutral).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15768 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-23 03:22:57 +00:00
shennetsind
44e9e22241 Fixed bugreport:5445 Severe Rainstorm skill now takes arrow element in account
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15750 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-22 02:44:44 +00:00
shennetsind
af679c8c5c Added GM Sandman Skill (part of bugreport:5172). now available thru angra manyu item.
- Causes target player, mob, homunculus or mercenary to enter in endless sleep state until cast again (logoff cancels).
- Cannot be cast on self

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15747 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-22 01:50:01 +00:00
shennetsind
c886724d1c Fixed bugreport:5466 Wug Strike now works as it should
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15745 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-22 01:12:51 +00:00
kenpachi2k11
fb41dec87d Fixed Remove Traps range. (bugreport:5443)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15731 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-19 19:34:15 +00:00
lordttseven
58c5c34e81 Refine DB update
* DB courtesy of Kenpachi
 * added support for different stats per refine level for renewal
 * cleaned up the corresponding code a little
 * REMODE now displays the atk values on the client correctly

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15730 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-19 14:43:41 +00:00
protimus
9a02d376d9 Added Odin's Power skill.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15724 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-18 16:34:38 +00:00
kenpachi2k11
7815618a36 Changed Evil Bone Wands MATK bonus from 15% to 110. (Renewal change.) (bugreport:5451)
Removed Reins of Mount from pre-RE item DB. (bugreport:5335)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15723 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-18 15:37:23 +00:00
kenpachi2k11
f6c5e716b8 Made BG equipment storable. (bugreport:3994)
Removed Bradium Golem from pre-RE mob_race2_db.txt. (bugreport:5257)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15722 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-18 15:16:18 +00:00
epoque11
e9aea140c9 - Updated mob_race2_db.txt to apply under RE and non-RE modes
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15720 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-18 14:28:22 +00:00
shennetsind
fd364b2280 Fixed LG Trample max level, from 5 to 3. bugreport:5438
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15712 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-18 05:11:29 +00:00
shennetsind
72ba123607 Added Official Guild Aura Implementation bugreport:667
Before:
- Guild Aura would only trigger when guild master moved
Now:
- Guild Aura is triggered when master moves and/or when guild mate gets inside the area
- Guild Aura range is no longer hardcoded, you may modify it from skill_unit_db
Also:
- Added new skill_unit_db target type 'guild'

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15707 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-18 01:37:53 +00:00
lordttseven
e2bbd02dab Rewrote SC_MAGICPOWER to behave like on official servers
* everything has been tested (with the exception of WZ_SIGHTBLASTER)
 * the status now uses a much simpler two-state mechanism; see http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=4833 for details
 * non-offensive and non-magic skills no longer consume the status
 * set WZ_ICEWALL NK flag to NK_NO_DAMAGE to properly not consume the status
 * fixed stale matk used for unit- and timerskills
 * fixed the original bug with isilla card triggering a status recalc (bugreport:4833, matk swapping no longer needed)
 * removed a couple now unnecessary exceptions (they now work out of the box/as side effects)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15694 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-17 18:00:21 +00:00
lordttseven
d6b9101eef * fixed item script typos NPC_CRITICALWOUND*S* (bugreport:5455)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15691 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-16 17:51:47 +00:00
kenpachi2k11
7d6b0d7cd0 Follow up r15679. Changed Hatii Baby to Baby Hatii.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15680 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-12 20:19:39 +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
protimus
9d0455ffea - Follow up r15676.
Some monsters reported are of pre-renewal.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15677 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-11 07:10:19 +00:00
protimus
872df13c60 Fixed some wrong monster drops. (bugreport:5422)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15676 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-11 06:20:43 +00:00
kenpachi2k11
7ed46f7eb9 Fixed Poison Bottles (ID:678) script. (bugreport:5246)
Added Bradium Golem to mob_race2_db.txt (bugreport:5257)
Fixed Pile Bunkers (ID:1549) job requirements. (bugreport:5394)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15669 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-10 13:25:28 +00:00
kenpachi2k11
f712811c13 Enabled some headgears. (Follow up r15662.)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15664 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-07 22:01:23 +00:00
kenpachi2k11
7fad147092 Enabled some headgears. (Inspired by bugreport:1849)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15662 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-06 23:02:27 +00:00
protimus
2b62d9c05d Fixed Bradium Brooch ASPD bonus.
Added town mapflag to brasilis.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15639 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-29 06:12:12 +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
xantara
ef2e407b17 Applied renewal skill changes: (bugreport:5302)
- Arrow Shower's attack power (50+10*SkillLvl)
- Wind Blade's MATK per hit (from 100% to 150%)
- Storm Gust's chance of freezing (65-5*SkillLvl)
- Land Mine, Blast Mine, Claymore Trap's damage formula
- Spear Quicken's ASPD (fixed 7), CRIT (3*SkillLvl) and FLEE (2*SkillLvl)
- Holy Cross's double damage with 2-handed spear
- Axe Mastery's damage increase also applies to Sword class weapons
- Spiral Pierce's weapon requirement (now allows swords)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15626 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-22 02:08:57 +00:00
shennetsind
44f4a1ed41 Follow up r15620 (forgot to commit recursively =x added missing files)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15621 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-19 21:18:39 +00:00
kenpachi2k11
e4274bca68 Fixed Refined Quadrilles bonus script. (bugreport:4835)
Fixed Glorious Arc Wands MATK values and added its entry to item_db_re.sql. (bugreport:4708)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15619 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-19 21:04:29 +00:00
kenpachi2k11
b3fa441427 Fixed Battleground Guardian mob modes. (bugreport:4483)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15618 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-19 20:26:04 +00:00
kenpachi2k11
a47d176d8b Fixed skill tree for Lord Knights Concentration/Spear Dynamo skill (ID: 357). (bugreport:5082)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15617 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-19 19:50:04 +00:00
shennetsind
d2cf026ba2 Initial support for Wanderer and Minstrel, and a few adjustments here and there for other classes.
- credits to 3ceam for the base.
- should you step by any bugs let us know, http://rathena.org/board/tracker

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15616 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-19 17:49:23 +00:00
kenpachi2k11
dd24c8297e Fixed Bradium Golems (2049) mode. (bugreport:4476)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15614 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-19 10:28:03 +00:00
kenpachi2k11
0d64cd4e44 Updated Guillotines (1369) bonus script. (bugreport:4904)
Updated Hyuke's Black Cat Ears' (5360) bonus script. (bugreport:5055)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15611 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-19 00:22:32 +00:00
shennetsind
2310fd3ded Initial Support for Shura and a few adjustments here and there.
- credits to 3ceam for the base.
- should you step by any bugs let us know, http://rathena.org/board/tracker

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15606 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-18 17:34:59 +00:00
kenpachi2k11
f61ca5c25e Corrected two mercenary names. (bugreport:4976)
Updated Chemical Protection Scrolls bonus script. (bugreport:4944)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15605 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-17 23:18:33 +00:00
kenpachi2k11
b44378635d Updated Shadow Walks (2426) bonus script. (bugreport:4893)
Added cash shop version of Wasteland Outlaw (13109) and updated Western Outlaw Box' rentitem script. (bugreport:4840)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15604 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-17 22:32:04 +00:00
kenpachi2k11
d16a95a0ea Updated RE homunculus EXP table and job EXP tables for 2nd and 3rd classes.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15602 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-17 21:09:05 +00:00
kenpachi2k11
18886994cc Updated Guarana Candys (12414) bonus script. (bugreport:5338)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15601 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-17 19:56:36 +00:00
shennetsind
3df097e1e2 Initial support for Shadow Chaser and a few adjustments here and there.
- credits to 3ceam for the base
- should you step by any bugs let us know, http://rathena.org/board/tracker

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15589 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-17 15:33:13 +00:00
kenpachi2k11
0d28aada3d Removed remaining Fire Ivy database entries. (bugreport:5306)
Removed some double entries from item DB.
Added lost of entries to item_trade.txt and cleand it a little.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15571 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-12 22:40:26 +00:00
shennetsind
b38bf06327 item_trade nodrop/notrade flags no longer share no mail and no auction flags, credit to kenpachi for his item_trade update, for more info check tid:58847
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15569 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-12 16:45:04 +00:00