Jump to content

TheSmokie

Banned
  • Posts

    1215
  • Joined

Reputation Activity

  1. Thanks
    TheSmokie reacted to Matenia in Fightclass Framework for 2.4.3/3.3.5a and more   
    public string FullName() { return _rank != null ? ($"{_name}({RotationSpellbook.RankString} {_rank})") : _name; } public bool IsKnown() { return RotationSpellbook.IsKnown(_name, _rank ?? 1); } Change these lines in RotationSpell. I guess I accidentally messed this up when merging two frameworks.
    If you use Spell.NameInGame instead of _name, it should use the localized name.
     
    if (spell.Spell.Name == "Shoot" && IsAutoRepeating("Shoot")) { return true; } //IsAutoRepeating should use spell.Name.NameInGame As far as I can tell, everything else already uses the localized name. 
     
    There is also one more issue with something not localized (shouldn't matter too much):
     
    // this error is not found through casting or combatlog events because it's caused by the client checking IsSpellInRange when using CastSpellByName // we could technically execute this check ourselves in CombatLogUtil but usually the client-side range check (memory based GetDistance) is enough) and cheaper! // therefore we're listening to error messages and executing this check lazily if (id == "UI_ERROR_MESSAGE" && (args[0] == "Out of range." || args[0] == "You are too far away!")) { RotationSpellVerifier.ClearIfOutOfRange(); } Also this should probably be reworked or use the non-Lua wRobot option:
    public static bool CastingSpell(this WoWUnit unit, params string[] names) { return RotationCombatUtil.ExecuteActionOnUnit(unit, (luaUnitId) => { string luaString = $@" local isCastingSpell = false; local name = UnitCastingInfo(""{luaUnitId}"") if {LuaOrCondition(names, "name")} then isCastingSpell = true end return isCastingSpell;"; return Lua.LuaDoString<bool>(luaString); }); }  
  2. Thanks
    TheSmokie reacted to Ordush in WRobot player detector   
    I made a similar plugin some time ago.
    Hostile Player Checker.dll
    You can write names in the settings and it will whisper that name if you are being targeted by a player or if alliance gets too close.
  3. Thanks
    TheSmokie reacted to Matenia in PVP rotations?   
    Because "people wanting scripts for PvP" isn't actually anything. It's the occasional hardstuck 1800 hoping scripts will make them Gladiator. 
    I've been trying to sell shit for PvP for ages - just to automate the boring honor grind. I sold a total of like 150 fightclasses since 2016. The silent masses buy PvE shit to level. There is no money in it. Whenever someone PMs me, they don't wanna pay 30€/hour, which is already a piss poor rate for freelance software development. 

    People just want free shit, but they can't even be bothered to use the fightclass editor to make an autokicker script.

    Plus it's actually really scummy and you'll just stay hardstuck 1900 instead. Don't bring cheats to competitive environments. Just git gud, shitters.
     
  4. Thanks
    TheSmokie got a reaction from sidalibns in Go To Trainers command (for all classes)   
    You have to update your bot | wait for update. (I dont know if droidz pushed a update yet.)
  5. Thanks
    TheSmokie reacted to Droidz in Go To Trainers command (for all classes)   
    wManager.Wow.Bot.States.Trainers.ForceGoClassTrainer();  
  6. Like
    TheSmokie got a reaction from shlord in Ban hammer - Frostmourne   
    There is 2 kind of questing profiles, 
    This one has video attached. good video by @eeny, it uses the easy quest editer
     
     
    There is this one, i just recently starting using for more none direct quests where i need to make the bot do something a different way. (This is more advance)
     
  7. Thanks
    TheSmokie reacted to Ordush in sell items (specific vendor and specific time )   
    You are obviously using google translate. Copy paste his code without google translate.
  8. Thanks
    TheSmokie got a reaction from sidalibns in sell items (specific vendor and specific time )   
    wManager.Wow.Bot.States.ToTown.ForceToTown = true;
  9. Thanks
    TheSmokie got a reaction from Photogenic in Flying problem / mount problem   
    I think this will help you, https://wrobot.eu/forums/topic/8668-workaround-for-stutter-flying/?page=2
  10. Thanks
    TheSmokie got a reaction from sidalibns in problem reward item   
  11. Thanks
    TheSmokie got a reaction from sidalibns in custom profile Between quest and quest   
    Wait, just use @Mateniarandonized moving plugin
  12. Thanks
    TheSmokie got a reaction from sidalibns in custom profile Between quest and quest   
    All you have to do is add the quest, it will move to pick it up.
  13. Thanks
    TheSmokie got a reaction from sidalibns in custom profile Between quest and quest   
    Best bet is to do the same
  14. Thanks
    TheSmokie got a reaction from sidalibns in custom profile quester (no objective )   
    Easy Quest Editor > Tools > Offmesh Connection.
  15. Thanks
    TheSmokie got a reaction from sidalibns in custom profile quester (no objective )   
    Use follow path in your quest edior
     
  16. Thanks
    TheSmokie got a reaction from sidalibns in custom profile quester (no objective )   
    Check current quest is complete when at spot
  17. Thanks
    TheSmokie got a reaction from sidalibns in question : quest ended without objective   
    If you need anymore help, just shot me a message, i am more then willing to help ?
  18. Thanks
    TheSmokie got a reaction from sidalibns in question : quest ended without objective   
    in side easy quest editer > tools > Helper tools > "Current quest info" > click and it will show you quests in your logs.
     
  19. Thanks
    TheSmokie got a reaction from sidalibns in question : quest ended without objective   
    On some servers they change the quest id, it changes from wotlk to cata the id. i change the id to "9676" and it works.
  20. Thanks
    TheSmokie reacted to Ordush in Fightclasses & Stuns   
    ofc. ?
    If you do a dungeon or a raid, notice that you can't hear any of the other players yelling "Spell is not ready yet". Trust me 90% of wow players mash keys. ?
  21. Like
    TheSmokie got a reaction from Sotsiv in If unitBuffName   
    If UnitBuff(“arena1”, “shadow dance”)
    then CastSpellByName(“Psychic Horrow”, “arena1”) end
  22. Thanks
    TheSmokie got a reaction from Photogenic in How to cast revive once?   
    @Talamin interesting, isn’t there a lua bool to check of a toon was recently rezzed??
  23. Thanks
    TheSmokie got a reaction from Photogenic in why does Wrobot reload client sometimes?   
    You need to disable all Addons!
  24. Haha
    TheSmokie got a reaction from RedheatWei in Can it be perfectly supported for Classic WoW ?   
    @kamila Are you gonna give @Droidz around 50 Million to give to Blizzard and 5 years of your life behind bars? 
  25. Haha
    TheSmokie got a reaction from Iffi in Can it be perfectly supported for Classic WoW ?   
    @kamila Are you gonna give @Droidz around 50 Million to give to Blizzard and 5 years of your life behind bars? 
×
×
  • Create New...