Sfoglia il codice sorgente

git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@358 54d463be-8e91-2dee-dedb-b68131a5f0ec

celest 20 anni fa
parent
commit
9fab2c2fcb
3 ha cambiato i file con 16 aggiunte e 1 eliminazioni
  1. 4 1
      Changelog.txt
  2. 4 0
      db/Changelog.txt
  3. 8 0
      db/const.txt

+ 4 - 1
Changelog.txt

@@ -5,7 +5,10 @@ Date	Added
 	* @charsave is now #save [MC Cameri]
 	* Updated most of jA's 1067; battle.c and skill.c might need more updates! [Codemaster]
 	* Fixed char-txt crashing when closing, Codemaster free()'s. [MC Cameri]
-        * Skill Updates: - Updated guild skills (60%) [celest]
+        * Skill Updates: [celest]
+          - Updated guild skills (60%)
+          - updated Weapon Repair and Aura Blade by DracoRPG
+
 11/23
 	* Fixed script loading small/large monsters. [Valaris]
 	* @charoption is now #option [MC Cameri]

+ 4 - 0
db/Changelog.txt

@@ -5,6 +5,10 @@
 	Ayathoya items == Added but no effect ( all are "ect" itens)
 	Skill databases == celest working on them i believe.
 
+11/25   * Added element effects to const.txt. [celest]
+          Usage example: sc_start SC_Frost,30000,0;
+          to change the weapon element to Water for 30 seconds.
+
 11/23   * Added temporary requirements for the new guild skills [celest]
 
 11/22

+ 8 - 0
db/const.txt

@@ -248,3 +248,11 @@ SC_SpeedPot1	38
 SC_SpeedPot2	39
 SC_ATKPot	185
 SC_MATKPot	186
+SC_EncPoison	6
+SC_Holy		17
+SC_Flame	90
+SC_Frost	91
+SC_Lightning	92
+SC_Seismic	93
+SC_Bleeding	124
+SC_BlockSkill	194