From 88ce01cbdc4ea56eec0d715b001519cfb7984d88 Mon Sep 17 00:00:00 2001 From: ultramage Date: Fri, 29 Jun 2007 06:24:35 +0000 Subject: 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 --- npc/Changelog.txt | 2 ++ npc/quests/first_class/tu_acolyte.txt | 2 +- npc/quests/first_class/tu_archer.txt | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) (limited to 'npc') 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?"; -- cgit v1.2.3-70-g09d2