Jump to content

Ordush

Elite user
  • Posts

    1171
  • Joined

  • Last visited

Everything posted by Ordush

  1. 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.
  2. 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. :)
  3. 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.
  4. Cheers will try it out tomorrow. :)
  5. 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.?
  6. Hey Jono, there is a link to my Discord in the very top of this fightclass. :) https://discord.gg/9jvgqgS
  7. You have obviously done something wrong mate. What level are you? What language is your game? Can you see the in-game interface? Do you have any settings changed?
  8. 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.
  9. 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! :)
  10. Hey Does anyone know if it is possible to make it so when WRobot reads your XML file, it will not create the /* * SETTINGS */ [Serializable] part of the code? Reason: I am writing it manually into the fightclass editor under additional C#
  11. Hmm, i will definitely have to look into that. I have made a ticket, and it's a known bug. Waiting for Droidz to look into it. :)
  12. Any chance that @Droidz will comment on this? :)
  13. 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?
  14. 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
  15. That does not make any sense, sounds like a bug since it does work in raids. I will make a ticket in the bug-tracker. :)
  16. 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. :)
  17. Hehe, thank you. :) Glad you liek it! If you wan't to show your appreciation, feel free to make a review. :)
  18. Are you asking if the healing druid build will do quests fast? If you have someone to kill stuff, sure. :)
  19. 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. :)
  20. I honestly don't know. if the abilities are the same, then it should theoretically work, but i have never played resto druid in Vanilla. Edit: GUI probably won't work with the addon: https://github.com/DennisWG/CastModifier
  21. Hunter_The_Twillight_Rdige.xml Here is my leather farmer for snakes @ Twilligt Ridge in nagrand. It has built in script to buy ammo when empty. Feel free to rip the code. :)
  22. 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. :)
  23. Hehe unfortunately i am not having a lot of free time these days, but i will look into other classes when i have the time. :)
  24. Nevermind, i figured it out myself by looking at the top of my cs file. It's just: HunterBeastmasterSettings.Load()
×
×
  • Create New...