50 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
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
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
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
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
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
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
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
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
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
shennetsind
70352fc918 Added 2 new item_trade.txt flags as per kenpachi request:
- Item can't be attached to mail
- Item can't be auctioned

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15564 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-11 17:11:56 +00:00
xazax-hun
9627c783a4 * item_trade.txt is split into re and pre-re folder as per Kenpachi's request.
* skill_tree.txt is split into re and pre-re folder. In renewal version only level 5 spear mastery is required for spiral pierce.
* Removed an unnecessary new line on a message.
* Enabled mechanic summons in pre-re/mob_db.txt to avoid some startup error messages.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15546 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-08 09:56:24 +00:00
kenpachi2k11
fc1159e200 Updated some monster slaves. (bugreport:4689)
Added description for monster spawn event in monster() script command. (bugreport:5251)
Removed some items from db/item_trade.txt. (bugreport:5301)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15545 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-07 22:08:53 +00:00
gepard1984
f2474de01c * Fixes and improvements related to MVP rewards (bugreport:1259):
- removed obsolete (since r1!) ExpPer column from mob_db
 - official way to drop MVP rewards (always starts from first slot)
 - added MAX_MVP_DROP as define for max possible MVP reward slots
 * Updated mob_db SQL scripts.
 * Removed some renewal only monsters from pre-RE mob_db (were commented out anyway).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15531 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-31 20:06:57 +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
shennetsind
08667a36b8 Fixed Flying Side Kick, you can now use it in non-foe and jump to their location (confirmed on official), bugreport:2443
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15463 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-15 05:12:23 +00:00
og2
9e9830a4d7 -Fixed typo "/ Shields" to -> "// Shields"
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15436 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-12 06:33:03 +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
648429a0c3 - SVN Copied exp.txt, exp_guild.txt, exp_homun.txt to /db/pre-re/ and /db/re/
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15423 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-11 20:56:08 +00:00
shennetsind
8376135d24 Initial support for Royal Guard and some 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@15404 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-07 03:04:24 +00:00
gepard1984
6f7147c6f4 Follow-up to r15390:
* added missing svn properties
 * fixed added files not being svn-copied (and lacking svn history)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15394 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-04 23:10:32 +00:00
shennetsind
729b0b28ca Re-designed /db/ folder structure as previously discussed.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15390 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-04 18:05:41 +00:00