skotlex
f5464dccc0
- Added a check to prevent Blind from ending while standing on a fog of wall.
...
- The mob Slave ai will be executed now even when the slave has a target. This will allow for "instant" warping to the master when it changes maps or teleports. if the slave has a target already, it won't unlock it and chase back to the master or anything like that.
- Removed a couple of checks that prevents item ids above 20000. However, remember that the max id is still ~32k or the client is the one who's gonna crash!
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7799 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-21 14:05:27 +00:00
Playtester
290dc6b181
* Added G_ L_ and XMAS_ mobs to the race2 races
...
- also added Rotar Zairo to 'Goblins'
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7795 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-21 10:38:42 +00:00
Playtester
70b06fe3be
* Fixed a typo in guides_einbr.txt
...
* Added the Cube Room Maze
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7794 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-21 10:05:50 +00:00
Playtester
7a7d158fb8
Fixed Anonymity Request and Erende Ebecee Card
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7793 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-21 09:20:35 +00:00
evera
7f6823cebb
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7791 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-21 00:45:28 +00:00
evera
e17eef4b4e
Split quests from cities/alberta.txt to quests/quests_alberta.txt
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7790 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-21 00:38:56 +00:00
evera
4c3ada69c7
split quests from cities/amatsu.txt to quests/quests_amatsu.txt
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7789 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-21 00:30:34 +00:00
evera
849258b56c
Forgot message again -.-;;
...
Split Ayothaya quests from cities/ayothaya.txt to quests/quests_ayothaya.txt
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7788 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-21 00:17:58 +00:00
evera
05c53387cf
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7787 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-21 00:16:38 +00:00
evera
404886ea21
Split Doomed Sword quest from cities/comodo.txt to quests/quests_comodo.txt
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7786 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-21 00:06:57 +00:00
evera
7dd29d0718
renamed quests_einbroch.txt to quests_ein.txt, added Einbech bits for quests in quests_ein.txt
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7785 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-21 00:02:00 +00:00
evera
2fcf752e56
Split Einbroch quests from city/einbroch.txt
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7784 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-20 23:49:46 +00:00
evera
072ff8a6c1
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7783 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-20 23:48:19 +00:00
skotlex
7e68dd7948
- Added source reporting when you do an invalid int&str or str&int operation on a script.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7782 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-20 23:13:22 +00:00
skotlex
5587ea7cd6
- Fixed the intif party creation packet having the incorrect size sent, hence causing the leader's level to be read as garbage (which caused the "impossible to even share" bug).
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7780 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-20 23:03:53 +00:00
skotlex
703c4b2af8
- Added pc_check_weapontype to do a proper skill weapon check that takes into account dual-wielding. That is, if a skill can be used with daggers/axes, you'll be able to use the skill when dual-wielding them.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7779 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-20 21:05:12 +00:00
skotlex
de6883c0bb
- Corrected Cloaking level 1-2 not letting you move across walls.
...
- updated cloaking code so that when you set "enable cloaking without walls", the code will consider you as "always next to a wall", thus you get the wall-speed bonus always.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7778 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-20 20:34:06 +00:00
skotlex
a0ab1d07f5
- Applied the fix to homunculus name saving...
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7777 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-20 19:57:18 +00:00
skotlex
e5b4eaaea0
- Added battle config settings agi_penalty_target and vit_penalty_target, they define which object types will get vit/flee reductions when multi-targetted and defaults to only players (battle/battle.conf)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7774 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-20 18:29:08 +00:00
skotlex
5b8eac3bc4
- Added a skill_unit_db entry for NJ_HYOUSYOURAKU, thanks to Eus for the data.
...
- Added the dummy intravision case for the changeoption packet 0x229
- Corrected Fog of Wall so that all targetted offensive skills (not only those who do damage) will fail on cast-end 75% of the time.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7773 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-20 18:03:18 +00:00
MasterOfMuppets
23b29d0e54
Small fix
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7772 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-20 17:43:14 +00:00
skotlex
ce467089e1
- corrected @homlevel up and one entry in the homun exp table as reported on the forums by Albator.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7770 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-20 17:31:39 +00:00
Playtester
1e4b61c609
Updated Speed/Delays of Niflheim mobs
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7769 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-20 17:21:12 +00:00
DracoRPG
f6d32063cf
SQL fix for Homunc skills
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7768 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-20 16:40:22 +00:00
skotlex
911eb096e3
- Added a status_check_skilluse on skill_attack_area call to prevent splash damage skills from hitting hidden/trickdead/etc characters.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7767 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-20 16:05:45 +00:00
Playtester
9f6f7ac284
Updated Speed/Delays of Umbala mobs
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7766 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-20 15:39:58 +00:00
Playtester
8ecb3915be
Updated Speed/Delays of Kunlun mobs
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7765 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-20 14:35:15 +00:00
skotlex
c9e0dbb9a9
- Corrected fog of wall to behave as best known. Only takes effect when targetting a character inside it, -50hit/-75% damage when using normal-ranged attacks, -25% damage from all damage skills, 75% chance of all targetted damage skills of failing.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7764 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-20 14:35:02 +00:00
skotlex
478e0bc736
- Should have fixed @refine applying multiple times to equipment that uses multiple equip slots.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7762 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-20 13:56:37 +00:00
Playtester
b6aa436f60
* Updated aDelay of some mobs to Aegis
...
- the code now solves the aDelay bug, so we can fully use Aegis values
- Alice and Zherlthsh finally attack like on official servers
- please don't merge the mob_db until the code is merged
* Ancient Mimic now drops Freyr's Shoes
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7761 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-20 12:10:50 +00:00
MasterOfMuppets
2197d7c865
Updated the sell Price of Serin's ring.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7759 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-20 10:55:42 +00:00
Playtester
3dfbecc91a
Made Bacsojin's skills uninteruptable
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7758 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-20 08:47:44 +00:00
MasterOfMuppets
d93d31fb27
Dj-Yhn optimized the Shinokas quest to only use one variable.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7757 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-20 07:56:11 +00:00
MasterOfMuppets
a463c05503
Put the newly implemented cards into the old card album list.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7755 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-19 22:05:56 +00:00
skotlex
0ec8fc5f1f
- Oops, should have fixed sql compilation of mob.c
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7753 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-19 20:49:14 +00:00
skotlex
da34db27c2
- Fixed the inf code update breakage which was blocking all offensive skills.
...
- Added battle setting homun_critical_rate (defaults to 0)
- Removed enemy_str/pet_str/enemy_perfect_flee and replaced them with
- enable_perfect_flee which specifies which objects can have perfect flee and enable_baseatk which specifies which objects can have a base attack value (both in battle.conf)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7752 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-19 20:27:05 +00:00
skotlex
046e959e52
- Modified the targetted skill logic to enable offensive skills to be targetted at party/guild members if the appropiate inf2 value is set.
...
- Added the SC_JAIL code for timed jailing, but the related @ commands ain't in yet.
- Added checks to make adding items to inventory/cart fail when a char is in finalsave state.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7751 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-19 18:49:42 +00:00
skotlex
8b0f535cec
- Fixed parse_names on irc.c crashing when receiving a null argument.
...
- Modified the parsing of the names line, since some servers will send @ instead of = when separating the information.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7750 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-19 16:54:37 +00:00
skotlex
c89acf814e
- Fixed the homun creation sql statement. Why noone else did so before?
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7749 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-19 15:29:55 +00:00
MasterOfMuppets
8eed0a6fa7
Fixed mob skills for G_INCUBUS and G_WRAITH_DEAD.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7748 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-19 15:26:40 +00:00
skotlex
64e01d9894
- When enabling/disabling hiding/unhiding an npc, if the npc is a warp, it will use clearchar and spawn packets instead of changeoption. Thanks to Toms for the fix.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7746 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-19 15:24:40 +00:00
MasterOfMuppets
4bcae9b8dc
Another small map-flag change.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7745 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-19 14:44:41 +00:00
skotlex
c96212781f
- Corrected Trim chars to block 'enter', as explained by the Ultra mage.
...
- When the client passes account version 0, the login server will set it to 1 now.
- Corrected the HP bar scaling when HP is above Short Max. It should display fine for any HP value now.
- Added a check when the mob's adelay is shorter than the amotion, in which case the adelay will be changed to the amotion value.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7742 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-19 14:31:01 +00:00
MasterOfMuppets
b00e9d6e14
Completed the sign quest warps and did some minor mapflag changes.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7741 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-19 12:57:45 +00:00
Playtester
7d487e2426
* Raised drop rate of Electric Wire and Undershirt
...
* Some speed and aDelay adjustments on Fur_Seal, Metaling, Increase Soil
- Incantation Samurai is now moving much faster
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7739 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-19 12:33:26 +00:00
Playtester
f395d6dbb0
Updated speed and delay values of Amatsu mobs
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7738 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-18 22:13:11 +00:00
skotlex
094db48cae
- Added atcommand @partyoption, lets you alter the party item-distribution type on the go. Usage is "@partyoption <pickup share> <item distribution>", where both arguments can be 0/1, yes/no, etc.
...
- Updated @changeleader and @partyoption to use msg_Athena entries.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7737 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-18 21:12:35 +00:00
Playtester
b0694f81e9
Added some commented warps... they work, but not sure if they are on officials yet...
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7735 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-18 17:53:04 +00:00
skotlex
f7535ef5a9
- Fixed a compile warning. Some minor format cleanups.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7733 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-18 16:14:44 +00:00
skotlex
b974a6b765
- Added character 013 (enter) to the list of characters that are always removed from new character names.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7732 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-18 15:05:26 +00:00