Talamin
Elite user-
Posts
329 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Talamin
-
I had the pleasure to be part of the development team behind this product and all i can say: It´s indeed amazing!!! We were able to push several teams from 15-72 over the last months, just by looking at them. The Botbase is by far the most sophisticated Product i have seen for wrobot, and it took several months to bring this into it´s current state. Beside the product itself, all the profiles were polished which are shipped with it. Believe me when i say that i have personally seen the caverns more then any other dungeon in WoW 🙂 There are some things implemented which are not mentioned here, because it would go too far and too deep, but just try it and give feedback.
-
[Free] Project Wholesome - WOTLK Fightclasses (all 10 included)
Talamin commented on Talamin's file in Fight Classes - Wotlk
-
Deserved 5/5 Stars for this! Nice and clean Tutorial, thx for this! 🙂
-
- 12 comments
-
- vendor
- wotlk 3.3.5a
-
(and 6 more)
Tagged with:
-
- 12 comments
-
- vendor
- wotlk 3.3.5a
-
(and 6 more)
Tagged with:
-
[Free] Project Wholesome - WOTLK Fightclasses (all 10 included)
Talamin commented on Talamin's file in Fight Classes - Wotlk
-
[Free] Project Wholesome - WOTLK Fightclasses (all 10 included)
Talamin commented on Talamin's file in Fight Classes - Wotlk
-
How can i download and set and use Fightclass File
Talamin replied to Bissonj's topic in Fight Classes assistance
Hi, just download the one you like and put it in the FightClass Folder inside your wrobot installation. Then you can start your bot. After logging into it, press on the third button on the left and choose through the Dropdown on the right side your Fightclass. -
[Free] Project Wholesome - WOTLK Fightclasses (all 10 included)
Talamin commented on Talamin's file in Fight Classes - Wotlk
Thx for the Feedback. The AIO is still a bit clunky here and there. And since it has Grinding/Dungeon Rotations included it has sometimes problems in Lowlevels for Priest. ProtPally will have manaproblems in the early levels but you will see that they become a total beast after a certain level. If you have ideas or suggestions, feel free to join our discord and give Feedback. -
[Free] Project Wholesome - WOTLK Fightclasses (all 10 included)
Talamin commented on Talamin's file in Fight Classes - Wotlk
-
[Free] Project Wholesome - WOTLK Fightclasses (all 10 included)
Talamin commented on Talamin's file in Fight Classes - Wotlk
-
[Free] Project Wholesome - WOTLK Fightclasses (all 10 included)
Talamin commented on Talamin's file in Fight Classes - Wotlk
-
- 12 comments
-
- vendor
- wotlk 3.3.5a
-
(and 6 more)
Tagged with:
-
- 12 comments
-
- vendor
- wotlk 3.3.5a
-
(and 6 more)
Tagged with:
-
Can you specify what you mean with: "won´t do anything"? I run personally most of the time 5 bots on the same machine without any problems. Maybe you can post a log of the Bots who deny the work?
-
The easiest way is: ItemsManager.GetItemCountByIdLUA(12345) >0 Instead of 12345 you have to enter a proper Item ID
-
Add something like this, but you should think about moving all the casting checks into one Function and do the Checks only once. if (Corruption.IsSpellUsable && Corruption.KnownSpell && Corruption.IsDistanceGood && SpellManager.GlobalCooldownTimeLeft() == 0 && !ObjectManager.Target.Rooted && ObjectManager.Me.HaveBuff("Life Tap")) { if(!DebuffCheckOwner("Corruption") { Corruption.Launch(); return; } } public static bool DebuffCheckOwner(Spell spell, bool owner = true) { List<Aura> DebuffList = ObjectManager.Target.GetAllBuff(); Aura aura = null; if (owner) { aura = DebuffList.FirstOrDefault(s => s.GetSpell.Name == spell.Name && s.Owner == ObjectManager.Me.Guid); if (aura != null) { return true; } } return false; }
-
You need to have a wrobot license to pay the premium seller status, like Matenia mentioned before.
-
-
[Free] Project Wholesome - WOTLK Fightclasses (all 10 included)
Talamin commented on Talamin's file in Fight Classes - Wotlk
-
[Free] Project Wholesome - WOTLK Fightclasses (all 10 included)
Talamin commented on Talamin's file in Fight Classes - Wotlk
-
[Free] Project Wholesome - WOTLK Fightclasses (all 10 included)
Talamin commented on Talamin's file in Fight Classes - Wotlk