Jump to content

robot1992

Members
  • Posts

    7
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

robot1992's Achievements

  1. you can try stop and restart WR.
  2. @nax all, ``` var spell = new Spell("Heroic Strike"); spell.Launch(); // this plugin ensures that the `Launch` method works correctly in Turtle wow. ``` btw, any good .net obfuscation tools recommand? @nax
  3. I have resolved this issue and provided a plugin. https://wrobot.eu/files/file/2067-fix-turtle-spell-name/
  4. I have resolved this issue and provided a plugin. https://wrobot.eu/files/file/2067-fix-turtle-spell-name/
  5. Version 1.0.0

    21 downloads

    Correcting the issue of inability to properly cast spells in Turtle WoW, fixing spell names in Turtle WoW processing the names of learned skills. Ensuring spells can be cast correctly. fix topic:
  6. The problem is the multilingual in `Spell.dbc`. the wow client is en-US, but the spell.dbc has multilanguage. if I clear the Name_deDE, the problem is gone. So the problem is that the skill names read by WR aren't being fetched according to the client's actual language.
×
×
  • Create New...