summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-18 00:35:25 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-18 00:35:25 +0000
commitb24981b5d5bb162c68b8dffd0c7dfaf66f44c2dd (patch)
tree2d0091d8850f99202eec68d49ca65ad621a34c51
parent3dae80a032f7154e9297b2aa71cd1697ffdf4a8e (diff)
downloadhercules-b24981b5d5bb162c68b8dffd0c7dfaf66f44c2dd.tar.gz
hercules-b24981b5d5bb162c68b8dffd0c7dfaf66f44c2dd.tar.bz2
hercules-b24981b5d5bb162c68b8dffd0c7dfaf66f44c2dd.tar.xz
hercules-b24981b5d5bb162c68b8dffd0c7dfaf66f44c2dd.zip
- Reenabled client requesting to self mute, as the whole knockback packet issues of the past which were causing players to mute themselves when being knockback is no longer there.
- Changed NPC_CHANGEUNDEAD from a self skill to a targetted skill. Changed it's duration to 30 secs. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8787 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r--Changelog-Trunk.txt4
-rw-r--r--db/Changelog.txt3
-rw-r--r--db/skill_cast_db.txt2
-rw-r--r--db/skill_db.txt2
-rw-r--r--src/map/clif.c6
5 files changed, 11 insertions, 6 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index bbd35e580..9b8e96ed4 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,10 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
+2006/09/18
+ * Reenabled client requesting to self mute, as the whole knockback packet
+ issues of the past which were causing players to mute themselves when being
+ knockback is no longer there. [Skotlex]
2006/09/17
* Fixed NPC_INVISIBLE's cloak ending after attacking once. [Skotlex]
* Fixed SG_FUSION being castable without Soul Link state. [Skotlex]
diff --git a/db/Changelog.txt b/db/Changelog.txt
index 91108792a..b3c093bdd 100644
--- a/db/Changelog.txt
+++ b/db/Changelog.txt
@@ -19,6 +19,9 @@
-----
=========================
+09/18
+ * Changed NPC_CHANGEUNDEAD from a self skill to a targetted skill. Changed
+ it's duration to 30 secs. [Skotlex]
09/17
* Updated some item names according to info from Haplo [Playtester]
* Fixed some Thanatos mob names [Playtester]
diff --git a/db/skill_cast_db.txt b/db/skill_cast_db.txt
index fadc6e3ba..f135e7126 100644
--- a/db/skill_cast_db.txt
+++ b/db/skill_cast_db.txt
@@ -537,7 +537,7 @@
//-- NPC_STOP
342,0,0,0,10000,0
//-- NPC_CHANGEUNDEAD
-348,0,0,0,1800000,0
+348,0,0,0,30000,0
//-- NPC_POWERUP
349,0,0,0,60000:120000:180000:240000:300000,0
//-- NPC_AGIUP
diff --git a/db/skill_db.txt b/db/skill_db.txt
index 018df0cb9..97fbba41e 100644
--- a/db/skill_db.txt
+++ b/db/skill_db.txt
@@ -371,7 +371,7 @@
345,9,6,1,-1,0,0,10,1,no,0,2,0,weapon,0 //NPC_BREAKHELM#Break helm#
346,9,6,1,-1,0,0,10,1,no,0,2,0,weapon,0 //NPC_BREAKSHIELD#Break shield#
347,-1,6,1,9,0,0,10,1,no,0,2,0,weapon,0 //NPC_UNDEADATTACK
-348,0,0,4,9,1,0,10,1,no,0,2,0,magic,0 //NPC_CHANGEUNDEAD
+348,9,0,1,9,1,0,10,1,no,0,2,0,magic,0 //NPC_CHANGEUNDEAD
349,0,6,4,0,1,0,10,0,no,0,2,0,weapon,0 //NPC_POWERUP
350,0,6,4,0,1,0,10,0,no,0,2,0,none,0 //NPC_AGIUP
351,0,0,0,0,1,0,0,0,no,0,2,0,none,0 //NPC_SIEGEMODE
diff --git a/src/map/clif.c b/src/map/clif.c
index fe9ae5afb..3c9e697ac 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -10870,10 +10870,8 @@ void clif_parse_GMReqNoChat(int fd,struct map_session_data *sd)
if (type == 0)
limit = 0 - limit;
- //Temporarily disable chars from muting themselves due to the mysterious "DON'T USE BOT!" message. [Skotlex]
- //Also, if type is 2 and the ids don't match, this is a crafted hacked packet!
- //So for now, type 2is just totally disabled.
- if (type == 2/*&& sd->bl.id != dstsd->bl.id*/)
+ //If type is 2 and the ids don't match, this is a crafted hacked packet!
+ if (type == 2 && sd->bl.id != dstsd->bl.id)
return;
if (