What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

~KINGREPLY~ (HB2 King EDITION)

Better Then my first KingREPLY?

  • Yea better

    Votes: 0 0.0%
  • No worse

    Votes: 0 0.0%
  • Bout the same

    Votes: 0 0.0%

  • Total voters
    0
I did the same thing. That was toooooo funny! :)

So is the current version working now? (About 2 months ago) I got mine to work but was simply unable to respond to whispers correctly...

Im not saying its ready for anything im gonna test it out tonight. fix what needs fixing
 
Awesome. The old one still works for me, well for the most part anyway. It sometimes chooses to work, and sometimes doesnt. Cant wait for a new version.
 
When I reply to SMS messages using my iPhone, gmail has this whole "Original message from..." thing that they append to it (AT&T is quoting the message I guess?).

This meant that any time I replied to an SMS, the plugin would send a message like this to whoever I was replying to:

Code:
This is my reply. Original Message From: [email protected] Sent: Sun, 1 Aug 2010 19:41...

I solved this problem by modifying the transfer code on line 103 of KingSmSreply.cs like so:

Code:
              if (Staticreply != reply)
                { 
				
				   // Remove "Original Message From:" on replies
				   int stringSearchIndex = reply.IndexOf("Original Message From:");
				   string modifiedReply = reply;
				   if (stringSearchIndex > -1)
				   {
					   modifiedReply = modifiedReply.Substring(0,stringSearchIndex);
				   }
				
                   Lua.DoString("RunMacroText(\"/r " + modifiedReply + "\")");
                   Staticreply = reply;               
                   slog("Whisper to: " + nameTemp);
                   slog(reply);
               }

Tried this... When I click SET/START it gives me the whole "ConsoleApplication1 has encountered a problem and needs to close."
 
is there any way this could just be done via email with no sms involved? I've been looking a the code, and I think I see a way, but me not as smart as king... or a lot of other people...
 
File: KingSmSReply.cs Line: 15 Error: The type or namespace name 'Magic' could not be found (are you missing a using directive or an assembly reference?)

any ideas?

just to add this is when im recompiling the plugins
 
Last edited:
File: KingSmSReply.cs Line: 15 Error: The type or namespace name 'Magic' could not be found (are you missing a using directive or an assembly reference?)

any ideas?

just to add this is when im recompiling the plugins

I am getting the same issue, It does not show up as a plugin. So i hit recompile All and get that issue.
 
sorry guys I cant help, I ran out of wow time :(
I was planing on coming back but I forgot I was out of time lol
 
if that's the only error it can be fixed pretty easily i think.
 
I install the plugin to the folder correctly and everything but it doesn't appear on my plugin list in HB and when I hit to recompile I get this error.
File: KingSmSReply.cs Line: 54 Error: The type or namespace name 'ChatMessageEventArgs' could not be found (are you missing a using directive or an assembly reference?)
Wondering if there is anyway to fix this thanks!
 
i have an android phone, and get my gmails pushed instantly to it.

Am i able to replace the PhoneNumber-email with my regular email. and have the other email/password a 2nd gmail that sends the alerts.

then just reply to the emails on my phone.

the reason i ask is because i dont think i can do email to texting where i live
 
Do people still want this?
I havent heard much, I figured people didnt find it useful
 
Haven't used it before, but it looks very useful. Would love an update.
 
Back
Top