6152 Commits

Author SHA1 Message Date
Playtester
bd056c18f3 Updated sql files (2)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11426 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-12 20:06:16 +00:00
Playtester
513052b002 Fixed Bragi's aftercast delay reduction
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11425 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-12 19:11:48 +00:00
Playtester
c95f511f23 Fixed some bugs in the Socket Enchant NPC
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11423 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-12 14:41:50 +00:00
ultramage
4200314ec6 Fixed some badly merged code in the #include part of map.c.
Updated effect_list.txt according to data from latest exe.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11422 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-12 14:34:09 +00:00
Playtester
5542b30092 * Removed exp of poring stat mobs
- updated Moscovia mob stats
- updated sql files

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11421 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-12 00:52:18 +00:00
Playtester
fd1f64dd89 * Added secret bonus of slotted Skull Ring
* Fixed two prices of Socket Enchant NPC

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11413 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-11 21:03:27 +00:00
L0ne_W0lf
9ecf48b74e * Added all out-standing monsters to the Monster Database.(Poring stats)
- Added Several G_-type monsters. (Events?) as well as WoE:SE monsters.
- Commented out ALL custom monsters from mob_db2, mob_skill_db2, and mob_avail.
- Added Satan Morroc monsters with KNOWN STATS ONLY. These monsters are far from usable.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11411 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-11 18:13:26 +00:00
ultramage
83863850b5 Charserver cleaning / code simplification.
Removed min. 4-letter restriction on char creation name length (but still must be longer than 0).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11410 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-11 16:56:08 +00:00
Playtester
40678be9af * Renamed import folder to import-tmpl
- new server owners please rename/copy it to import to use it
- this was done so devs can test their changes easier

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11408 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-11 14:12:25 +00:00
Playtester
31637615a0 * Updated Veins Field spawns
* Removed nomemo and noteleport mapflags from Veins

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11407 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-11 14:05:39 +00:00
ultramage
87c447e2e9 Removed the check that prevented Warp Portal from opening after you picked the destination, if there was someone blocking the cell.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11406 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-11 09:07:44 +00:00
ultramage
87aed8c07f Minor skill_dance_switch cleanup
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11405 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-10 23:50:50 +00:00
ultramage
03afc4ffda * Implemented more official Warp Portal behavior
- the transition from active to waiting mode is now done as a simple appearance change instead of deleting one and creating the other
- due to the above, an opening warp is now properly accompanied by the log-in like sound effect

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11404 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-10 23:47:02 +00:00
Playtester
d5ce8d6042 Fixed some minor typos
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11403 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-10 23:30:19 +00:00
L0ne_W0lf
2b7e42225c Updated Crest of Rider combo to include slotted black leather boots.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11402 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-10 23:27:31 +00:00
L0ne_W0lf
eafcc583de Added Slotted Black Leather Boots.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11401 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-10 23:18:20 +00:00
ultramage
6d6f73231e Re-enabled packet 0x1ac to be sent when something gets ankle-snared
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11400 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-10 22:25:37 +00:00
ultramage
ca946d81c8 * Partially removed the usage of 'flags' to direct the execution path in skill unit code (some people seem to really like flags >_>)
- wiped out r8478 and its multiple levels of useless flag propagation
- skill_unit_onlimit (expiration) no longer executes in skill_delunit
- added skill_unit_ondelete for proper handling of this event

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11399 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-10 22:11:43 +00:00
FlavioJS
faa553103c * Fixed itemdb_read_sqldb blowing up the server with segmentation faults.
* Added an option for parse_script to ignore the checks for the set of brackets around the script.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11398 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-10 21:51:56 +00:00
ultramage
e106eb1930 * Removed 'into_abyss' effect on traps; tests show that it works ONLY for Gemstones (tho' iRO website claims otherwise) - bugreport:171
- corrected code that was exploiting the flag as an 'expired' trap flag (replaced it with a more jAthena-ish approach)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11397 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-10 21:32:56 +00:00
ultramage
d7760ec2d8 Fixed a messup in r11347 causing skill units to expire, trigger or not trigger, completely randomly (or at least it seems that way).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11396 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-10 20:19:57 +00:00
Playtester
c14c288f07 Fixed Undershirt combo not working with slotted Pantie
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11394 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-10 15:09:37 +00:00
Playtester
b7ba7ac985 Updated Socket Enchant NPC
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11393 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-10 14:01:44 +00:00
Playtester
aa97861e07 Working on updating Socket Enchanter
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11392 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-10 12:52:33 +00:00
Playtester
5990534aec Updated Lady Tanee card
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11391 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-10 00:12:39 +00:00
Playtester
f2fec00952 Added a missing item name thanks to rollopop
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11389 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-09 23:54:37 +00:00
ultramage
fd1f06130c Added upgrade_svn11388.sql to correct some log table column widths (for example, atcommandlog only stored first 50 chars)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11388 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-09 20:09:15 +00:00
ultramage
44e2d917a6 Removed name checks from /b and /lb after finding out that /nb and /nlb use the same packet...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11387 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-09 18:49:26 +00:00
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