6066 Commits

Author SHA1 Message Date
samuray22
0690c75453 * Fixed a Little Typo Error in Breeder NPC (Custom).
-Thanks to ~AnnieRuru~.
* Fixed a little typo error in Prontera Guide (Extra RGB Values).
-Thanks to Brainstorm.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11456 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-13 23:40:07 +00:00
ultramage
a9d1a039fb Fixed a messup in r11398 - option to skip brackets around item scripts was added but not used where it should have been.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11452 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-13 14:19:08 +00:00
Playtester
229dea7eb8 * Fixed up NPC_POWERUP and NPC_AGIUP
- NPC_POWERUP: 3x ATK and 2x HIT for 10+5*level seconds
- NPC_AGIUP: 2x MOVE and 2x FLEE for 10+5*level seconds

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11450 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-13 13:26:52 +00:00
Playtester
b0220e00d4 * Some further changes to the delayfix function
- aftercast delay is at least amotion no matter what skill (this includes skills with cast time AND skills with skill delay!)
- aftercast delay reductions can NEVER reduce the aftercast delay below amotion (this includes Bragi and Soul Links)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11448 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-13 11:25:34 +00:00
Playtester
5d96e3c802 Fixed duration of NPC_POWERUP
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11447 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-13 10:54:46 +00:00
skotlex
49ee59c5cb - Again modified the delayfix function to reflect the current skill delay knowledge. Skills with 0 delay use amotion always (regardless of cast times)
- Renamed the config default_skill_delay to default_walk_delay as that is the only thing it does now.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11446 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-13 10:50:37 +00:00
ultramage
3e5c810544 Fixed a memleak during shutdown, caused by missing mail db shutdown code.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11440 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-13 03:13:34 +00:00
ultramage
74c5d717aa Fixed memleak hell during mapserver shutdown (if grf reading is used and the deallocation routine is actually called).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11439 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-13 03:00:51 +00:00
L0ne_W0lf
d2e2f9924f Corrected pet tames for newest pets.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11437 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-13 02:32:48 +00:00
Playtester
4d17b1a7bf * Further updates to skill_delayfix function
- aftercast delay can never be lower than amotion
- please report if this broke any skills

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11436 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-13 02:21:55 +00:00
Playtester
2cf4224a5f Fixed up various skills that are supposed to use aMotion as delay
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11435 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-12 23:16:43 +00:00
ultramage
8ac3690bca * Fixed wrong index calculation in TXT char creation code (ref: r11410)
* Fixed SQL itemdb loading crash on NULL columns (ref: 11398)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11434 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-12 23:15:27 +00:00
skotlex
1e999c8051 - cleaned up homshuffle and fixed a possible crash in it.
- Updated the skill_delayfix function to behave as recently discovered by Tharis: Skills with no delay set will use amotion ONLY if the skill was instant-casted.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11433 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-12 22:48:56 +00:00
ultramage
5a72530983 Reverted / re-did r11426. Someone please update the db converter to properly handle // comments.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11429 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-12 20:46:20 +00:00
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