- 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
This commit is contained in:
parent
9b5bfcc015
commit
1d9efd4ced
@ -27,6 +27,8 @@
|
||||
|
||||
=========================
|
||||
04/19
|
||||
* Reverted the delay for Arrow Shower and Double Strafe to 100ms [Skotlex]
|
||||
* Reverted the cast time for pick stone to 500ms, no delay. [Skotlex]
|
||||
* Fixed Roguemaster's Bow being equipable by Rogues [Playtester]
|
||||
04/18
|
||||
* Some more fixes on the Bio Lab mobs [Playtester]
|
||||
|
@ -100,9 +100,9 @@
|
||||
//-- AC_CONCENTRATION
|
||||
45,0,0,0,60000:80000:100000:120000:140000:160000:180000:200000:220000:240000,0
|
||||
//-- AC_DOUBLE
|
||||
46,0,-100,0,100,0
|
||||
46,0,100,0,100,0
|
||||
//-- AC_SHOWER
|
||||
47,0,-100,0,100,0
|
||||
47,0,100,0,100,0
|
||||
//==========================================
|
||||
|
||||
|
||||
@ -272,7 +272,7 @@
|
||||
149,0,0,0,0,10000
|
||||
|
||||
//-- TF_PICKSTONE
|
||||
151,3000,500,0,0,0
|
||||
151,500,0,0,0,0
|
||||
//-- TF_THROWSTONE
|
||||
152,0,100,0,0,8000
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user