2454 Commits

Author SHA1 Message Date
kenpachi2k11
f456ac817c Fixed the target of various skill. (bugreport:5718)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16089 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-09 11:49:54 +00:00
kenpachi2k11
e936c9fe93 Fixed Nydhorgg's Shadow Garbs (2554) bonus script. (bugreport:5648)
Fixed bonus3 bSPDrainRate documentation. (bugreport:5648)
Fixed Tao Gunka Cards bonus script.(bugreport:5711)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16087 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-08 20:49:16 +00:00
rud0lp20
cf0ed5b79d Fixed bugreport:5513 Chaos Panic should now inflict Confusion/Chaos effect work properly.
Follow up r16085 Fixed the min cap value for negative mdef. Thanks Epoque

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16086 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-08 11:36:34 +00:00
shennetsind
43b976caa7 Fixed bugreport:4602 Venom Splasher now ignores flee properly.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16060 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-03 02:46:38 +00:00
shennetsind
dbc8dd8591 Fixed bugreport:5546 Ranger Arrow Storm hit-type, credits to Rytech.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16056 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-03 01:51:06 +00:00
shennetsind
d1beddaeb1 Added @accinfo atcommand. "Huge thanks to"/"Credits to" Dekamaster/Nightroad <3.
All the queries are handled by char-server.
You might notice there is a odd way to retrieve job names in char server, this is only temporary until we're done arguing what'd be the best way to do it in char and map server.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16025 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-01 21:57:53 +00:00
brianluau
a5b8772792 - Follow-up to r15923: fixed renamed file not being svn-copied (and lacking svn history).
- Added svn:eol-style=native property for some recently added text files.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15924 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-04-22 15:17:49 +00:00
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
shennetsind
da96970dde Follow up r15885 Added missing skill_cast_db.txt skill_Db.txt and skill_require_db.txt entries for pre-re db
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15921 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-04-22 10:29:13 +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
brianluau
ff15797bc5 - Changed @pettalk /dice to roll random 1-6 (before it always rolled 1).
- Added more /emotions to pet emotion processing.
- Removed the clif_skill_fail so it doesn't spam them with a message 
(the client limits spamming clif_parse_Emotion, but not spamming @commands).
- Follow up to r15009: used clif_emotion constants (see r14518).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15916 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-04-22 06:38:03 +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
brianluau
64379ae3d4 - Added 22nd argument to 'getmonsterinfo' which returns the mvp_exp of a monster.
- Changed 'checkvending' to return 2 if player is using @autotrade.
- Follow up to r15871: used spaces so everything lines up (people might use different Tab Size in their text editors).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15872 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-04-19 05:56:01 +00:00
technote24
6aac4722fb =General
*Added some job coding to the source to prepare for the adding of baby 3rd's and other expanded jobs.
*Removed Baby Taekwon, Baby Star Gladiator, and Baby Soul Linker MAPID's code since their pointless.
-Gravity never released baby versions of these classes. If they do in the future then ill readded them.
*Did some clean up in pc.c in the job management code. All unnecessary spaces were replaced with tabs
-to lower the file size and make it easier to keep things tighty.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15871 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-04-19 01:12:50 +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
technote24
fb6262a990 =General
*Added some jobs with ID's and MAPID's masks to prepare for the adding of more jobs in const.txt
*Fixed a typo on JOBL_THIRD check in const.txt
*Added all currently known tags and ID's support for NPC's, skills, status, and units.
*Changed SI_SITTING to official name SI_SIT.
*Increased MAX_SKILL to 3040.

=NPC
*Corrected a typo in the jobmaster script.
-Fixed required job level for changing to 3rd to 50.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15836 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-04-08 23:41:53 +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
a32370ce0e Updated item_delay.txt description follow up r15762
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15767 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-23 03:20:11 +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
kenpachi2k11
c00f74a4ff Re-added Bradium Golem to pre-RE mob_race2_db.txt. (bugreport:5257) (Follow up r15722)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15726 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-18 20:31:22 +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
Protimus
50a6aed796 * Added packets for clients 2012-03-07+
Not is recommended use this version yet, there are small packets structures to do changes.
* Added support for packet 0x970.
New schema of character creation.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15675 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-11 05:28:50 +00:00
kenpachi2k11
441a0e24c7 Fixed some arrow recipes. (bugreport:5413)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15672 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-10 19:19:06 +00:00
kenpachi2k11
60d3667d47 Fixed pre-RE EXP tables. (bugreport:5280)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15671 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-10 17:45:06 +00:00
kenpachi2k11
2510d450b6 Fixed Royal Guards job bonuses. (bugreport:5402)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15670 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-10 17:03:00 +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