2925 Commits

Author SHA1 Message Date
Playtester
c23da643c3 Incantation Samurai Card now ignores def of all non-boss races
- should include players now

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6678 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-21 12:08:39 +00:00
Zido
c10e8877aa - Fixed the "fake" mute status bug
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6677 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-21 11:55:20 +00:00
Lance
3fbb543cfc * Speed up array size calculation and deletion.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6676 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-21 08:09:20 +00:00
Lance
741f06722c Bugfix
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6675 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-21 04:57:02 +00:00
Lance
e174a54ca3 Rewrote JobChanger..
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6674 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-21 04:44:43 +00:00
Lance
f0d3a6cb54 * Player must learn the skill before doing auto-spell
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6673 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-21 02:48:25 +00:00
Lance
2e341e2a76 And again
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6672 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-21 02:39:32 +00:00
Lance
90d285dbd9 * Fix the fix: Should be sd->npc_str[message_len]=0;
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6671 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-21 02:38:34 +00:00
Lance
2a38662225 * Exploit prevention in clif_parse_NpcStringInput
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6670 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-21 02:37:36 +00:00
Lance
58204d275e * Ammendment: battle_config.skill_sp_override_grffile
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6668 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-20 15:23:01 +00:00
Lance
96817a95ec * grfio_final moved back (with condition) if any of GRF overriding is enabled so servers with such configuration will not have different values after reloading.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6667 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-20 15:17:18 +00:00
Lance
720879a767 * grfio_final moved back to do_final since it's used by @reloaditemdb.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6666 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-20 15:08:31 +00:00
Lance
fdfaf7ba79 * jA1983 script.c buildin_menu fix. Thanks to End_of_exam.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6665 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-20 15:01:47 +00:00
Lance
a233231e4c * Abit of alterations to login-server.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6664 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-20 08:14:35 +00:00
killercube
454704a957 git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6663 54d463be-8e91-2dee-dedb-b68131a5f0ec 2006-05-20 03:24:38 +00:00
Playtester
51daec13ce Major fix to the mob_skill_db
- traps are now placed around2 rather than self
- all idle skills should work now

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6662 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-19 22:57:08 +00:00
Lance
025ee8cbb4 * Minor unsigned/signed alteration in pc_additem to shut the compiler up.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6661 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-19 17:12:01 +00:00
skotlex
1f864cfee8 - Small change in pc_additem that could be fixing the current bug with it.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6660 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-19 16:52:38 +00:00
Playtester
5746260499 More fixes on Amon Ra
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6659 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-19 16:48:57 +00:00
skotlex
078cab13fd - Fixed loginlog definition in main.sql, thanks to Tempesta
- Likely fixed the mob-skill random picking behaviour causing infinite loops sometimes.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6658 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-19 16:27:14 +00:00
skotlex
1b2a882dc3 - Added some braces to clear up the code in pc_additem, even though I doubt it'll fix the problem :X
- Modified mobskill_use behaviour to pick a random starting point and check skills from that, rather than always checking from first to last. Fixes skills with high priority blocking skills lower down in the list from triggering.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6657 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-19 15:38:15 +00:00
skotlex
0d31063329 - Corrected number of water-ball hits when used by mobs and not consuming deluge cells when using lv1 (Thanks to Kyoki).
- cardillust_read_grffile, item_equip_override_grffile, item_slots_override_grffile, and item_name_override_grffile are set to 0 after map-server loads to prevent crashes on item_db reloading.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6656 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-19 14:42:52 +00:00
skotlex
5e600508f8 - Updated mob ai behaviour so that mobs use IDLE state skills when their current target cannot be reached for melee fighting.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6655 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-19 14:03:40 +00:00
Playtester
e79ba881bb Fixed Bascojin's mob summoning
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6654 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-19 10:46:07 +00:00
Playtester
1105141bed Fixed some sprite names of mobs
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6653 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-19 10:00:47 +00:00
Playtester
939b9e6199 Commented a warp that stands in the middle of nowhere
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6651 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-19 09:29:31 +00:00
Playtester
1140a8c033 Fixed item names of new items
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6650 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-19 09:21:53 +00:00
Playtester
4649bc3705 Amon Ra's and Dark Lord's Fire Pillar & Meteor Storm now have Level 11 rather than 30
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6649 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-18 22:28:11 +00:00
Playtester
71136d898e Fixed MVP Fire Pillar --> 12 hits, 5x5 range
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6648 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-18 21:57:40 +00:00
skotlex
d16d7e47b4 - Added 5 config settings to adjust damage in pk-mode servers (misc.conf)
- Corrected LoV's effect range for levels 11+ to range 8.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6646 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-18 21:14:18 +00:00
skotlex
55d19e5598 - Fixed mob_max_skilllvl being capped to 11!
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6643 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-18 17:49:15 +00:00
skotlex
e5f005cc1d - Rewrote/cleaned up several functions in storage.c
- Optimized pc_additem comparisons to account for items with more than four slots.
- Updated clif.c to enable retrieval of items from cart/storage while trading. Exception is retrieving items from the cart while vending.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6642 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-18 16:55:07 +00:00
skotlex
862dde5c5b - Some code cleaning of the skill reiteration/nofootset code.
- skill reiteration code now does not checks for the trigger-area of the skill in the case of non-players, which means mobs can now place traps in cells adjacent to each other.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6640 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-18 14:37:48 +00:00
skotlex
0aed0eaa95 - Applied an experimental weather code that should lower bandwidth usage to near-none, which's only disadvantage should be the weather not clearing out until moving to another map (even when the mapflag is removed from the current map).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6639 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-18 14:11:16 +00:00
skotlex
f56c98572b - NPC_AGIUP will now give movement boost of 50%
- Fixed WZ_WATERBALL number of hits when used by non-players.
- MO_BODYRELOCATION will send the slide packet with the actual src's coordinates rather than selected tile.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6638 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-18 13:52:56 +00:00
Lupus
e3c172e392 new items
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6637 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-18 10:48:33 +00:00
evera
a35914d253 git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6636 54d463be-8e91-2dee-dedb-b68131a5f0ec 2006-05-18 07:21:05 +00:00
Playtester
ae012b0408 Fixed the item_bonus doc saying autospell3 rate is y% rather than y/10%
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6634 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-17 20:28:47 +00:00
skotlex
e2ba12927e - Modified mob_can_changetarget to return true always when the new target is the provoked-by character. Fixes provoke not making the mob change target when it already is locked on another player.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6633 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-17 15:23:25 +00:00
Playtester
0b5634517c Now the Inns are like on official servers
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6631 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-17 15:05:06 +00:00
skotlex
af26a46c9b - Added check to clear previous skill when combo time ends. Should fix TK Rankers being unable to initiate a combo with the same kick their previous combo was finished with.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6630 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-17 14:23:00 +00:00
skotlex
c042d6153c - Power Up and Agi Up now increase Hit/Flee by 20%/lv
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6629 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-17 13:46:05 +00:00
reddozen
0277ebc706 Removed AtCommand_Monster and replaced it with AtCommand_Spawn for Skots [Reddozen]
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6626 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-17 01:03:22 +00:00
skotlex
4fcac3b2f9 - Modified "hide woe damage" to send the number of hits rather than 1 as damage Because when the damage is less than the number of hits, the client will display MISS.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6624 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-16 18:51:20 +00:00
Playtester
86145b8698 More Aegis X.2 drop updates
- progress 50%

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6623 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-16 15:37:34 +00:00
skotlex
99dbd259be - Added a check to map_searchfreecell to handle the case when no ranges are specified (returns the center tile).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6622 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-16 14:54:37 +00:00
skotlex
1bac98be0c - Fire Pillar will now do 200%MATK damage per hit when level is >10.
- Blood Drain always hits now.
- Fixed Mob Area Skills not updating their use-time (rendering their skill delay useless)
- Search free cell will now skip picking the center-tile as target location. Will prevent slaves from walking on top of their master, or mobs placing stuff right under themselves with the "around" target conditions.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6621 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-16 14:42:54 +00:00
Playtester
559ee0c2d6 Just a small fix(G_Khalitzburg speed 200 -> 175)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6618 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-16 08:43:30 +00:00
evera
d0dfc12298 git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6617 54d463be-8e91-2dee-dedb-b68131a5f0ec 2006-05-16 07:09:08 +00:00
evera
d02b1a3a86 fixed dts, changed kafra_pay, kafra_dungeons, and functions_kafra
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6616 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-16 04:33:08 +00:00