Jump to content

TheSmokie

Banned
  • Posts

    1215
  • Joined

Reputation Activity

  1. Like
    TheSmokie reacted to Inaru in Inaru's Class Chooser ( in development )   
    Hey guys! Currently I'm developing a small standalone application that lets you choose your fightclass through the gui and then launches it to the wRobot. I was thinking of showing you how it looks! I'm pretty satisfied so far, but I would appreciate your opinion ? How do You like it?
    Thanks in advance!
    Regards, 
    Inaru ?
     
  2. Like
    TheSmokie got a reaction from Inaru in Inaru's Class Chooser ( in development )   
    I love the layout, pretty dope! Good job!
     
  3. Thanks
    TheSmokie reacted to yy666666 in wRobot Survey + Profile Giveaway!   
    done
  4. Thanks
    TheSmokie reacted to tonycali in wRobot Survey + Profile Giveaway!   
    doneski, P.S. i bought your 
    1x Gold Making Plugin 1x Horde Vanilla/TBC 1 to 60 Quester 1x Alliance Wotlk Grinder if i do win =p  only one left is horde wotlk grinder
  5. Thanks
    TheSmokie reacted to enu in wRobot Survey + Profile Giveaway!   
    Done Bambo ? 
  6. Thanks
    TheSmokie reacted to Edgewood411 in wRobot Survey + Profile Giveaway!   
    done
  7. Thanks
    TheSmokie reacted to opact in wRobot Survey + Profile Giveaway!   
    Done
  8. Like
    TheSmokie reacted to knoppers in wRobot Survey + Profile Giveaway!   
    done
  9. Thanks
    TheSmokie reacted to Bambo in wRobot Survey + Profile Giveaway!   
    Hey wRobot Community,
    i need to ask for your opinions. There is no better way than an online survey.
    -> Bambo's wRobot Survey! <-
    Everyone that enters the survey with their answers gets into the raffle of my profile giveaway:
    1x Gold Making Plugin 1x Horde Vanilla/TBC 1 to 60 Quester 1x Alliance Wotlk Grinder 1x Horde Wotlk Grinder The 4 winners will be announced in roughly 5 days from the beginning of this post!
  10. Thanks
    TheSmokie reacted to Meelko in wRobot Survey + Profile Giveaway!   
    Done 
  11. Thanks
    TheSmokie reacted to vince1993 in wRobot Survey + Profile Giveaway!   
    Done
     
    by the way: youve got a pn pro! ?
  12. Thanks
    TheSmokie reacted to Ordush in Support   
    The food part of my fightclass, ONLY controls the pet food. Make sure that the food you are trying to feed your pet is in the list in the advanced settings (in-game).
    Edit: You don't get a pet until level 10?
  13. Thanks
    TheSmokie got a reaction from Bambo in wRobot Survey + Profile Giveaway!   
    Done!
  14. Thanks
  15. Thanks
    TheSmokie reacted to Droidz in Gatherer at Warmane private server   
    hi,
    if you found one of this object if you can send me the object info (with dev tools tab "tools")
  16. Like
    TheSmokie got a reaction from saleh in Private Server help   
    Hello,
    botting is breaking rules on every server and will get you banned. So use at you own risk.
  17. Thanks
    TheSmokie got a reaction from Bambo in Finish the queer and proceed to the next question.   
    What? ?
  18. Thanks
    TheSmokie got a reaction from Miragex01 in quests and buy equip   
    Hello, use quest type "Override Pulse CSharp Code" with code:
    var npc = new Npc { Entry = 1247, // Npc ID Position = new Vector3(-5601.6, -531.203, 399.6539), Type = Npc.NpcType.Vendor }; int itemId = 2894; // Item ID if (GoToTask.ToPositionAndIntecractWith(npc)) { Vendor.BuyItem(ItemsManager.GetNameById(itemId), 1); } return true; also for runcode action use this . 
    if (ObjectManager.Me.WowClass == WoWClass.class && ObjectManager.Me.Level <= 0) // change "Class" to what class you are. set level to level you want to get item at. { wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(new Vector3(x, y, z), NpcID, 1, false); System.Threading.Thread.Sleep(5000); wManager.Wow.Helpers.Vendor.BuyItem("Skinning Knife",1); // change Skinning Knife to what item you want. do not remove "" System.Threading.Thread.Sleep(5000); } if (ItemsManager.HasItemById(3108)) // change 3108 to the item id { ItemsManager.UseItem(3108); // change 3108 to the item id }  
  19. Thanks
    TheSmokie reacted to Marsbar in C# Fightclass development - video tutorial   
    Hi..
    People often attempt to get into making stuff in C# for wrobot but often don't know where to begin. In this video tutorial I attempt to explain some of the basics of fightclass development in visual studio.
    I've attached the solution I was showing in the video to this post.
    ps. Sorry about my voice and my coughing, I'm currently a bit ill ? watching it back I also didn't touch on quite a few points. Let me know if you have questions and I can either do another video or just write out the answers.
    I'll do a video on plugin creation (which I find more interesting) soon™
    FightClassTutorial.zip
  20. Thanks
    TheSmokie reacted to hunterproject11 in Server Connection...   
    Do you think Java has anything to do with it? i noticed ever since i installed java is when wrobot stopped working for me, i also saw a post of somebody that had the same issue as me saying this, 
     
    All,
    Never mind! I didnt update one of the java options per the instructions. 
    Be sure to read them all!
    Andrew C.
       
  21. Like
    TheSmokie got a reaction from Droidz in Quest Code log.   
    Hello, in this thread ill be release code that works on bug items or bugged quests in game etc. 
    If you find any bug quests please provide me with info and i can help.
    All code i upload is free to use but id like credit if you use it.
×
×
  • Create New...