Ordush
Elite user-
Posts
1171 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Ordush
-
1.12.1 healbot fightclass target-free LUA spellcast error
Ordush replied to srazdokunebil's topic in Developers assistance
This is not a wrobot thing. This is a wow thing. ? You can always check the wow wiki and use the "history" button to see if stuff is in Vanilla or not. I don't think it's possible, been a while since i did healing stuff for vanilla though. ? There are workarounds to cast spells using "id" by using GetSpellInfo() https://wowwiki.fandom.com/wiki/API_GetSpellInfo?oldid=1291791 Using this you can use CastSpellByName(GetSpellInfo(551)) replace 551 with any spell ID HOWEVER CastSpellByName only has an "on self" argument, which means you can either cast it on yourself or on your target. It's useful for stuff like selfbuffing, dispelling, decursing etc. since you won't need to relieve your target. Next thing: You can use TargetLastTarget to achieve "Healing target without targeting them". In a sense, you will be targeting your party member, casting your spell then targeting whatever you targeted before this. (This will look like you never changed target). ? https://wowwiki.fandom.com/wiki/API_TargetLastTarget?oldid=21935 -
1.12.1 healbot fightclass target-free LUA spellcast error
Ordush replied to srazdokunebil's topic in Developers assistance
There is no such thing as "CastSpellByID" in vanilla. ? -
Wish there was more flexible purchasing options
Ordush replied to mspam1's topic in General assistance
It's still a year, but you can buy just 1 license. ? -
Hey mate. I know that we figured that this was not my fightclass. But the bug with aspect of the Hawk. Did it occur on your other pc? I just tested it with the newest version of wrobot, and the version of the fightclass that you have. I have no issues at all with aspects. I can't write to you on discord anymore for some reason.
-
I am at work atm. Pm me Ordush on the discord. We\ll see if we can figure out what is going on. ?
-
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?
-
- 166 comments
-
I have made a plugin just for leveling in dungeons. However, the profiles for each dungeon. You'll have to make yourself. There is a video guide etc. ?
-
[PAID] [PVE] [RAID] Fire - Mage - TBC(2.4.3) by Ordush
Ordush commented on Ordush's file in Fight Classes - TBC
- 15 comments
-
- tbc
- fightclass
- (and 5 more)
-
Contact them. ?
-
The site works fine for me. But, i am not using proxies atm. So don't know about that. ?
-
HMP is really great for stuff like that. ?
-
Standing with no loot
Ordush replied to Jensen-'s topic in WRobot for Wow The Burning Crusade - Help and support
Doesn't matter, the bot will run to the corpse, even if the mobs dies outside the "kill zone". Please try what i wrote. ? -
Standing with no loot
Ordush replied to Jensen-'s topic in WRobot for Wow The Burning Crusade - Help and support
There is no such thing as marked points in the bot. ? The targets locations are live. ? Can you please try using wrotation without any fightclass/profile/plugins in a clean wrobot install. Have it handle movement, and see if it loots the target? If that works, then you add your fightclass, do it again. Then you add your plugins, do it again. after that start your quester. If it has issues with your quester, then turn off your plugins, and only use your quester and your fightclass. If that works, then turn on your plugins 1 at a time until you find out what is causing it. -
Make sure that you press "Enter" after entering the food name.
-
Depends on the software honestly. ?
-
Some Fightclasses broken after new TBC update.
Ordush commented on pixzel's bug report in Bug Tracker
He is using my fightclass for Druid. I tested it myself, i am having the same issue. The same Druid that has been working for ages. It's made in the fightclass editor ages ago. It's probably some bin changes that has made it stop working. You will not get anything out of the logs, I've already looked through them. I am rewriting the Druid right now. -
The new version will have modular range. ?
-
That is weird. I am currently working on some rewrites. I will get to the druid too.
-
Hey mate. Maybe there has been some changes to wrobot, can you test on focus target?