3260 Commits

Author SHA1 Message Date
Cydh Ramdh
12007fef7e * Follow ups of:
-- 51074a0: Moved the 'group' check when make 'must' item also as random item
-- 96443cd: Leftover, fixed @allstats issue
-- 7083ecf: 7083ecf079 (commitcomment-4952745)
-- 744195a
* Added 'get_githash' script command.
* Fixed overflowed parameters calculation will gives 32767 stat effect instead 1 (ex. overflowed LUK will gives crit 32767)

Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
2013-12-30 20:03:21 +07:00
Euphy
7083ecf079 Standardized formatting of database files.
Signed-off-by: Euphy <euphy.raliel@rathena.org>
2013-12-29 15:58:17 -05:00
Cydh Ramdh
aa66cdc724 Follow up 96443cd:
* Updated status bonus for job level 50 until 60 for 3rd Classes, also fixed Minstrel & Wanderer bonus
* Updated status bonus for Rebellion
Ref: http://ro.gnjoy.com/guide/runemidgarts/joblist.asp?lineseq=2
Thank reigneil, http://rathena.org/board/topic/90964-updated-calculation-for-max-hpsp-max-level-cap-and-parameters/#entry237760

Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
2013-12-29 23:55:13 +07:00
Cydh Ramdh
96443cd710 Updated calculation for Max HP/SP, Max level cap, and parameters!
* Renamed job_maxhpsp_db to job_basehpsp_db.txt and add new values according to the base HP/SP calculation. Ref: http://irowiki.org/wiki/Max_HP, http://irowiki.org/wiki/Max_SP
* Updated the Max HP/SP calculation. Ref: http://irowiki.org/wiki/Max_HP, http://irowiki.org/wiki/Max_SP
* Changed Max Level for 3rd classes become 175/60. Ref: http://forums.irowiki.org/showpost.php?p=1344057&postcount=217
* Changed Max Parameters for 3rd classes from 125 to 130. Ref: http://forums.irowiki.org/showpost.php?p=1344057&postcount=217
* Changed Max Parameters for Baby 3rd Classes from 107 to 118: Ref: http://forums.irowiki.org/showpost.php?p=1344057&postcount=217
* Oboro/Kagerou and Rebellion, are 160/50 and max param is still 125
* Added and separated configs on conf/player.conf, becomes:
-- max_parameter,
-- max_trans_parameter,
-- max_third_parameter,
-- max_third_trans_parameter,
-- max_baby_parameter,
-- max_baby_third_parameter,
-- max_extended_parameter,
* Added new db file job_param_db.txt for RE and PRE-RE, which allow you to modify the max param for each job
* HP_SP_TABLES on core.h is disable by default

NOTE:
* Still need official value to add bonus status for 3rd classes from Job Level 50 to 60
* Still need official value for total status point from Base Level up to 175 also the EXP values
* I hope the calculations results are closer with Max HP/SP values with official servers

Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
2013-12-29 16:12:30 +07:00
lighta
676d00796b Merge branch 'master' of github.com:rathena/rathena 2013-12-29 01:28:58 -05:00
lighta
cb7e4b44cd Misc Upd
Fix pneuma display for pre-re mode
Add char_maintenance mode to check trought gm_allow_group as a minimum
groupid to enter. (thx to SuperHulk)
Fix UB warning on bonus_script check by type
Properly initialize combo_idx check
2013-12-29 01:28:15 -05:00
Euphy
1d64b8f9e1 Script/database bug fixes.
* Fixed an issue in "Message Delivery" quest blocking level 100+ characters. (bugreport:8373)
http://rathena.org/board/tracker/issue-8373-message-delivery/
* Added Renewal quest items to Ayothaya Dungeon Entrance quest. (bugreport:8375)
http://rathena.org/board/tracker/issue-8375-ayothaya-dungeon-entrance-quest/
* Temporarily moved the Renewal location of "Strange Machine" in the "Muff's Loan" quest; confirmation needed. (bugreport:8370)
http://rathena.org/board/tracker/issue-8370-muffs-loan/
* Updated Blacksmith job quest with some extra conditions. (fixes bugreport:8347)
http://rathena.org/board/tracker/issue-8347-about-blacksmith-job-quest/
* Changed all 'bAtk' bonuses to 'bBaseAtk', a continuation of r17149. (fixes bugreport:8372)
http://rathena.org/board/tracker/issue-8372-daehyon-card-is-not-working/

Signed-off-by: Euphy <euphy.raliel@rathena.org>
2013-12-28 22:47:32 -05:00
Cydh Ramdh
5d77ab2b68 Follow up 5363a8d (thank Lemongrass3110)
Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
2013-12-29 03:46:39 +07:00
Cydh Ramdh
3ee970a0e0 * Renamed SI_CARTSBOOST for Genetic to SI_GN_CARTBOOST
* Fixed Crimson Marker icon that doesn't show when it's casted to mob

Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
2013-12-29 01:29:46 +07:00
Cydh Ramdh
5363a8d771 * Added some items (thank Ziu)
* Fixed some missing view id (thank Ziu)

Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
2013-12-28 16:10:33 +07:00
Cydh Ramdh
be05bc399b *Added 'status_icon' param for *bonus_script script, thank QQfoolsorellina for the suggestion (https://github.com/rathena/rathena/commit/99098c1#commitcomment-4558795)
--> bonus_script "<script code>",<duration>{,<flag>{,<type>{,<status_icon>{,<char_id>}}}};
* Please update your sql database (main database) with upgrade_20131227.sql

Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
2013-12-27 18:17:41 +07:00
Cydh Ramdh
af319f9eb5 Added item script for Underripe Yggseed, http://rathena.org/board/tracker/issue-8384-item-script-of-12405-underripe-yggseed/
Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
2013-12-26 15:39:05 +07:00
nanakiwurtz
e797f085e5 Merge branch 'Upstream/master' 2013-12-25 04:23:29 +07:00
Cydh Ramdh
51074a0637 Added some official item packages!
- Added db/re/item_package.txt, imported file for item_group_db.txt
- Added doc/item_group.txt for more details about item group
- Added new IG_ids on db/const.txt, up to 300 additions
- Added 'getgroupitem' script command to get item from specified item group (see doc/script_commands.txt)
- Modified 'grouprandomitem', added an optional parameter: 'sub_group' (see doc/script_commands.txt)
- Modified 'getrandgroupitem', added an optional parameter: 'sub_group' (see doc/script_commands.txt)
- Updated db/re/item_db.txt
- Updated sql-files/item_db_re.sql, so for MySQL user, please udate your item db
NOTE:
- I ocmmented some lines because some items aren't exist yet on rAthena db (or maybe have different name?)
- For pre-re, maybe I can do it later, or will someone do it?
- If there's something I forget to tell you, it's habit

Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
2013-12-23 23:37:27 +07:00
Cydh Ramdh
4cfaba055d * Follow up 74740b4
Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
2013-12-23 11:10:34 +07:00
nanakiwurtz
207c696f50 Changed quantity for "Siege Violet Potion Box (200)" ID:12683 to 200 instead of 50
Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2013-12-21 16:16:46 +07:00
nanakiwurtz
5b75c045cc Merge branch 'Upstream/master' 2013-12-21 15:51:15 +07:00
nanakiwurtz
f62100ae70 Fixed some minor typo
Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2013-12-21 15:49:10 +07:00
lighta
9cca188908 Itemtype
Fix itemtype IT_ARMOR and IT_WEAPON being inverted, bugreport:8180
please run tools/convert_itemtype.pl to update your dbs.
Upd athena-start having some issue for some os.
Fix a typo on DC_SERVICEFORYOU for val1 assignment.
2013-12-21 01:02:41 -05:00
nanakiwurtz
e531b972dc Added 2 item scripts for Shadow item combo.
Source: http://forums.irowiki.org/showpost.php?p=1368518&postcount=660

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2013-12-19 14:11:25 +07:00
nanakiwurtz
5c7e1fa683 Merge branch 'Upstream/master' 2013-12-19 00:04:50 +07:00
Cydh Ramdh
4d8558489b [db/re/item_db.txt] Fixed 18742 and 18744 class. 7 to 63
Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
2013-12-16 10:57:40 +07:00
exneval
2520c85714 Merge branch 'master' of github.com:rathena/rathena 2013-12-15 09:06:22 +07:00
Rekiem
bb3173c0bf Update item_db.txt
when ejecute the server the console show me error from line 8545
the error is (getrefine>=7)have a missing ()
2013-12-14 15:52:35 -05:00
exneval
fc763367db *Fix bugreport http://rathena.org/board/tracker/issue-8332-npc-dark-breath/ 2013-12-14 14:13:01 +07:00
nanakiwurtz
0abc1b9914 New Items.
Source: http://forums.irowiki.org/showpost.php?p=1368518&postcount=660

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2013-12-14 02:16:29 +07:00
Cydh Ramdh
5c698ef4f4 Merge pull request #23 from nanakiwurtz/master
New Items from http://forums.irowiki.org/showpost.php?p=1367852&postcount=651
2013-12-13 08:27:41 -08:00
nanakiwurtz
3b81f0b263 * Changed item script for "Improved Helm of Angel"
Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2013-12-13 23:15:50 +07:00
Lilith-
c81607f1ca Added missed items from http://forums.irowiki.org/showpost.php?p=1366277&postcount=624 and http://forums.irowiki.org/showpost.php?p=1367371&postcount=636 2013-12-13 00:53:56 -08:00
nanakiwurtz
056af72f21 * Follow up 93d4b176 2013-12-13 01:43:47 +07:00
Cydh Ramdh
45951b6864 Added items from http://forums.irowiki.org/showpost.php?p=1373816&postcount=769
Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
2013-12-13 00:17:11 +07:00
nanakiwurtz
93d4b176fc * Follow up to http://forums.irowiki.org/showpost.php?p=1367852&postcount=651
Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2013-12-12 23:50:28 +07:00
nanakiwurtz
3541fae4bd New Items.
Source: http://forums.irowiki.org/showpost.php?p=1367852&postcount=651

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2013-12-12 23:37:39 +07:00
Cydh Ramdh
c2dc9e684c Follow up fba3ed9, tq Euphy
Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
2013-12-12 23:19:22 +07:00
Cydh Ramdh
fba3ed9e3e * Added items from http://forums.irowiki.org/showpost.php?p=1360597&postcount=448 (Thank Lilith)
* Added items from http://forums.irowiki.org/showpost.php?p=1367371&postcount=636 (Thank Lilith)
* Fixed some typos

Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
2013-12-11 23:10:01 +07:00
nanakiwurtz
518a038f49 fc37599 2013-12-11 01:45:29 +07:00
Cydh Ramdh
3029d3bbc4 * Fxied Telekinesis Intense buff duration (thx Akuma)
* Fixed Earth Strain divest chance (part of rebalancing formula)

Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
2013-12-08 16:27:28 +07:00
Cydh Ramdh
c88b77f5fd Fixed cell_basilica which gave nothing. Only works only for player
Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
2013-12-08 14:21:16 +07:00
Cydh Ramdh
c54f35dad0 Just a little follow up of d3f6236
Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
2013-12-07 03:20:28 +07:00
Cydh Ramdh
d3f623613e Merge pull request #19 from nanakiwurtz/master
More new items. Related-post: http://rathena.org/board/topic/90115-item-db-help/
2013-12-06 09:42:51 -08:00
nanakiwurtz
c8f3ddeb4d Removed extra space 2013-12-06 23:50:11 +07:00
nanakiwurtz
fc37599a25 More items.
Source: http://forums.irowiki.org/showpost.php?p=1356728&postcount=365

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2013-12-06 23:15:13 +07:00
Cydh Ramdh
edaddfd02d Rebellion update. Merged Hercules 19758ee
Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
2013-12-06 13:01:55 +07:00
Cydh Ramdh
02d44bf822 Update 'RequirementRemoved' field on 'skill_copyable_db.txt', following 'RequiredEquipment' field on skill_require_db.txt
Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
2013-12-05 13:47:27 +07:00
nanakiwurtz
4de5b23e8d Reapplied Rekiem's SC effect for 11551-11554.
Refference: https://github.com/rathena/rathena/commit/b307531

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2013-12-05 12:56:44 +07:00
nanakiwurtz
cd23da990a * Add new items.
Source: http://forums.irowiki.org/showpost.php?p=1366277&postcount=624
* Added 'Accessory' as Item Type 5 in /doc/item_db.txt

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2013-12-05 02:30:11 +07:00
nanakiwurtz
3e2536b09d Add new items.
Source: http://forums.irowiki.org/showpost.php?p=1360597&postcount=448

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2013-12-05 00:57:34 +07:00
nanakiwurtz
d60230f495 New items added.
Source: http://forums.irowiki.org/showpost.php?p=1364909&postcount=585

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2013-12-05 00:25:25 +07:00
nanakiwurtz
526bdfa416 New items added.
Source: http://forums.irowiki.org/showpost.php?p=1364909&postcount=585

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com> (reverted from commit de12054bdbc7ca2f24f3373ff0b4f57a05ad1564)
2013-12-05 00:25:24 +07:00
nanakiwurtz
3db1a6a80d New items added.
Source: http://forums.irowiki.org/showpost.php?p=1364909&postcount=585

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2013-12-04 01:58:22 +07:00