273 Commits

Author SHA1 Message Date
Playtester
35868c5c0b Updated the kRO/iRO mob names
-done up to ID 1491, working on the rest now

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6268 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25 14:38:15 +00:00
Playtester
09f40bbf6c Updated the header in the mob db text files
- the order is now SpriteName,kROName,iROName

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6267 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25 13:47:30 +00:00
Vicious
c8863db749 OBB/etc update from x.2/x.3
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6260 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-24 22:18:04 +00:00
Playtester
52df721005 Fixed cast time of running
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6259 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-24 21:47:12 +00:00
Playtester
b995faee0f Fixed Item 2520 and Item 662 according to info from Haplo
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6257 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-24 20:51:33 +00:00
skotlex
cb00c164f7 - Idle skills won't trigger while the mob is walking.
- Idle skills will now trigger each IDLE_SKILL_INTERVAL iterations (10 currently)
- Added support for walk packet 0x22c (disabled currently as it's non-walk packet equivalent is yet missing), it will be used when PACKETVER is set to 7 or above.
- Normal walking will now also trigger mob skills (due to the walk skill condition)
- Updated mob_skill_db: all idle and walk skills had their rate go up x10.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6245 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-24 02:45:17 +00:00
MasterOfMuppets
a5d33a3007 Put in most of the Kiel Hyre monster drops, at temporary low rates.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6244 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-23 21:20:11 +00:00
MasterOfMuppets
6247eaea0d Updated some loot sell prices for the Kiel Hyre/Odin Temple monsters
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6241 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-23 20:05:57 +00:00
Vicious
d5ccb4d2df NPC_CHANGE should be self
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6238 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-23 06:53:17 +00:00
skotlex
34fa41861e - Added -fstack-protector to the Makefile, commented out by default.
- Increased all chase/follow skill rates by 10 since their trigger rate has been decreased by that much due to the unit-data update.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6237 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-23 05:40:58 +00:00
Vicious
89e5271637 kiel/odin stat
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6235 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-23 03:07:04 +00:00
Playtester
b545570e23 Major fix to the Einbroch Mobs
-they should be to 99% official now

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6233 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-22 10:24:06 +00:00
Playtester
b342e18ad8 Fixed stats of Chung E / Green Maiden
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6224 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-21 20:33:59 +00:00
skotlex
47d5784da3 - SC_CLOAKING's val4 now holds whether cloaking ends or not on attack.
- Implemented NPC_INVISIBLE, it starts SC_CLOAKING with val4 set to 1, skill duration is 30 secs.
- Moved uncloaking on attack from attack_timer_sub to battle_calc_weapon_attack.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6223 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-21 19:55:35 +00:00
Playtester
dfe70fc6d4 Finally implemented Dragon Egg with official stats
-still have to check the skills

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6222 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-21 19:32:45 +00:00
Poki#3
2f2fffd99a * Fixed some mob skills that where missing an [Enter]... (Windows format... AGAIN!) [Poki#3]
...why co we have uncommented Attack skills under an iddle state? Oo
* Added a lot of G_Mobs and changed some slave spawns to them. Please use the newest exe release. [Poki#3]

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6219 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-21 17:36:05 +00:00
Playtester
b05010f1e4 Fixed selling price of Research Chart (ID 7347)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6218 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-21 17:16:16 +00:00
Playtester
08e028d33c Fixed some drops of the Bio Lab 1&2 mobs
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6217 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-21 16:35:54 +00:00
Playtester
c2b46b0b38 Fixed more elements of Bio Lab mobs
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6216 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-21 15:34:47 +00:00
Playtester
2510a17775 Changed item_db2.txt to new format
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6211 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-21 11:48:24 +00:00
skotlex
18270f85ed - Fixer range of meteor (from 14x14 to 7x7)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6205 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20 23:29:57 +00:00
Playtester
0cc4f59350 Fixed Nile Rose bonus(+10 HP)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6199 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20 20:00:45 +00:00
Playtester
8454810f8a Fixed Violy's Arc Wand drop
-she drops Arc Wand[1] and not Arc Wand[2]

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6196 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20 19:34:49 +00:00
Playtester
29f72fce9b Changed "Event Hat" to "Brazil Event Hat"
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6194 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20 19:25:19 +00:00
Playtester
c87162853c Fixed a zeny exploit by lowering the price of fire cracker.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6180 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-19 17:43:48 +00:00
Playtester
5fd55f83e6 Fixed attack power of Niflheim mobs
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6179 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-19 16:50:41 +00:00
skotlex
1d9efd4ced - Reverted the delay for Arrow Shower and Double Strafe to 100ms
- Reverted the cast time for pick stone to 500ms, no delay.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6176 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-19 14:21:51 +00:00
Playtester
3668d584e9 git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6174 54d463be-8e91-2dee-dedb-b68131a5f0ec 2006-04-19 13:47:43 +00:00
Playtester
c36a6dd632 Some more fixes to the Bio Lab mobs
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6168 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-18 20:52:19 +00:00
Playtester
61800c9ec7 Fixed Laurell's mob mode
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6167 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-18 19:02:59 +00:00
Playtester
83f267044c Updated Juperos Mobs
-now they have correct stats from kRO Sakray
-Speed, aDelay, aMotion, dMotion are guessed from videos
-I have yet to check the drops/skills

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6164 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-18 18:31:00 +00:00
Playtester
fe30c81ef8 Fixed Element/Race/Size of all Juperos mobs, still working on stats.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6160 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-18 16:32:35 +00:00
Playtester
563231bb21 Fixed element of Gemini and Monemus
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6158 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-18 15:41:45 +00:00
Playtester
daf63fe064 Forgot to put new date on changelog files.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6157 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-18 14:40:12 +00:00
Playtester
77a89c7be1 Fixed Event Nile Rose missing a slot
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6154 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-18 13:47:08 +00:00
Playtester
9121264913 Fixed Butcher's weapon level
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6153 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-18 13:43:41 +00:00
Playtester
9aa78bfbbd Fixed new healing items(Strawberry, Orange, etc.) not being usable by new classes(Taekwon, etc.)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6149 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-18 08:24:02 +00:00
Playtester
5acf20e612 Fixed knives being equipable by Taekwon and Star Gladiator
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6142 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-17 19:33:07 +00:00
Playtester
c9112b1fd8 Fixed jname of Photon Cannon
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6136 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-17 16:06:13 +00:00
Playtester
cedacb87be Fixed slots of butcher
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6134 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-17 15:44:33 +00:00
Playtester
2d77c01206 Fixed some item names in the item_db.txt
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6133 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-17 15:36:16 +00:00
Playtester
49236ded5c Fixed Mjolnir's ASPD bonus (30->10)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6131 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-17 15:20:15 +00:00
Playtester
eef0339245 Fixed moving speed of Bio Lab 3 mobs
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6129 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-17 12:02:02 +00:00
skotlex
e5ee6b1fc0 - Changed the npc_id mismatch warning to be more informative.
- Modified @monster command to use map_search_freecell (prevents mobs spawning on non-walkable tiles)
- Modified @nuke to invoke skill_cast_nodamage_id instead of the damage_id version (fixes sprite and splash damage for the skill)
- Corrected Venom Knife's requiring two knives per use.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6124 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-17 00:57:42 +00:00
Playtester
776ba2755c Adjusted more Speed/Delays of Lighthalzen Mobs
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6122 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-16 19:51:08 +00:00
Playtester
d98d2261d4 Fixed Job values in the item_db.txt for all one-handed-swords.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6104 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-16 09:32:48 +00:00
Lupus
424bfc402b fixed poisonous toad card effect
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6088 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-15 19:09:15 +00:00
Playtester
c3cfb25bb1 Fixed Vesper's HP and implemented Monemus
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6085 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-15 18:09:04 +00:00
Playtester
065ceb04de Renamed Mastersmith Howard to Whitesmith Howard
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6084 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-15 17:32:25 +00:00
Playtester
b3e5defc9a Fixed Halo 10% --> 15% Holy Resistance
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6083 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-15 17:08:23 +00:00