Jump to content

1 Screenshot

About This File

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: 

 

 

 

 


User Feedback

Recommended Comments

nax

Posted

Hello,

I was reviewing your code and had a quick question. Does this work with fight classes that use their own built-in rotation frameworks, or is it specifically designed to work only with WRobot’s XML rotation framework?

 

image.png.c581365895457ca2213dee880c754b3a.png

robot1992

Posted

@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

nax

Posted

There is some fightclasses that don’t use new Spell, but I understand where you are coming from.

 

For obfuscation tools, it’s kinda impossible to protect csharp code, so I wouldn’t even try, there’s always someone who can beat the obfuscation

Sanyachan93

Posted

Thank you so much, for know it's working on my warrior.

fkrausewow

Posted

Im new in WR, how to use this file? 

 

 

Sanyachan93

Posted

46 minutes ago, fkrausewow said:

Im new in WR, how to use this file? 

 

 

Drop it inside Plugins folder and activate it on WRobot in the plugins section.

fkrausewow

Posted

2 hours ago, Sanyachan93 said:

Drop it inside Plugins folder and activate it on WRobot in the plugins section.

Work 100% Ty ^^

src000

Posted

hve problem with shadow word pain its never cast it but in the log it exist.

wtf?

also other spells that he actually casting not have chinese words

is it possible to start casting shadow word pain too?

WRobot_ysRldXGSpo.png

WRobot_PM5xzWrCjN.png

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...