11659 Commits

Author SHA1 Message Date
Cydh Ramdh
2bf221679f Merge pull request #28 from nanakiwurtz/master
Fixed some minor typo
2013-12-24 21:04:09 -08: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
Cydh Ramdh
74740b4491 * Follow up 9cca188, change enum of IT_WEAPON and IT_ARMOR on src files
Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
2013-12-23 11:07:49 +07:00
lighta
00e63be81c Upd Documentation
Update some src documentation for doxygen
Fix typo in [hash:9cca188] in clif, making it uncompilable
2013-12-21 04:41:11 -05: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
Cydh Ramdh
e6b0acfb9d Follow up 4ec6925, thx lighta
Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
2013-12-21 11:57:46 +07:00
Cydh Ramdh
4ec69254c3 * Updated Dancer skill's effect: Service For You / Gypsy's Kiss, according to http://irowiki.org/wiki/Gypsy%27s_Kiss
* Fixed bugreport:8363, http://rathena.org/board/tracker/issue-8363-identify/

Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
2013-12-20 16:35:06 +07:00
Cydh Ramdh
5c3a1abd34 Merge pull request #24 from nanakiwurtz/master
Added new Items from http://forums.irowiki.org/showpost.php?p=1368518&postcount=660
2013-12-20 01:30:47 -08:00
lighta
3b5e527c7f Vip_followup
Fix bugreport:8301 were groupid wasn't keeping in vip state at new
logon.
Fix groupid wasn't reload without logout when we wasn't vip anymore
Fix decreasing vip_time scenario
Add a timer so vip_member doesn't keep status until they logout.
2013-12-20 02:01:51 -05:00
lighta
854f8fc502 Quickfix
Follow up hash:0f2dd7fcf, fixed a typo on packet lenght for storagelist
this should fix bugreport:8344
Hotfix for bugreport:8333, (we're now checking if we fully add object on
map before attempting to spawn it)
2013-12-19 18:27:01 -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
49b034e6f5 Merge branch 'Upstream/master' 2013-12-19 13:48:03 +07:00
Cydh Ramdh
432cdb7686 Implemented 'devotion_rdamage' on conf/battle/skill.conf for suggestion on http://rathena.org/board/topic/78620-renewal-devotion/
// Using 'old' behavior for devotion vs reflect damage? (Note 2)
// Default is 0 (official). If 'devotion_rdamage' is > 0 (chance to devot the reflected damage),
// when player with devotion attacks player with reflect damage ability (item bonus or skill),
// the damage will be taken by the person who provides devotion instead the attacker.
devotion_rdamage: 0

Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
2013-12-19 12:59:26 +07:00
Cydh Ramdh
2330caaf0c * Fixed bugreport http://rathena.org/board/tracker/issue-8360-error-report-0000-still-images/
Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
2013-12-19 11:33:10 +07:00
nanakiwurtz
5c7e1fa683 Merge branch 'Upstream/master' 2013-12-19 00:04:50 +07:00
Cydh Ramdh
b7fd7468bb Fixed query for '18766' on item_db_re.sql
Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
2013-12-18 18:40:19 +07:00
Lilith-
a29aace9c5 Follow up bd2503e,7355677 and fef6307. Merged Hercules e115c30 2013-12-16 06:46:21 -08:00
Lilith-
54dfc67925 * Fixed bug http://rathena.org/board/tracker/issue-8330-secure-npctimeout-bug-for-those-npc-who-have-no-dialog-window/
Merged Hercules adc2e6e
2013-12-16 05:04:52 -08: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
Cydh Ramdh
b05ce44d19 Merge pull request #27 from Rekiem/patch-3
Fixed typo on bard_quest.txt
2013-12-14 19:45:24 -08:00
Cydh Ramdh
6dc538c343 Merge pull request #25 from exneval/master
*Fixed bugreport http://rathena.org/board/tracker/issue-8337-all-hidecloaking-skills-in-pvpduelwoe/
*Fixed bugreport http://rathena.org/board/tracker/issue-8332-npc-dark-breath/
*Fixed bugreport http://rathena.org/board/tracker/issue-8107-dual-wield-problem/
2013-12-14 19:44:02 -08:00
exneval
2520c85714 Merge branch 'master' of github.com:rathena/rathena 2013-12-15 09:06:22 +07:00
Rekiem
a872bd2fb4 Update bard_quest.txt 2013-12-14 20:32:47 -05:00
Cydh Ramdh
6a18170985 Merge pull request #26 from Rekiem/patch-2
Follow up recent new items commit, wrong script on db/re/item_db.txt at line 8545
2013-12-14 15:32:13 -08: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
7f6afa84b0 *Fix bugreport http://rathena.org/board/tracker/issue-8107-dual-wield-problem/ 2013-12-14 14:20:19 +07:00
exneval
fc763367db *Fix bugreport http://rathena.org/board/tracker/issue-8332-npc-dark-breath/ 2013-12-14 14:13:01 +07:00
exneval
bc9eff5b0c Merge branch 'master' of github.com:rathena/rathena 2013-12-14 13:42:26 +07:00
exneval
43c21ad667 *Fix bugreport http://rathena.org/board/tracker/issue-8337-all-hidecloaking-skills-in-pvpduelwoe/ 2013-12-14 13:40:23 +07:00
aleos89
0f2dd7fcf0 * Cleaned up a mercenary kill check. (bugreport:2222)
Bug Fixes
* Adjusted script commands that use script_isstring and script_isint to use script_getdata to dereference if variable is given. (bugreport:8198)
* Removed the hardcoded password so that users can pass blank passwords through the config for MySQL. (bugreport:7787)
* Increased the hostname array to account for longer hostnames. (bugreport:8003)
* Fixed the CashShop not listing items correctly. (bugreport:7585)
* Fixed Offertorium not consuming the correct amount of SP. (bugreport:8266)
* Cart Boost effect stays even if the cart is removed. Revert of change in r16339. (bugreport:5808)
2013-12-13 15:25:03 -05: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
Cydh Ramdh
dab21907b6 Fixed bugreport http://rathena.org/board/tracker/issue-8334-the-mapflag-of-monk-in-should-exclude-nosavesavepoint/
Thank t79979119 and exneval

Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
2013-12-13 13:27:32 +07: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
Cydh Ramdh
fca883b0ab Merge pull request #22 from nanakiwurtz/master
More Items
2013-12-10 17:49:13 -08:00
nanakiwurtz
518a038f49 fc37599 2013-12-11 01:45:29 +07:00
Cydh Ramdh
5beaa7ea09 Merge pull request #21 from exneval/master
*Fix typo in vip_gemstone.
2013-12-09 04:41:52 -08:00
exneval
6c41f74d1a *Fix typo in vip_gemstone. 2013-12-09 18:44:09 +07:00