6562 Commits

Author SHA1 Message Date
Playtester
a0be0b27b1 Updated Atroce's respawn time on Veins fields
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11370 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-06 11:34:38 +00:00
ultramage
4ed5333885 * REALLY fixed emblem not displaying when a char logs in (compromise between r10624 and r11033 that hopefully works)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11369 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-05 20:57:15 +00:00
zephyrus
85723b656a - Bug ID #143: Error In Item_db.sql
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11368 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-05 20:39:16 +00:00
Playtester
6a3d79443f * Updated gender restrictions to aegis
- it will still be ignored by eA due to a config setting

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11367 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-05 18:48:04 +00:00
Playtester
9a746cf4cb * Removed gender restrictions on all equips
- official servers don't have gender restrictions implemented, although they have it in their db files
- Wedding Dress doesn't display Wedding sprite anymore (females and males can fight with it)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11366 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-05 18:00:47 +00:00
SinSloth
d21ab25be1 * Fixed a bug in Hugel Bingo which caused wrong rotation in player locations.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11363 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-05 16:32:22 +00:00
ultramage
0579199d79 Fixed 'Wink of Charm' - shouldn't work on boss mobs (topic:166115)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11362 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-05 12:20:33 +00:00
ultramage
922ca16286 * Removed a broken remnant of code from old gospel code (r4349) that's _supposed_ to clear the gospel status (no item use?) when you step out of its zone
- 1) the constant UNT_GOSPEL was used in a switch() instead of PA_GOSPEL (thus actually ending 'NPC_STUNATTACK' status), and
- 2) this code path is never taken, because Gospel is not recorded in skill_unit_temp[] (it has a periodic timer and is not DUALMODE)
* Now the first empty spot in the 'skill_unit_temp' array will be used when tracking movement between land skills; reduced its length to 20
* Fixed the skill unit mechanism that is supposed to track whether you're still standing in a certain land skill's AoE or not, which was not working correctly since the time it was added (r3133)
- solves the nasty problem of Loki, Quagmire, ... status not ending even after stepping out of it in some cases, if there was another song overlapping the skill's area (fixes bugreport:34)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11361 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-05 11:12:04 +00:00
zephyrus
c5e5128eb0 * Completed the code for SC_LIFEINSURANCE and it's status icon.
- Added the summer_ignorepalette to client.conf.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11359 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-05 01:00:16 +00:00
zephyrus
81c62790ca Fixing the Warning: "suggest explicit braces to avoid ambiguous `else'" to SC_ITEMBOOST.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11358 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-04 21:15:49 +00:00
ultramage
fe1db10bcc Fixed a mistake in r10919 messing up logged values (bugreport:167)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11357 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-04 21:04:31 +00:00
zephyrus
4026ba7ec1 * Added SC_EXPBOOST (Field Manual), SC_ITEMBOOST (Bubble Gum) to const.txt. Allready working.
- Added SC_LIFEINSURANCE and SC_BOSSMAPINFO to const.txt. (not implemented but i will work on it)
- Updated Field Manual and Bubble Gum in the itemdb.txt file.
- As L0ne Wolf reported to me and based on Doddler information, the Bubble Gum only do a second try of the item drop, and it don't increase the drop rates.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11356 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-04 20:47:35 +00:00
ultramage
95024b89d1 * Added code that compacts the vending list after a purchase; fixes the problem with empty positions appearing in the list (bugreport:168)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11355 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-04 20:44:46 +00:00
ultramage
c7256c0577 * Corrected Icewall skill to be closer to official behavior (part of bugreport:38)
- now works on occupied squares (previously it disappeared)
- now you can walk out of an icewall square (removed code that blocked pathfinding if the origin cell was of a nonwalkable type)
- added back the hack where mapcell changes are broadcast to whole map (prevents client from leaving the cells non-walkable if you warp away)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11354 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-04 18:41:54 +00:00
ultramage
286e1a32c4 * Added MAX_HOTKEYS to supplement the HOTKEY_SAVING define
* Fixed a compile problem when hotkey saving is disabled (topic:167265)
* Added script source error reporting to countitem() (topic:167165)
* Removed integer mob skill state/target definition support (unused)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11353 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-04 16:16:44 +00:00
zephyrus
5a5664ccc2 - Update in the Field Manual and Bubble Gum items.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11352 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-03 22:58:09 +00:00
zephyrus
63519ee3cf * Added the code for Field Manual (SC_BONUSEXP) and Bubble Gum (SC_BONUSDROP)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11351 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-03 22:49:11 +00:00
zephyrus
383f017009 * Moved the homunculus shuffle code to mercenary.c, fixing the bug in the atcommand not using the bonus evolution stats for homunculus.
* Added a new script command "homshuffle" to reset the homunculus stats using NPC.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11350 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-03 21:47:47 +00:00
ultramage
ce7dd37878 * Cleaned up parts of skill.c related to skill units
- removed some nonsense code in skill_dance_switch() (from r8876)
- removed 'security system to prevent forgetting timer removal' (r1213)
- renamed some skill-related data structs (had same name as variables)
- commented out custom Venom Splasher countdown messaging code

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11347 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-03 12:58:52 +00:00
Playtester
0fef0f3ad9 Bosses now can use teleport on Land Protector
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11346 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-03 12:50:22 +00:00
L0ne_W0lf
92fe10a6aa Whoops, wrong revision given in changelog.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11345 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-01 15:27:01 +00:00
ultramage
6a2e87e03b * Fixed various trading/vending glitches
- fixed vending_tax not working at all (integer division in r10182)
- undid change from r8273 where pc_getzeny() treated zeny overflow as an error condition; officially, the value is just bounded to MAX_ZENY
- fixed stupid code that, instead of properly checking and filtering invalid items during shop setup, opted to 'hide' these items from the vending list instead...
- removed some custom error message packets related to vending
- fixed a glitch where the server would open a shop with no items when all entered items were tagged as invalid
- split zeny handling from trade_tradeadditem() into a separate func (trade_tradeaddzeny())
- removed loads of redundant code from vending.c

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11344 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-01 14:55:35 +00:00
L0ne_W0lf
2c61369250 * Fixed an assortment of typos and bugs care of yyCC.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11343 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-01 14:37:17 +00:00
L0ne_W0lf
d6e60c8248 * Small bug fix (== -> !=) thanks to Saithis.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11342 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-01 13:47:55 +00:00
Playtester
699f4b7b0f Fixed Frigg combo not reducing def by refine rate
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11341 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-01 10:22:31 +00:00
Playtester
57a28a2f66 Small sql update
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11339 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-01 08:20:51 +00:00
Playtester
bbd3dec66d * Reverted the bug that was added in the last update
- official script clearly says 30%
- please don't update db files without official source

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11338 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-01 08:12:31 +00:00
Paradox924X
b470d3ec9c Fixed Gemini-S58 Card.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11335 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-01 01:34:55 +00:00
ultramage
98527bc1a7 Re-phrased the max_lv and aura_lv client battle config setting descriptions.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11334 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-30 22:58:47 +00:00
ultramage
25ccf137f4 Removed redundant 'subnet' s_subnet structure variable.
Removed duplicate code from the sql charserver that somehow appeared after the tmpsql merge.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11333 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-30 21:56:07 +00:00
Playtester
29ec62318d * Fixed "Heat" and "Crimson Fire Formation"
- they now do 'unlimited' hits per second (same as firewall)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11332 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-29 17:41:33 +00:00
ultramage
afbef4dce6 Renamed&moved macros clif_trading() and clif_cant_act() to pc.c since they're completely player-status related.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11331 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-29 10:37:53 +00:00
Playtester
83b66681db Fixed Victorious Coronet thanks to Pinky and $ephiroth
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11330 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-28 22:58:18 +00:00
Playtester
e7605cbce0 Added 11.2 gun drops
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11329 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-28 22:11:50 +00:00
FlavioJS
fba34ea4ee * Changed back the query to get the friends of a character to a LEFT JOIN.
* Setting the item script variables to NULL when they are freed. (bugreport:142 ?)
  (a double @reloaditemdb might result in a double free)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11328 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-28 18:26:55 +00:00
L0ne_W0lf
37c74a3e87 * Removed slots from Gusli, and commented it out. kRO doesn't support this item.
- Removed slots from Chinese_Handicraft and Arrest_Handcuffs.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11327 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-28 16:45:37 +00:00
L0ne_W0lf
215dd1d36e * Corrected Summer Outfit not included as a PC class. (Zephyrus_CR)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11326 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-28 15:37:16 +00:00
ultramage
2b21f97dba Added missing msg_athena.conf entry for the summer outfit; name 'Summer' used for now.
Removed strange 'svn:executable' attributes from item_db2.sql and mob_db2.sql

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11325 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-28 14:56:39 +00:00
ultramage
caaa7bde2f Removed some redundant code from the sql charserver.
Fixed a sql-charserver @block crash (missing Sql_NextRow() call).
Probably fixed 'random junk' being displayed in @changesex reply text.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11324 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-28 14:37:31 +00:00
Playtester
d7a44b3d83 Updated item_db.sql
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11322 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-28 13:34:26 +00:00
L0ne_W0lf
694679913a * Implemented Summer Outfit care of Zephyrus_CR.
- Increased MAX_GUILDCASTLE in mmo.h to 29 for future implementation of the 12.1 Guild Castles.
* Added constants for Summer Outfit and updated the Summer_Event_Suit item script.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11321 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-28 02:52:04 +00:00
FlavioJS
43ddb195f7 * Fixed sql target not including the save target in the Makefile, needed by the map server for save/mapreg.txt. (bugreport:131)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11320 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-28 01:13:59 +00:00
L0ne_W0lf
58d610dc2b * Re-added an ETC item that got lost in the item update. (7062)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11319 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-27 23:05:31 +00:00
ultramage
57ba34ee99 Fixed a small script typo in r11315 (offsets are 1-26, so rand() needs to return values from that interval and not 0-25).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11318 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-27 23:02:50 +00:00
Playtester
db7c85336e * Removed Final Strike from skill_cast_db
- also updated sql files

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11317 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-27 22:03:53 +00:00
L0ne_W0lf
be42e68f8e * Updated All ETC items until 11.2.
- ETC items no longer use the "Sell Price" field.
- Adjusted the Weight of a few items in the process. For example, Unknown Test tube from 30 -> 10.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11316 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-27 19:23:31 +00:00
ultramage
3177e3e9c2 * Optimized/simplified some poorly written code in TSQ
- fixed wrong quiz answers
- added some missing dialogue text, added some comments

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11315 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-27 18:02:29 +00:00
L0ne_W0lf
5f67619e33 * Fixed Diablos Armor. Again.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11314 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-27 17:35:49 +00:00
L0ne_W0lf
f580d4b636 * Fixed Diablos Armor (Thanks to WiZ|)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11313 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-27 16:38:19 +00:00
FlavioJS
a8d7143d0e * Loot code using charid's instead of id's in pick priority.
* configure script using svn:eol-style LF and require mysql/pcre when --with-mysql/pcre is used.

Added a forgotten file from r11311. (script_commands.txt)
Note: charid's are globally unique, id's are equal for characters in the same account.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11312 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-27 15:24:06 +00:00