Jump to content

otherguym

Members
  • Posts

    14
  • Joined

  • Last visited

Posts posted by otherguym

  1. I tried your code with 2500 and this is what the log says:

    [F] 19:59:27 - [Spell] Cast Fishing (Fishing)
    19:59:29 - Bobber GUID = 743112712
    [F] 19:59:29 - [Spell] Cast Fishing (Fishing)
    [F] 19:59:29 - [Spell] Cast Fishing (Fishing)
    19:59:31 - Bobber GUID = 743112712
    [F] 19:59:32 - [Spell] Cast Fishing (Fishing)
    [F] 19:59:32 - [Spell] Cast Fishing (Fishing)
    19:59:34 - Bobber GUID = 743112712
    [F] 19:59:34 - [Spell] Cast Fishing (Fishing)

    The char casts ten times but loots too early.

  2. Thanks for the advice. There is progress.

    [F] 18:00:02 - [Spell] Cast Fishing (Fishing)
    
    [E] 18:00:04 - Compilator Error :
    c:\Users\User\AppData\Local\Temp\0dzrh0hh.0.cs(26,41) : error CS1061: 'wManager.Wow.Class.Spell' does not contain a definition for 'SearchBobber' and no extension method 'SearchBobber' accepting a first argument of type 'wManager.Wow.Class.Spell' could be found (are you missing a using directive or an assembly reference?)
    
    [E] 18:00:04 - Cannot run code, look log.
    [F] 18:00:14 - [Spell] Cast Fishing (Fishing)

    I guess SearchBobber has to be named correctly then.

    1. I click Tools
    2. then I click Development Tools
    3. then I paste your code into the textbox
    4. then I click C# (ret value in wManager.DevelopmentTools.OutPutCSharp) button
    5. the textbox adds this:
    // wManager.DevelopmentTools.OutPutCSharp= 
    // Execute time: 375

     

    1. my log says this:
    [F] 16:23:26 - [Spell] Cast Fishing (Fishing)
    [E] 16:23:36 - Compilator Error :
    c:\Users\<User>\AppData\Local\Temp\gax352rt.0.cs(24,10) : error CS0117: 'wManager.Wow.Helpers.Fishing' does not contain a definition for 'Launch'
    [E] 16:23:36 - Cannot run code, look log.
    [F] 16:23:37 - [Spell] Cast Fishing (Fishing)

     

×
×
  • Create New...