Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > World of Warcraft
You last visited: Today at 18:44

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Was ist daran falsch?

Discussion on Was ist daran falsch? within the World of Warcraft forum part of the Popular Games category.

Reply
 
Old   #1
 
anmarie0812's Avatar
 
elite*gold: 0
Join Date: Oct 2007
Posts: 186
Received Thanks: 7
Was ist daran falsch?

Das Addon soll automatisch Eisblock beenden, wenn ich einen Spell caste. (deutscher client)
Quote:
function Ice_OnLoad()
this:RegisterEvent("UI_ERROR_MESSAGE");
end

function Ice_OnEvent(event)
if (string.find(arg1, "Das geht jetzt nicht")) then

CancelPlayerBuff("Eisblock");
end
if (string.find(arg1, "Das geht nicht während")) then

CancelPlayerBuff("Eisblock");
end
end
anmarie0812 is offline  
Old 12/27/2008, 23:20   #2

 
Obilee's Avatar
 
elite*gold: 11
Join Date: May 2007
Posts: 62,452
Received Thanks: 29,520
Ganz dumm:
Ä = ae ?

:O
Obilee is offline  
Thanks
1 User
Old 12/27/2008, 23:40   #3
 
anmarie0812's Avatar
 
elite*gold: 0
Join Date: Oct 2007
Posts: 186
Received Thanks: 7
Nur das?
XD
Okay, danke ma testen
anmarie0812 is offline  
Old 12/27/2008, 23:44   #4

 
Obilee's Avatar
 
elite*gold: 11
Join Date: May 2007
Posts: 62,452
Received Thanks: 29,520
Ich weiß es nicht war mal so ne schnelle Vermutung.
Obilee is offline  
Old 12/28/2008, 00:12   #5

 
Sui2k's Avatar
 
elite*gold: 0
Join Date: Feb 2006
Posts: 7,735
Received Thanks: 3,454
versuchs doch erstma auf englisch bevor du es auf deutsch machst.
Sui2k is offline  
Old 12/28/2008, 03:20   #6

 
Ennea's Avatar
 
elite*gold: 0
Join Date: May 2006
Posts: 3,670
Received Thanks: 999
Quote:
Originally Posted by http://www.wowwiki.com/World_of_Warcraft_API
REMOVED CancelPlayerBuff(id or "name"[,"rank"]) - Removes a specific buff from the player. (Replaced in 3.0 with CancelUnitBuff.)
-->

Quote:
Originally Posted by http://www.wowwiki.com/World_of_Warcraft_API
CancelUnitBuff("unit", index or "spell" [,"filter" or "rank"]) - Removes a specific buff from the player.
Ennea is offline  
Thanks
1 User
Old 12/28/2008, 13:44   #7
 
Los's Avatar
 
elite*gold: 0
Join Date: Aug 2006
Posts: 445
Received Thanks: 520
Als UTF-8 speichern nicht vergessen dann sollte es geh eig testen kann ichs grade ne

Code:
function Ice_OnLoad()
this:RegisterEvent("UI_ERROR_MESSAGE");
end

function Ice_OnEvent(event)
if (string.find(arg1, "Das geht nicht während")) or (string.find(arg1, "Das geht nicht während")) then
CancelUnitBuff("player", "Eisblock");
end

end
hab sowas selber no ne gemacht darum weis ich ne obs klapt
Los is offline  
Thanks
2 Users
Reply


Similar Threads Similar Threads
Was ist daran falsch?
07/13/2010 - Metin2 Private Server - 0 Replies
Hallo Leute, habe eine eigene Quest geschrieben. Sie sieht wie folgt aus: quest drogendealerin begin state run begin when login with pc.level<=1 begin set_state(information) end end
Pferdevk Quest - Was ist falsch daran?
06/03/2010 - Metin2 Private Server - 2 Replies
Hallo, was ist falsch daran, in VPC zeigt er mir folgendes an; 'qc in malloc(): error: allocation failed' hier die Quest: quest pferdevk begin state start begin
Was ist falsch daran?
06/03/2010 - Metin2 Private Server - 8 Replies
Hallo, wollte gestern den Dropp der Eishexe einstellen, habe mir dann ein HowTo angschaut wo es recht gut drinne beschrieben ist. Jedoch zeigt mir mein Server bei meiner mob_drop_item.txt immer Fehler an bzw. folgendes: 'Core dumped' (Abort trap)' wenn ich rebootet habe, ungefähr nach dem 6. mal "Connection timed out" :-( Jedenfall wollte ich mal fragen was daran falsch ist, hier dann der ausschnitt: Group ÁøõÀÇÀå¼ö
Was ist daran falsch gescriptet
02/21/2009 - General Coding - 16 Replies
wie die überschrift schon sagt,was ist daran falsch (soll i-wan mal ein fischöffner werden)xD #Region ;**** Directives created by AutoIt3Wrapper_GUI **** #AutoIt3Wrapper_Res_Language=1031 #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI **** HotKeySet ( "{Numpad7}" , "Start" ) HotKeySet ( "{Numpad8}" , "Ende" ) While (1)



All times are GMT +2. The time now is 18:44.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.