February 3, 20251 yr When the target that can be attacked is a humanoid creature, how should this judgment statement be written in C code? Thanks for your help!
February 7, 20251 yr Hello, you can use if (wManager.Wow.ObjectManager.ObjectManager.Target.CreatureTypeTarget == "Humanoid") { // cast your spell here }
February 10, 20251 yr Author On 2/7/2025 at 8:08 PM, Droidz said: Hello, you can use if (wManager.Wow.ObjectManager.ObjectManager.Target.CreatureTypeTarget == "Humanoid") { // cast your spell here } Thanks for your help! Mr. Droidz
February 10, 20251 yr Author On 2/7/2025 at 8:08 PM, Droidz said: Hello, you can use if (wManager.Wow.ObjectManager.ObjectManager.Target.CreatureTypeTarget == "Humanoid") { // cast your spell here } HI Mr.Droidz !Write here as per the code you gave, get a bunch of errors. It seems that I didn't express it clearly, and I should have asked how to write it in C Sharp Code 1.bmp
February 10, 20251 yr Do you use an updated version of the bot ? Can you share the full log file please? How and where do you run this code?
February 11, 20251 yr Author 11 hours ago, Droidz said: 您是否使用机器人的更新版本?您能分享完整的日志文件吗?您如何以及在何处运行此代码? Yes, the bot version has been updated to 2.8.2 I added this code to the FC skill item. I know it may not be correct to add it this way. So I'd like to ask how to fill in the code I need if it's FC CShrapCode here. Thanks again!
February 11, 20251 yr in "Value" put only this code wManager.Wow.ObjectManager.ObjectManager.Target.CreatureTypeTarget == "Humanoid"
Create an account or sign in to comment