2169 Commits

Author SHA1 Message Date
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
skotlex
3ffd7ebdb9 - Updated the HP/SP leech structures to have race-data attached to them.
- Merged all leeching code to battle_drain function.
- Added an enum for races (they match the RC entries in const.txt, except they are in all caps)
- Cleaned up atk_mods and aspd_base to be MAX_WEAPON_TYPE sized rather than MAX_WEAPON_TYPE+1
- Simplified a bit the code for Signum Crucis
- Added script bonuses: 
	bonus3 bHPDrainRateRace,<Race>,<Activation Rate>,<Drain %>
	bonus3 bSPDrainRateRace,<Race>,<Activation Rate>,<Drain %>
	bonus2 bHPDrainValueRace,<Race>,<Value>
	bonus2 bSPDrainValueRace,<Race>,<Value>


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6221 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-21 18:42:35 +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
skotlex
bd17bad4eb - Fixed items not really getting unequipped when they should.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6214 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-21 13:35:41 +00:00
Playtester
e9e7319786 Added missing Kafra in Prontera
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6213 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-21 12:58:03 +00:00
Playtester
ca426293ef Changed item_db2.sql to new format
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6212 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-21 11:51:41 +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
Playtester
9b9e029110 Changed item_db.txt format to windows format.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6208 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-21 10:59:26 +00:00
skotlex
e49d9e7dac - Fixed the equip/unequip scripts not triggering for compounded cards.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6207 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-21 03:22:41 +00:00
skotlex
0db2a0aa0b - Char server will now ignore packet 0x65 for already authentified accounts.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6206 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-21 00:19:14 +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
skotlex
c69118e1e5 - Added two columns to item_db: equip_script and unequip_script are scripts that are executed once when the corresponding item is equipped or unequipped respectively.
- Removed bonuses bDamageWhenUnequip, bLoseSPWhenUnequip
- Updated sql-files/item_db.sql with latest.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6204 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20 23:24:20 +00:00
Playtester
dbe31a0f87 Hopefully fixed the custom jobmaster as well.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6203 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20 23:15:03 +00:00
Playtester
468e659055 Another fix to npc/cities/valkyrie.txt
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6202 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20 22:51:42 +00:00
Playtester
0df72a479d Hopefully fixed npc/cities/valkyrie.txt (Rebirth) not working for some Knights and Crusaders
Needs some testing!

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6201 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20 22:40:05 +00:00
Playtester
716ec506d8 Fixed Taekwon Job Quest
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6200 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20 22:11:29 +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
skotlex
ffce65e7bf - Raised the buffer size in clif_MainChatMessage to 200, removed the message length in atcommand_main.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6197 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20 19:42:54 +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
skotlex
d6cb791e3c - Fixed buffer overflow in clif_MainChatMessage. It now prints a Debug message with the offending line.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6195 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20 19:30:24 +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
skotlex
91b4a76cbd - Cleaned up a bunch of GS/NJ skills
- Fixed Gatling Fever crashing server when used by non players.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6193 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20 16:47:33 +00:00
skotlex
63eec80717 - Added support for n to specify minutes to @charban.
- Fixed a logic typo on the way dummy_npc_id was defined.
- Added state.trading to specify when a trading has started. Now you should be able to walk around until the trade is either rejected or started.
- Armor defense is no longer reduced by the amount of characters targetting you.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6192 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20 16:04:47 +00:00
Lupus
6e6d18c076 new job quests for Taekwon, Soul Linker, Star Gladiolus ^_-
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6189 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20 07:33:10 +00:00
Lupus
f97d4f78b9 typos
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6188 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20 05:01:01 +00:00
skotlex
a65352a081 - Updated the doc/script_commands.txt documentation in regards to npc mob spawn lines.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6186 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20 02:52:02 +00:00
skotlex
8c6c2841f8 - Added back the "you can't walk delay while attacking" to unit_attack_timer, now when you want to walk during your attack animation, you will only stop attacking, you will have to click again to move.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6185 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20 00:08:46 +00:00
skotlex
66bab4bc3d - Fixed a pair of wrong mapflag lines in nopvp.txt
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6183 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-19 20:03:15 +00:00
skotlex
8934d52b73 - Removed the max cap of autoloot so you are now allowed to set autoloot values above 100.
- Initialized w1/w2/w3/w4 before reading each npc line to avoid sending unread values to the parsers (for example, if w4 has a value in one line and none on the next, it will be parsed with the previous value of w4 on the following lines)
- Updated getpartymember to receive an int which specifies what to retrieve. 0: Character names (array $@partymembername$), 1 character char ids (array $@partymembercid), 2 character account ids (array $@partynameaid). By default it returns party member names.
- Updated script_commands.txt with the updated behaviour of getpartymember.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6182 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-19 18:44:01 +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
Poki#3
211bdf4590 Added new items and Cards as temp plugs.
Fixed dancer and Gypsy check in clothes_dyer.txt.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6178 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-19 15:45:58 +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
eaac
9b5bfcc015 eAAC Update:
- Whoops, eAAC members made a mistake with scripts and I didn't notice => Quest Warper.txt [erKURITA]
- Added quest_warper.txt and banker.txt to npc\customs\eAAC_Scripts. [erKURITA] (Stable log)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6175 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-19 14:04:54 +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
eaac
3451a74569 eAAC Update:
* Added quest_warper.txt and banker.txt to npc\customs\eAAC_Scripts. [erKURITA]

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6173 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-19 13:45:51 +00:00
skotlex
a2ba8edd25 - Fixed a typo in map_search_freecell which was returning incorrect cells according to the ranges given. Increased the max number of iteration for finding a suitable cell to 100.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6172 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-19 00:28:42 +00:00
Zido
411991788d git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6171 54d463be-8e91-2dee-dedb-b68131a5f0ec 2006-04-18 22:03:40 +00:00
Zido
bc11c8b54f - IRC Bot can now auto-join when kicked from the channel
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6170 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-18 21:28:35 +00:00
Zido
b17413e395 - Added @who to IRC Bot, Refer to changelog.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6169 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-18 21:13:13 +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
skotlex
a0b8ab2e66 - Changed the memory manager fatal errors when allocating memory to print out the size request as well as the file and line where they originated.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6165 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-18 18:37:56 +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
skotlex
c176a131f0 - Fixed the delete_timer (@summons, alchemist plants) not invoking unit_free, hence causing memory leaks and the like.
- Applied jA's patch to fix a bug in the scripting engine in regards to priority of operators. Thanks to End of Exam for the information.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6161 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-18 17:07:16 +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