Jump to content


Photo

ซิบแว้วบอทตัดทำไงหรองับ


  • Please log in to reply
1 reply to this topic

#1 souldestiny

souldestiny

    ซาลาเปาไข่แดง

  • Members
  • 6 posts

Posted 29 May 2007 - 11:15:46 AM

ช่วยลงตัวอย่าง เช่นต้อง การให้ตัวละครอื่นซิบมาคำพูดหนึ่งๆ แล้วทำให้บอทตัดนี่ต้องทำไงหรองับ รบกวนด้วยงับ

#2 KoRnRoom99

KoRnRoom99

    Exclusive Member

  • Exclusive Programmer
  • 10104 posts

Posted 04 June 2007 - 01:11:10 PM

procedure PrivateChat(PlayerName,Msg: String);
begin
    if (PlayerName = 'ชื่อเพื่อนที่ซิบมา') then
    begin
        if (Msg = 'reconnect') then
        begin
            Reconnect(60*30); // Reconnect ครึ่งชม.
        end
        else if (Msg = 'disconnect') then
        begin
            Disconnect; // Disconnect ไปเลย
        end;
    end;
end;


ประมาณนี้ครับ แก้ตรง ชื่อเพื่อนที่ซิบมา กับ 60*30 เป็นเวลาที่จะให้ต่ออีกครั้ง
IPB Image
IPB Image
Works: KoRnBot Project,TSLoadDatFile
Thanks X CroSs, Truebot, TSBot, Solars, JackY, some1, Storm24, AssertionFailed from www.skjune.com
IPB ImageIPB ImageIPB ImageIPB ImageIPB ImageIPB Image




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users