Jump to content

OtterNas3

Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About OtterNas3

  • Rank
    Newbie
  1. Hi Soner! First, as always, thanks for the nice tool and the update! I use BattleWarden 1.2 and downloaded the, so i think, premium version from you facebook site. However the bw:spy doesnt do anything on my side :confused: Here is my bwspysettings.ini class bWSpySettings{ class Log{ Enable="1"; LogPath="Logs\"; FileMask="<ServerDescription>_<Date>_<Type>.txt"; DateMask="%yyyy-%mm-%dd"; TimeMask="(%hh:%ii:%ss) : "; }; class Triggers{ class trigger0{ Type="Log"; Pattern="logged in"; Title=""; Message=""; Call=""; // this parameter takes a URL, you can use <Base64Content>, <Host> and <Port> as variables Sound="Resources\siren.wav"; }; class trigger1{ Type="Chat"; Pattern="!admin"; Title=""; Message=""; Call=""; Sound="Resources\siren.wav"; }; class trigger2{ Type="Chat"; Pattern="!cheater"; Title=""; Message=""; Call=""; Sound="Resources\siren.wav"; }; class trigger3{ Type="Chat"; Pattern="!hacker"; Title=""; Message=""; Call=""; Sound="Resources\siren.wav"; }; }; }; I put the soundfile siren.wav in the Resources folder so that should not be the problem. What i dont get is, it dosnt log anything in the LOGS folder and doesnt trigger on any condition i set for the log or chat triggers. Isnt bw:spy included in the facebook site download? Thought its the premium version when i "like" and download it from facebook site. Thanks for you time to answer this, maybe, noob question ^^ Otter
  2. Hey Blender i hope you can help me! Your blend-time.dll works like it should but is there a possibility to get, on a "blend-time" callExtension "check"; the milliseconds also? so i get a output like ["check",2.342] If you still have the sourcecode, would you mind sharing it so i can add the function into it? Or if you have the time to do a quick modification, i would really appreciate it! Thanks for your time, Otter
×