Natürlich vor allem in EU sind Instanz Scripts sehr gefährlichQuote:
Keine Gefahr , dass man evlt gebannt wird duch die Nutzung eines Scriptes?:D
Quote:
Natürlich vor allem in EU sind Instanz Scripts sehr gefährlichQuote:
Keine Gefahr , dass man evlt gebannt wird duch die Nutzung eines Scriptes?:D
Quote:
let me check it.Quote:
is anyone having issues with COE script ? when my char get to the room box now it dosnt open wings and just fall down and die.. i check if was a bug of my char or client and no.. keeps happen all the time. i have to click wings manual for not fall and die
Hi Paraly, is there any support for GroupChat at the moment?, I tried with many possible commands but it seems it only works with whispers.Quote:
We can search for a specific text inside the chat log now
here's a example, it will use Splendor of Recovery as soon as it gets a whisper with the text "use it"
Another example, the script will only accept whispers from a specific characternameCode:#IF=%FirstTime,; #UseLoop #EnableChatLog #ClearChatLog Command=; #ENDIF Delay=50; _SearchChatLog=Whispers: use it; Command=/skill Splendor of Recovery; #ClearChatLog #ENDIF
".*?" will skip a text part till the end part got found
Code:#IF=%FirstTime,; #UseLoop #EnableChatLog #ClearChatLog Command=; #ENDIF Delay=50; _SearchChatLog=\[charname:Randomcharname.*?] Whispers: use it; Command=/skill Splendor of Recovery; #ClearChatLog #ENDIF
Sure it works for the group chat as well, it will work for any kind of text that is inside the chat.log file inside your aion folderQuote:
Hi Paraly, is there any support for GroupChat at the moment?, I tried with many possible commands but it seems it only works with whispers.
#IF=%FirstTime,; #UseLoop #EnableChatLog #ClearChatLog Command=; #ENDIF Delay=50; _SearchChatLog=use it; Command=/group no I won't; #ClearChatLog #ENDIF