diff options
author | alige Ali-G <aligetmw@hotmail.fr> | 2012-05-12 08:29:23 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2012-05-23 12:46:28 +0200 |
commit | eefa16b5a7b86fff1979a1445f3d77f36396c164 (patch) | |
tree | eaf0a99b05a0388eb4434bf0503bbd79c15f5354 | |
parent | f5814692601234a7ab8be84c6b8822f2a7c0c01c (diff) | |
download | serverdata-eefa16b5a7b86fff1979a1445f3d77f36396c164.tar.gz serverdata-eefa16b5a7b86fff1979a1445f3d77f36396c164.tar.bz2 serverdata-eefa16b5a7b86fff1979a1445f3d77f36396c164.tar.xz serverdata-eefa16b5a7b86fff1979a1445f3d77f36396c164.zip |
Changed all SKILL_WARRIOR_RAGING entries to SKILL_RAGING.
-rw-r--r-- | world/map/db/const.txt | 2 | ||||
-rw-r--r-- | world/map/db/skill_db.txt | 2 | ||||
-rw-r--r-- | world/map/npc/033-1/birrod.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/world/map/db/const.txt b/world/map/db/const.txt index 9c7921e5..13c6ccbd 100644 --- a/world/map/db/const.txt +++ b/world/map/db/const.txt @@ -345,7 +345,7 @@ SKILL_LUCKY_COUNTER 351 SKILL_SPEED 352 SKILL_RESIST_POISON 353 SKILL_ASTRAL_SOUL 354 -SKILL_WARRIOR_RAGING 355 +SKILL_RAGING 355 // Magic skills SKILL_MAGIC 340 diff --git a/world/map/db/skill_db.txt b/world/map/db/skill_db.txt index eee6d9d2..757eb100 100644 --- a/world/map/db/skill_db.txt +++ b/world/map/db/skill_db.txt @@ -32,7 +32,7 @@ 353, 0, 0, 0, 0, 0, 9, 10, 0, no, 0, 0, 0, none, 0, passive,vit, Poison_Resistance //TMW_POISON_RESISTANCE 354, 0, 0, 0, 0, 0, 9, 10, 0, no, 0, 0, 0, magic, 0, passive,int, Astral_Soul //TMW_ASTRAL_SOUL 45, 0, 0, 0, 0, 0, 9, 10, 0, no, 0, 0, 0, weapon, 0, passive,dex, Mallard's_Eye //AC_OWL -355, 0, 0, 0, 0, 0, 9, 10, 0, no, 0, 0, 0, weapon, 0, passive,str, Raging //SKILL_WARRIOR_RAGING implemented +355, 0, 0, 0, 0, 0, 9, 10, 0, no, 0, 0, 0, weapon, 0, passive,str, Raging //SKILL_RAGING implemented 28, 0, 6, 4, 0, 1, 0, 2, 1, yes, 0, 0, 0, magic, 0, no, none, Teleport //AL_TELEPORT 30, 9, 6, 16, 0, 1, 0, 10, 1, yes, 0, 0, 0, magic, 0, no, none, Heal //AL_HEAL // maxrse describes the max. level that the skill can be raised to through the `raise skill' option. Further raising has to happen via quests. diff --git a/world/map/npc/033-1/birrod.txt b/world/map/npc/033-1/birrod.txt index 28dd6c56..106ca056 100644 --- a/world/map/npc/033-1/birrod.txt +++ b/world/map/npc/033-1/birrod.txt @@ -191,7 +191,7 @@ L_Success52: next; L_Success5: getexp @minigame_exp, 0; - setskill SKILL_WARRIOR_RAGING, 1; + setskill SKILL_RAGING, 1; set @state, 6; callsub S_Update_Mask; mes "You feel an exciting energy inside you."; |