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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

SitStupid - All-in-One CC that does ABSOLUTELY NOTHING!

i dont understand, i use it while i farm with my drood, but i want my drood farm and escape in flying form, not just stay in normal form and die like a shit...
 
Hey guys, hate to take the thread in another direction for just a bit ... but I see that PQR is mentioned throughout here and wondered if anyone could help me with it? PM me please and I will give you my Skype. I keep reading that it is better in some cases / for some classes and would really appreciate any kind of first-hand insight on which these are especially from HB users. Again, many apologies for temporarily hijacking thread and would LOVE to know exactly what this CC 'doesn't' do. ;)
 
what's the problem?

Hello there!
I am having problems with the installation of this routine, she does not want that shot ....
thank you for your help
attached LOG
 

Attachments

This seems to work, make sure you put it in a folder called SitStupid

// ****************************************************************************
// This code is released under the Evil Software License 1.1 *
// *
// Do what you want with this source code, but accept full responsibility *
// what you do. *
// *
// More info at ESL - Fredrik Vold Information *
// - Znuff, 2012 *
// ****************************************************************************

using System;
using System.Reflection;
using System.Linq;
using System.Windows.Forms;
using Styx;
using Styx.CommonBot;
using Styx.CommonBot.Routines;
using Styx.Helpers;
using Styx.WoWInternals.WoWObjects;
using System.Drawing;
using Styx.WoWInternals;
using System.IO;
using System.Collections.Generic;
using Styx.Common;

using Styx.Common.Helpers;
using Styx.CommonBot.POI;
using System.Text;

namespace SitStupid
{
class SitStupid : CombatRoutine
{
public override void Combat() { }
public override sealed string Name { get { return "SitStupid - I just sit there doing nothing"; } }
public override WoWClass Class { get { return StyxWoW.Me.Class; } }
}
}
 
Back
Top