6074 Commits

Author SHA1 Message Date
ultramage
52a7948f8b * Corrected string lengths according to bugreport:198
- CHATBOX_SIZE: 70 -> 70+1
- removed some too aggressive checks in clif_parse_globalmessage()
- removed CHAT_SIZE define as it actually doesn't apply anywhere
- added CHAT_SIZE_MAX to serve as a custom limit to input string lengths
- added length/contents checks to /b and /lb (against fake names)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11386 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-09 17:45:51 +00:00
L0ne_W0lf
5e029b94c2 Updated several entries in the create arrow database.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11385 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-09 02:09:11 +00:00
FlavioJS
f808f37ec1 * Delayed the check for required items when a skill is cast to when they are consumed. Now skills only fail due to lack of items after being cast.
- Please make a bug report if you know of any skill that doesn't work like this in official.
* Fixed hp of other party members not being sent when you join a party.
* Removed unused global array names_id and renamed some structures that are used with variables of the same name.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11384 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-08 21:39:57 +00:00
L0ne_W0lf
db31831bb8 Added the remaining EXP increasing effects. (25, 100, and 300% manuals and Noble's Nameplate)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11383 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-08 20:31:05 +00:00
ultramage
9e8dd7d555 Updated packet_db.txt with latest client entries.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11382 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-08 12:45:48 +00:00
Lupus
ee2aa37a6b removed slot from 5147 old baseball hat
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11381 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-08 10:14:03 +00:00
zephyrus
7c12bd5a32 - Ops!.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11379 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-07 21:53:04 +00:00
zephyrus
8c1bd7bfd8 - Bug ID #184: Char Creation With An Empty Name [Zephyrus]
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11377 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-07 20:46:50 +00:00
L0ne_W0lf
07a22ae76c * Small bug fix in the Geffen NPCs (end -> next) care of Lesbian.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11376 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-07 17:02:10 +00:00
L0ne_W0lf
9265a6ed88 Fixed an error in the Sage job quest, thanks to Cara.
Removed function F_BlockHigh from Valkyrie.txt

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11375 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-06 16:21:39 +00:00
ultramage
1069e3524c * the mapserver won't exit when no mapcache is found, with use_grf: yes
* Fixed some \r uses, now looks better; /thx to Ai4rei (topic:165952)
 * Removed that ridiculous spinner that displays during map/npc loading, and added a more informative progress indicator (idea from jA/eapp)

 * Checked/fixed/removed some old script and npc commands
  * cmdothernpc - a specialized 'donpcevent' with the event specified as two arguments
  * enablearena/disablearena - completely equivalent to enablewaitingroomevent & co.
  * inittimer/stoptimer - removed since its logic was incompatible with the code it depended on
 * Removed loads of code that supported these functions. Result: -100b per npc => -1,5MB of wasted memory
 * Fixed related npcs that erroneously used 'stoptimer'

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11374 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-06 15:35:31 +00:00
Playtester
fc15fdacb8 * Added missing item names in the item_db
- please fix the txt files if there's a bug to begin with next time
- also ingame names shouldn't have "_"
- updated sql files

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11372 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-06 12:02:17 +00:00
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