Ordush
Elite user-
Posts
1171 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Ordush
-
Yeah, but the problem is that you can do GetSpellInfo and get the info on a spell even if you don't know the spell.
-
Hey yall Anyone knows if there is a link to the global lua api for any wow versions? A document where all the global functions are in. i.e. The game has the function UnitRace() or the function IsSpellKnown Reason i want to find this is because i want to add some of these functions added to the gamer after 2.4.3 into my fight class. I have already added some of those that i could figure out how were made like: print, UnitBuffName, cdRemains, IsSpellUsable etc. But i can not for the life of me guess what the code is for IsSpellKnown. I need to have this function in order to be able to use spell id's instead of spell names (thereby making it possible to make my fightclass multi-language supported). Does the WRobot api have a way to determine spell by ID instead of name? Would be easy if i only needed to be level 70 spells. But if i want to make it available for leveling, i'd need a way to check if a spell is known. Example: public Spell SerpentSting = new Spell("Serpent Sting"); If i wanted to add this as a spell ID then i could do this in Lua: SerpentSting = "false" if SpellIsKnown(27016) then -- Rank 10 SerpentSting = 27016 elseif SpellIsKnown(25295) then -- Rank 9 SerpentSting = 25295 end if not SerpentSting == "false" then CastSpellByName (GetSpellInfo(SerpentSting) end With this i can define spellname id based on what rank you have available. :)
-
[PAID] [PVE] [RAID] Fire - Mage - TBC(2.4.3) by Ordush
Ordush commented on Ordush's file in Fight Classes - TBC
Please check out my FAQ on Discord. If it doesn't help you with your problems, then please post in the support channel. https://discord.gg/9jvgqgS Welcome to the FAQ (Frequently Asked Questions). Here you will find the answers to most of your questions. If your issue is not in this list, feel free to seek help in the support channel that fits the fightclass you're using. [Q] = Questions [A] = Answer [Q]: The xml file is only containing 1 line of code, is this a scam? [A]: No, this is not a scam. All my fightclasses are encrypted, WRobot reads the encryption key then it loads all my code. [Q]: WRobot crashes every so often with your fightclass fix? [A]: This is because you have turned logging on. In WRobot click 'Log' then turn off 'Fight'. [Q]: My interface is messed up and i am getting errors. What do i do? [A] The first time you load the fightclass, it has to make the settings file. So if you get errors, write /run ReloadUI() to fix the errors. (This is a first time laod only) [Q]: I have loaded the file, but nothing happens in-game (no interface).? [A]: This can be because of a few reasons: 1)Your game client is not English 2)Your WRobot is only trial version If it's not any of these two then get help in the support.- 15 comments
-
- tbc
- fightclass
- (and 5 more)
-
Cheers will try it out tomorrow. :)
-
Hey yall. Do you know if it is possible to check for an array of buffs in C#? And if so, how? Like if you wanna check for Polymorph, Hex, Freezing Trap etc.?
-
[PAID] [PVE] [RAID] Beastmaster - Hunter - 1-70 - TBC(2.4.3) by Ordush
Ordush commented on Ordush's file in Fight Classes - TBC
- 91 comments
-
[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)
-
[PAID] [PVE] [RAID] Beastmaster - Hunter - 1-70 - TBC(2.4.3) by Ordush
Ordush commented on Ordush's file in Fight Classes - TBC
The bug you are experiencing is not something everyone is experiencing. It has happened to you and now two others. I am not sure why you guys are having this issue. It seems to only happen when you use the quester. I have personally leveled 5 bots at the same time from level 1-70 without any issues. Hopefully the problem will be solved soon. I am going to release a very big update soon. Lets hope the issue will be fixed for you as well.- 91 comments
-
Is it possible to make the WRobot not create SETTINGS?
Ordush replied to Ordush's topic in Developers assistance
Alright, that's what i guessed. However, just want to point out that it will spit out duplicate entry, if you do any other CS error in your code. :) Thansk for the answer Droidz! :) -
[PAID] [PVE] [RAID] Restoration - Druid - TBC(2.4.3) by Ordush
Ordush commented on Ordush's file in Fight Classes - TBC
- 85 comments
-
- tbc
- fightclass
-
(and 5 more)
Tagged with:
-
Any chance that @Droidz will comment on this? :)
-
Yeah, the way to make it work with raid, is what i wrote above. :P Will it be added, or will i have to manually rewrite all my code to use lua instead?
-
Hey Droidz Not sure if it's a bug or it is intended, but when you use the class editor, and you set it to check friends (For healing group). It only casts on the group. Is there a way to change that to raid? I am guessing that you are doing variableName {"party1", "party2", "party3" etc.} or some variation of that. (Array) Should be possible to change that into raid1 raid2 etc. based on you being in a party or raid. group = false if not group then group = "solo" end groupmembers = false if not groupmembers then groupmembers = 0 end if GetNumPartyMembers() > 0 then group ="party" groupmembers = GetNumPartyMembers() end if GetNumRaidMembers() > 0 then group = "raid" groupmembers = GetNumRaidMembers() end This is how I personally define if i am in a group/raid/solo
-
[PAID] [PVE] [RAID] Restoration - Druid - TBC(2.4.3) by Ordush
Ordush commented on Ordush's file in Fight Classes - TBC
- 85 comments
-
- tbc
- fightclass
-
(and 5 more)
Tagged with:
-
[PAID] [PVE] [RAID] Restoration - Druid - TBC(2.4.3) by Ordush
Ordush commented on Ordush's file in Fight Classes - TBC
Just heals yourself? Try clicking the cogwheel mate, it will show the settings you can set in-game. If you look on page 2. You will see it says "Heal Yourself", "Heal Group" and "Heal Focus". So you besides healing your BG group, it will even allow you to set a focus, and focus heal that. Like if you set the flag carrier as focus, it will make sure he stays alive, above anyone else in the group. :)- 85 comments
-
- tbc
- fightclass
-
(and 5 more)
Tagged with:
-
[PAID] [PVE] [RAID] Restoration - Druid - TBC(2.4.3) by Ordush
Ordush commented on Ordush's file in Fight Classes - TBC
- 85 comments
-
- tbc
- fightclass
-
(and 5 more)
Tagged with:
-
[PAID] [PVE] [RAID] Restoration - Druid - TBC(2.4.3) by Ordush
Ordush commented on Ordush's file in Fight Classes - TBC
- 85 comments
-
- tbc
- fightclass
-
(and 5 more)
Tagged with:
-
[PAID] [PVE] [RAID] Restoration - Druid - TBC(2.4.3) by Ordush
Ordush commented on Ordush's file in Fight Classes - TBC
- 85 comments
-
- tbc
- fightclass
-
(and 5 more)
Tagged with:
-
[PAID] [PVE] [RAID] Beastmaster - Hunter - 1-70 - TBC(2.4.3) by Ordush
Ordush commented on Ordush's file in Fight Classes - TBC
Thank you very much for the fine words mate! To post a review on the top of this comment section, click "Review" Then on the top of the Review page you can click "Write a Review" You can then give it 1 to 5 stars. And underneath this you can write this comment. :) To delete your comments, click "Options" under your posts and click "hide". This will remove the posts. :)- 91 comments
-
[PAID] [PVE] [RAID] Restoration - Druid - TBC(2.4.3) by Ordush
Ordush commented on Ordush's file in Fight Classes - TBC
- 85 comments
-
- tbc
- fightclass
-
(and 5 more)
Tagged with:
-
[PAID] [PVE] [RAID] Beastmaster - Hunter - 1-70 - TBC(2.4.3) by Ordush
Ordush commented on Ordush's file in Fight Classes - TBC
- 91 comments
-
[PAID] [PVE] [RAID] Beastmaster - Hunter - 1-70 - TBC(2.4.3) by Ordush
Ordush commented on Ordush's file in Fight Classes - TBC
Depends, if i am using it for rotation (for raids) i manually fill bags. If i use it for quester, and i am using some of my own profiles, then i have added to the qeuster to buy arrows when empty. If i am using a quester someone else made, then i add the code to their quest profile, so it buys arrows. :)- 91 comments
-
[PAID] [PVE] [RAID] Restoration - Druid - TBC(2.4.3) by Ordush
Ordush commented on Ordush's file in Fight Classes - TBC
- 85 comments
-
- tbc
- fightclass
-
(and 5 more)
Tagged with:
-
Nevermind, i figured it out myself by looking at the top of my cs file. It's just: HunterBeastmasterSettings.Load()