What's new

- TibiaAuto [TA] auto responder skrypt

Status
Not open for further replies.

Piika

Active User
Joined
Jul 6, 2009
Messages
73
Reaction score
1
Age
28
Witam pilnie potrzebuje skryptu do auto respondera bardzo prosz? szybko !! ;]
 

Areckii

Advanced User
Joined
Oct 9, 2010
Messages
154
Reaction score
45
Odp: [TA] auto responder skrypt

Oczywi?cie, ?e ci go zrobi?. Ale najpierw musisz mi powiedzie? co odpisuje na dane s?owa...
 

Piika

Active User
Joined
Jul 6, 2009
Messages
73
Reaction score
1
Age
28
Odp: [TA] auto responder skrypt

bot , botter ,boter Bot? botter? botter? >> no you bye
br,br? pl,pl?>>>NO!
hi,siema,elo,hello,witam>>>> bye
leave , wyjdz >>> hahahahaha...
 

Areckii

Advanced User
Joined
Oct 9, 2010
Messages
154
Reaction score
45
Odp: [TA] auto responder skrypt

Code:
 <responder>
 <thread>
   <if>
       <condition>
           <and>
           <message match="bot"/>
           </and>
       </condition>
       <sequence>
           <sleep time="3000"/>
           <random>
               <say text=”Not me, bye”/>
               <say text=”Not me, bye”/>
               <say text=”Not me, bye”/>
               <say text=”Not me, bye”/>
               <ignoreplayer name="$p" time="600"/>
           </random>
      </sequence>
   </if>
 </thread>
 </responder>

 <responder>
 <thread>
   <if>
       <condition>
           <and>
           <message match="bot?"/>
           </and>
       </condition>
       <sequence>
           <sleep time="3000"/>
           <random>
               <say text=”Not me, bye”/>
               <say text=”Not me, bye”/>
               <say text=”Not me, bye”/>
               <say text=”Not me, bye”/>
               <ignoreplayer name="$p" time="600"/>
           </random>
      </sequence>
   </if>
 </thread>
 </responder>

 <responder>
 <thread>
   <if>
       <condition>
           <and>
           <message match="boter"/>
           </and>
       </condition>
       <sequence>
           <sleep time="3000"/>
           <random>
               <say text=”Not me, bye”/>
               <say text=”Not me, bye”/>
               <say text=”Not me, bye”/>
               <say text=”Not me, bye”/>
               <ignoreplayer name="$p" time="600"/>
           </random>
      </sequence>
   </if>
 </thread>
 </responder>

 <responder>
 <thread>
   <if>
       <condition>
           <and>
           <message match="botter"/>
           </and>
       </condition>
       <sequence>
           <sleep time="3000"/>
           <random>
               <say text=”Not me, bye”/>
               <say text=”Not me, bye”/>
               <say text=”Not me, bye”/>
               <say text=”Not me, bye”/>
               <ignoreplayer name="$p" time="600"/>
           </random>
      </sequence>
   </if>
 </thread>
 </responder>

 <responder>
 <thread>
   <if>
       <condition>
           <and>
           <message match="pl?"/>
           </and>
       </condition>
       <sequence>
           <sleep time="3000"/>
           <random>
               <say text=”No”/>
               <say text=”No”/>
               <say text=”No”/>
               <say text=”No”/>
               <ignoreplayer name="$p" time="600"/>
           </random>
      </sequence>
   </if>
 </thread>
 </responder>

 <responder>
 <thread>
   <if>
       <condition>
           <and>
           <message match="pl"/>
           </and>
       </condition>
       <sequence>
           <sleep time="3000"/>
           <random>
               <say text=”No”/>
               <say text=”No”/>
               <say text=”No”/>
               <say text=”No”/>
               <ignoreplayer name="$p" time="600"/>
           </random>
      </sequence>
   </if>
 </thread>
 </responder>

 <responder>
 <thread>
   <if>
       <condition>
           <and>
           <message match="br"/>
           </and>
       </condition>
       <sequence>
           <sleep time="3000"/>
           <random>
               <say text=”No”/>
               <say text=”No”/>
               <say text=”No”/>
               <say text=”No”/>
               <ignoreplayer name="$p" time="600"/>
           </random>
      </sequence>
   </if>
 </thread>
 </responder>


 <responder>
 <thread>
   <if>
       <condition>
           <and>
           <message match="br?"/>
           </and>
       </condition>
       <sequence>
           <sleep time="3000"/>
           <random>
               <say text=”No”/>
               <say text=”No”/>
               <say text=”No”/>
               <say text=”No”/>
               <ignoreplayer name="$p" time="600"/>
           </random>
      </sequence>
   </if>
 </thread>
 </responder>

 <responder>
 <thread>
   <if>
       <condition>
           <and>
           <message match="hi"/>
           </and>
       </condition>
       <sequence>
           <sleep time="3000"/>
           <random>
               <say text=”Bye”/>
               <say text=”Bye”/>
               <say text=”Bye”/>
               <say text=”Bye”/>
               <ignoreplayer name="$p" time="600"/>
           </random>
      </sequence>
   </if>
 </thread>
 </responder>

 <responder>
 <thread>
   <if>
       <condition>
           <and>
           <message match="hello"/>
           </and>
       </condition>
       <sequence>
           <sleep time="3000"/>
           <random>
               <say text=”Bye”/>
               <say text=”Bye”/>
               <say text=”Bye”/>
               <say text=”Bye”/>
               <ignoreplayer name="$p" time="600"/>
           </random>
      </sequence>
   </if>
 </thread>
 </responder>


 <responder>
 <thread>
   <if>
       <condition>
           <and>
           <message match="elo"/>
           </and>
       </condition>
       <sequence>
           <sleep time="3000"/>
           <random>
               <say text=”Bye”/>
               <say text=”Bye”/>
               <say text=”Bye”/>
               <say text=”Bye”/>
               <ignoreplayer name="$p" time="600"/>
           </random>
      </sequence>
   </if>
 </thread>
 </responder>


 <responder>
 <thread>
   <if>
       <condition>
           <and>
           <message match="siema"/>
           </and>
       </condition>
       <sequence>
           <sleep time="3000"/>
           <random>
               <say text=”Bye”/>
               <say text=”Bye”/>
               <say text=”Bye”/>
               <say text=”Bye”/>
               <ignoreplayer name="$p" time="600"/>
           </random>
      </sequence>
   </if>
 </thread>
 </responder>


 <responder>
 <thread>
   <if>
       <condition>
           <and>
           <message match="leave"/>
           </and>
       </condition>
       <sequence>
           <sleep time="3000"/>
           <random>
               <say text=”Haha”/>
               <say text=”Hah”/>
               <say text=”Hahaha”/>
               <say text=”hahahaha”/>
               <ignoreplayer name="$p" time="600"/>
           </random>
      </sequence>
   </if>
 </thread>
 </responder>


 <responder>
 <thread>
   <if>
       <condition>
           <and>
           <message match="wyjdz"/>
           </and>
       </condition>
       <sequence>
           <sleep time="3000"/>
           <random>
               <say text=”Haha”/>
               <say text=”Hah”/>
               <say text=”Hahaha”/>
               <say text=”hahahaha”/>
               <ignoreplayer name="$p" time="600"/>
           </random>
      </sequence>
   </if>
 </thread>
 </responder>

Wklej do pliku
tibiaauto-responder w folderze mods
Nie testowane!
 

Piika

Active User
Joined
Jul 6, 2009
Messages
73
Reaction score
1
Age
28
Odp: [TA] auto responder skrypt

Dzi?ki;] all dzia?a
Temat od Zamkni?cia.
 

Tevions

Active User
Joined
Feb 3, 2010
Messages
64
Reaction score
3
Odp: [TA] auto responder skrypt

jak go aktywowac ??
 
Last edited:
Status
Not open for further replies.
Top