Changed Talkie Box to trap type, and removed the UF_NOREITERRATION flag. (Partial fix for Bugreport:3748)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14165 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
cc02657862
commit
702c4783c6
@ -8,6 +8,8 @@
|
|||||||
1475 Equestrian's Spear: NEED INFO.
|
1475 Equestrian's Spear: NEED INFO.
|
||||||
13005 Angelic Wing Dagger: NEED INFO.
|
13005 Angelic Wing Dagger: NEED INFO.
|
||||||
=======================
|
=======================
|
||||||
|
2009/11/24
|
||||||
|
* Rev. 14165 Changed Talkie Box to trap type, and removed the UF_NOREITERRATION flag. (Partial fix for Bugreport:3748) [L0ne_W0lf]
|
||||||
2009/11/03
|
2009/11/03
|
||||||
* Rev. 14147 Added Ifrit, Beelzebub, and Hibram to mob_boss, and a second Atroce. [L0ne_W0lf]
|
* Rev. 14147 Added Ifrit, Beelzebub, and Hibram to mob_boss, and a second Atroce. [L0ne_W0lf]
|
||||||
2009/11/03
|
2009/11/03
|
||||||
|
@ -166,7 +166,7 @@
|
|||||||
122,3,6,2,4,0x42,1,5,1,no,0,0x80,0,misc,0, HT_BLASTMINE,Blast Mine
|
122,3,6,2,4,0x42,1,5,1,no,0,0x80,0,misc,0, HT_BLASTMINE,Blast Mine
|
||||||
123,3,6,2,3,0x42,2,5,1,no,0,0x80,0,misc,0, HT_CLAYMORETRAP,Claymore Trap
|
123,3,6,2,3,0x42,2,5,1,no,0,0x80,0,misc,0, HT_CLAYMORETRAP,Claymore Trap
|
||||||
124,3,6,32,0,0x1,0,1,1,no,0,0,0,misc,0, HT_REMOVETRAP,Remove Trap
|
124,3,6,32,0,0x1,0,1,1,no,0,0,0,misc,0, HT_REMOVETRAP,Remove Trap
|
||||||
125,3,6,2,0,0x1,0,1,1,no,0,0,0,misc,0, HT_TALKIEBOX,Talkie Box
|
125,3,6,2,0,0x1,0,1,1,no,0,0x80,0,misc,0, HT_TALKIEBOX,Talkie Box
|
||||||
126,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0, HT_BEASTBANE,Beast Bane
|
126,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0, HT_BEASTBANE,Beast Bane
|
||||||
127,0,0,0,0,0,0,1,0,no,0,0,0,misc,0, HT_FALCON,Falconry Mastery
|
127,0,0,0,0,0,0,1,0,no,0,0,0,misc,0, HT_FALCON,Falconry Mastery
|
||||||
128,0,0,0,0,0,0,10,0,no,0,0,0,misc,0, HT_STEELCROW,Steel Crow
|
128,0,0,0,0,0,0,10,0,no,0,0,0,misc,0, HT_STEELCROW,Steel Crow
|
||||||
|
@ -48,7 +48,7 @@
|
|||||||
121,0x97, , 0, 1,1000,enemy, 0x006 //HT_FREEZINGTRAP
|
121,0x97, , 0, 1,1000,enemy, 0x006 //HT_FREEZINGTRAP
|
||||||
122,0x8f, , 0, 1,1000,enemy, 0x006 //HT_BLASTMINE
|
122,0x8f, , 0, 1,1000,enemy, 0x006 //HT_BLASTMINE
|
||||||
123,0x98, , 0, 1,1000,enemy, 0x006 //HT_CLAYMORETRAP
|
123,0x98, , 0, 1,1000,enemy, 0x006 //HT_CLAYMORETRAP
|
||||||
125,0x99, , 0, 1,1000,all, 0x002 //HT_TALKIEBOX
|
125,0x99, , 0, 1,1000,all, 0x000 //HT_TALKIEBOX
|
||||||
140,0x92, , -1, 0,1000,enemy, 0x000 //AS_VENOMDUST
|
140,0x92, , -1, 0,1000,enemy, 0x000 //AS_VENOMDUST
|
||||||
220,0xb0, , 0, 0, -1,all, 0x002 //RG_GRAFFITI
|
220,0xb0, , 0, 0, -1,all, 0x002 //RG_GRAFFITI
|
||||||
229,0xb1, , 0, 1,1000,enemy, 0x006 //AM_DEMONSTRATION
|
229,0xb1, , 0, 1,1000,enemy, 0x006 //AM_DEMONSTRATION
|
||||||
|
Loading…
x
Reference in New Issue
Block a user