diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-29 06:24:35 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-29 06:24:35 +0000 |
commit | 88ce01cbdc4ea56eec0d715b001519cfb7984d88 (patch) | |
tree | ffa45935d8472a6d99521c0f106cf5ac49a59951 /npc | |
parent | eb4b237671c3bef0e1d5bce20c54d31ccb8415e2 (diff) | |
download | hercules-88ce01cbdc4ea56eec0d715b001519cfb7984d88.tar.gz hercules-88ce01cbdc4ea56eec0d715b001519cfb7984d88.tar.bz2 hercules-88ce01cbdc4ea56eec0d715b001519cfb7984d88.tar.xz hercules-88ce01cbdc4ea56eec0d715b001519cfb7984d88.zip |
Temp fix for dumb code - disabled soundeffectall in scripts (see topic:155230 for reference)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10827 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/quests/first_class/tu_acolyte.txt | 2 | ||||
-rw-r--r-- | npc/quests/first_class/tu_archer.txt | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 774d05c04..66599c6f7 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,5 +1,7 @@ Date Added ====== +2007/06/29 + * Commented out crashing soundeffectall function calls [ultramage] 2007/06/28 * Rev. 10824 Fixed a couple bugs in the Kiel Hyre quest. [L0ne_W0lf] * Rev. 10823 Added missing "close;" to the Payon Monster Scholar. [L0ne_W0lf] diff --git a/npc/quests/first_class/tu_acolyte.txt b/npc/quests/first_class/tu_acolyte.txt index d5230660d..a91ac3b44 100644 --- a/npc/quests/first_class/tu_acolyte.txt +++ b/npc/quests/first_class/tu_acolyte.txt @@ -1014,7 +1014,7 @@ prt_monk,226,257,6 script Ill Girl#tu 93,{ mes "Are you alright?"; next; //misceffect EF_CURSEATTACK ; - soundeffectall "_curse.wav",0; + //soundeffectall "_curse.wav",0; emotion e_omg; mes "["+strcharinfo(0)+"]"; mes "This is....!"; diff --git a/npc/quests/first_class/tu_archer.txt b/npc/quests/first_class/tu_archer.txt index 72a9fb020..0a3fb19d1 100644 --- a/npc/quests/first_class/tu_archer.txt +++ b/npc/quests/first_class/tu_archer.txt @@ -1749,7 +1749,7 @@ prontera,126,335,5 script Arthail 51,{ next; mes "[???]"; mes "..."; - soundeffectall "se_littlewaves02.wav",0; + //soundeffectall "se_littlewaves02.wav",0; next; mes "["+strcharinfo(0)+"]"; mes "Huh?"; |