+ Reply to Thread
Page 5 of 22 FirstFirst ... 3456715 ... LastLast
Results 101 to 125 of 535

Thread: Common Problems ~ READ BEFORE POSTING

  1. #101
    Join Date
    May 2008
    Location
    ;)
    Posts
    576
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Code:
    [1:50:38]: {     Active: False                                              }
    [1:50:38]: {       Reason: Finished total loads!                            }
    [1:50:38]: {                                                                }
    [1:50:38]: {     Script: Powerminer                                         }
    [1:50:38]: {       Time:  01h 27m 43s                                       }
    [1:50:38]: {       Skill: Mining                                            }
    [1:50:38]: {       Loads: 14                                                }
    was set to do 60 loads. did 14.

    @mike do you have the correct smart plugin and latest SRL? sorry, not sure if that will help, just a guess

  2. #102
    Join Date
    Sep 2010
    Posts
    190
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by nickrules View Post
    Code:
    [1:50:38]: {     Active: False                                              }
    [1:50:38]: {       Reason: Finished total loads!                            }
    [1:50:38]: {                                                                }
    [1:50:38]: {     Script: Powerminer                                         }
    [1:50:38]: {       Time:  01h 27m 43s                                       }
    [1:50:38]: {       Skill: Mining                                            }
    [1:50:38]: {       Loads: 14                                                }
    was set to do 60 loads. did 14.

    @mike do you have the correct smart plugin and latest SRL? sorry, not sure if that will help, just a guess
    Latest SRL, idk about SMART.it worked before the update.

  3. #103
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by nickrules View Post
    Code:
    [1:50:38]: {     Active: False                                              }
    [1:50:38]: {       Reason: Finished total loads!                            }
    [1:50:38]: {                                                                }
    [1:50:38]: {     Script: Powerminer                                         }
    [1:50:38]: {       Time:  01h 27m 43s                                       }
    [1:50:38]: {       Skill: Mining                                            }
    [1:50:38]: {       Loads: 14                                                }
    was set to do 60 loads. did 14.
    Did you have just one player running? Can I see your DeclarePlayers setup?

    Quote Originally Posted by Mike408 View Post
    Latest SRL, idk about SMART.it worked before the update.
    Which update? SRL or MSI or RS?

  4. #104
    Join Date
    Feb 2009
    Location
    Irvine, CA
    Posts
    2,873
    Mentioned
    8 Post(s)
    Quoted
    138 Post(s)

    Default

    I searched and searched and couldnt find a solution to my problem.
    I keep getting errors like this in my debug box:
    Progress Report:
    ReWriteFile - Exception. Could not create file: C:\Simba\Includes\MSI\MSI Logs\25-09-10 at 05 20 09 PM.txt

    This means two things: 1: MSI Can't keep logs and 2: Since it can't write to the ini, i can't utilize the player remote.

    is there a fix?

    I've also tried running simba in administrator mode
    Last edited by TomTuff; 09-26-2010 at 12:50 AM.

  5. #105
    Join Date
    Sep 2010
    Posts
    190
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    Did you have just one player running? Can I see your DeclarePlayers setup?


    Which update? SRL or MSI or RS?
    RS update

  6. #106
    Join Date
    Sep 2010
    Posts
    190
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Mike408 View Post
    RS update
    Also, its not the script im using. It's smart.
    if i try to run
    program new;
    {$i srl/srl/misc/smart.scar}
    {$i srl/srl.scar}
    {$i reflection/reflection.simba}

    begin
    SetupSRL;
    SetupReflectionEx(False);
    end.
    Then it will come up with the same error.
    Compiled succesfully in 744 ms.
    SRL Compiled in 8 msec
    SMART Initialized.
    Loaded: Server 49, Members: False, Signed: True, Super Detail: False.
    Error: Exception: Access violation at line 82
    The following DTMs were not freed: [SRL - Lamp bitmap]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap]
    File[C:\Simba\Includes\SRL/logs/SRL log 25-09-10 0.txt] has not been freed in the script, freeing it now.
    Highlighted error:function GetColor(x, y: Integer): Integer;
    begin
    result:= SmartGetColor(x, y);
    end;

  7. #107
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by TomTuff View Post
    I searched and searched and couldnt find a solution to my problem.
    I keep getting errors like this in my debug box:
    Progress Report:
    ReWriteFile - Exception. Could not create file: C:\Simba\Includes\MSI\MSI Logs\25-09-10 at 05 20 09 PM.txt

    This means two things: 1: MSI Can't keep logs and 2: Since it can't write to the ini, i can't utilize the player remote.

    is there a fix?

    I've also tried running simba in administrator mode
    I'm not sure what the problem is. It's working fine for me, I just tested it.

    What operating system and version are you using?

  8. #108
    Join Date
    Sep 2010
    Posts
    190
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    I'm not sure what the problem is. It's working fine for me, I just tested it.

    What operating system and version are you using?
    was that to him or me?
    Im on both Ubuntu and Windows 7. Both have the exact same problem. Using the latest SRL, Simba, and Reflection (I think)

  9. #109
    Join Date
    Feb 2009
    Location
    Irvine, CA
    Posts
    2,873
    Mentioned
    8 Post(s)
    Quoted
    138 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    I'm not sure what the problem is. It's working fine for me, I just tested it.

    What operating system and version are you using?
    hey Coh3n,
    it turns out i had MSI check out to the wrong place (Includes\srl\msi rather than includes\msi), i checked it out to the right place and it works like a charm, going on a 3 hour proggy right now with my army of 12 players setup in it ^_^

  10. #110
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by TomTuff View Post
    hey Coh3n,
    it turns out i had MSI check out to the wrong place (Includes\srl\msi rather than includes\msi), i checked it out to the right place and it works like a charm, going on a 3 hour proggy right now with my army of 12 players setup in it ^_^
    Awesome, glad it's working.

  11. #111
    Join Date
    Aug 2009
    Posts
    155
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i cam't seem to get fly fishing to work at bbv. I figured out that I need to use FISHSPOT_LURE not FISHSPOT_FLY as listed here http://villavu.com/forum/showthread.php?t=58881. but I still can not get it to run.

    I have tried it as the banking script starting in the bank and at the fishing spot and this is what i always get.
    it never moves the camera view all the way up like i think it should but other than that I don't know what could be causing this.

    Progress Report by payton:
    [0:00:22]: Welcome to Runescape.
    [0:00:23]: **
    [0:00:36]: [ Ots ] -- MSI_SetupPlayer: False
    [0:00:46]: [ Ots ] -- MSI_UnsetPlayer
    [0:00:46]: [ Ots ] ---- Failed to setup player
    [0:00:47]: {----------------------------------------------------------------}
    [0:00:47]: {                    MSI Phoenix Player Report                   }
    [0:00:47]: {------------------------- Revision 325 -------------------------}
    [0:00:47]: {     Time Running: 47 Seconds                                   }
    [0:00:47]: {----------------------------------------------------------------}
    [0:00:47]: {                                                                }
    [0:00:47]: {     Player 4: **                                     }
    [0:00:47]: {     Location: Barbarian Village fishing spot                   }
    [0:00:47]: {     Time: 00s                                                  }
    [0:00:47]: {     Total Loads: 0                                             }
    [0:00:47]: {     Active: False                                              }
    [0:00:47]: {       Reason: Failed to setup player                           }
    [0:00:47]: {                                                                }
    [0:00:47]: {     Script: Powerfisher                                        }
    [0:00:47]: {       Time:  00s                                               }
    [0:00:47]: {       Skill: Fishing                                           }
    [0:00:47]: {       Loads: 0                                                 }
    [0:00:47]: {       Exp:   0                                                 }
    [0:00:47]: {       Level: 61                                                }
    [0:00:47]: {         Item:   Raw trout                                      }
    [0:00:47]: {         Amount: 0                                              }
    [0:00:47]: {         Item:   Raw salmon                                     }
    [0:00:47]: {         Amount: 0                                              }
    [0:00:47]: {                                                                }
    [0:00:47]: {----------------------------------------------------------------}
    [0:00:47]: {----------------------------------------------------------------}
    [0:00:47]: [ **] -- MSI_UnsetPlayer: Done
    [0:00:47]: [ **]  All players inactive, terminating script!
    [0:01:01]: {----------------------------------------------------------------}
    [0:01:01]: {                    MSI Phoenix Player Report                   }
    [0:01:01]: {------------------------- Revision 325 -------------------------}
    [0:01:01]: {     Time Running: 1 Minutes and 1 Seconds                      }
    [0:01:01]: {----------------------------------------------------------------}
    [0:01:01]: {                                                                }
    [0:01:01]: {     Player 4: **  }
    [0:01:01]: {     Location: Barbarian Village fishing spot                   }
    [0:01:01]: {     Time: 00s                                                  }
    [0:01:01]: {     Total Loads: 0                                             }
    [0:01:01]: {     Active: False                                              }
    [0:01:01]: {       Reason: Failed to setup player                           }
    [0:01:01]: {                                                                }
    [0:01:01]: {     Script: Powerfisher                                        }
    [0:01:01]: {       Time:  00s                                               }
    [0:01:01]: {       Skill: Fishing                                           }
    [0:01:01]: {       Loads: 0                                                 }
    [0:01:01]: {       Exp:   0                                                 }
    [0:01:01]: {       Level: 61                                                }
    [0:01:01]: {         Item:   Raw trout                                      }
    [0:01:01]: {         Amount: 0                                              }
    [0:01:01]: {         Item:   Raw salmon                                     }
    [0:01:01]: {         Amount: 0                                              }
    [0:01:01]: {                                                                }
    [0:01:01]: {----------------------------------------------------------------}
    [0:01:01]: {----------------------------------------------------------------}
    [0:01:10]: {----------------------------------------------------------------}
    [0:01:10]: {                    MSI Phoenix Player Report                   }
    [0:01:10]: {------------------------- Revision 325 -------------------------}
    [0:01:10]: {     Time Running: 1 Minutes and 10 Seconds                     }
    [0:01:10]: {----------------------------------------------------------------}
    [0:01:10]: {                                                                }
    [0:01:10]: {     Player 4: **}
    [0:01:10]: {     Location: Barbarian Village fishing spot                   }
    [0:01:10]: {     Time: 00s                                                  }
    [0:01:10]: {     Total Loads: 0                                             }
    [0:01:10]: {     Active: False                                              }
    [0:01:10]: {       Reason: Failed to setup player                           }
    [0:01:10]: {                                                                }
    [0:01:10]: {     Script: Powerfisher                                        }
    [0:01:10]: {       Time:  00s                                               }
    [0:01:10]: {       Skill: Fishing                                           }
    [0:01:10]: {       Loads: 0                                                 }
    [0:01:10]: {       Exp:   0                                                 }
    [0:01:10]: {       Level: 61                                                }
    [0:01:10]: {         Item:   Raw trout                                      }
    [0:01:10]: {         Amount: 0                                              }
    [0:01:10]: {         Item:   Raw salmon                                     }
    [0:01:10]: {         Amount: 0                                              }
    [0:01:10]: {                                                                }
    [0:01:10]: {----------------------------------------------------------------}
    [0:01:10]: {----------------------------------------------------------------}
    [0:01:10]: Thank-you for using MSI Phoenix scripts!
    [0:01:10]: Successfully executed.
    Last edited by NCDS; 10-04-2010 at 10:07 PM. Reason: Added report tags

  12. #112
    Join Date
    Oct 2007
    Location
    #srl
    Posts
    6,102
    Mentioned
    39 Post(s)
    Quoted
    62 Post(s)

    Default

    Quote Originally Posted by payton View Post
    i cam't seem to get fly fishing to work at bbv. I figured out that I need to use FISHSPOT_LURE not FISHSPOT_FLY as listed here http://villavu.com/forum/showthread.php?t=58881. but I still can not get it to run.

    I have tried it as the banking script starting in the bank and at the fishing spot and this is what i always get.
    it never moves the camera view all the way up like i think it should but other than that I don't know what could be causing this.

    Progress Report by payton:
    [0:00:22]: Welcome to Runescape.
    [0:00:23]: **
    [0:00:36]: [ Ots ] -- MSI_SetupPlayer: False
    [0:00:46]: [ Ots ] -- MSI_UnsetPlayer
    [0:00:46]: [ Ots ] ---- Failed to setup player
    [0:00:47]: {----------------------------------------------------------------}
    [0:00:47]: {                    MSI Phoenix Player Report                   }
    [0:00:47]: {------------------------- Revision 325 -------------------------}
    [0:00:47]: {     Time Running: 47 Seconds                                   }
    [0:00:47]: {----------------------------------------------------------------}
    [0:00:47]: {                                                                }
    [0:00:47]: {     Player 4: **                                     }
    [0:00:47]: {     Location: Barbarian Village fishing spot                   }
    [0:00:47]: {     Time: 00s                                                  }
    [0:00:47]: {     Total Loads: 0                                             }
    [0:00:47]: {     Active: False                                              }
    [0:00:47]: {       Reason: Failed to setup player                           }
    [0:00:47]: {                                                                }
    [0:00:47]: {     Script: Powerfisher                                        }
    [0:00:47]: {       Time:  00s                                               }
    [0:00:47]: {       Skill: Fishing                                           }
    [0:00:47]: {       Loads: 0                                                 }
    [0:00:47]: {       Exp:   0                                                 }
    [0:00:47]: {       Level: 61                                                }
    [0:00:47]: {         Item:   Raw trout                                      }
    [0:00:47]: {         Amount: 0                                              }
    [0:00:47]: {         Item:   Raw salmon                                     }
    [0:00:47]: {         Amount: 0                                              }
    [0:00:47]: {                                                                }
    [0:00:47]: {----------------------------------------------------------------}
    [0:00:47]: {----------------------------------------------------------------}
    [0:00:47]: [ **] -- MSI_UnsetPlayer: Done
    [0:00:47]: [ **]  All players inactive, terminating script!
    [0:01:01]: {----------------------------------------------------------------}
    [0:01:01]: {                    MSI Phoenix Player Report                   }
    [0:01:01]: {------------------------- Revision 325 -------------------------}
    [0:01:01]: {     Time Running: 1 Minutes and 1 Seconds                      }
    [0:01:01]: {----------------------------------------------------------------}
    [0:01:01]: {                                                                }
    [0:01:01]: {     Player 4: **  }
    [0:01:01]: {     Location: Barbarian Village fishing spot                   }
    [0:01:01]: {     Time: 00s                                                  }
    [0:01:01]: {     Total Loads: 0                                             }
    [0:01:01]: {     Active: False                                              }
    [0:01:01]: {       Reason: Failed to setup player                           }
    [0:01:01]: {                                                                }
    [0:01:01]: {     Script: Powerfisher                                        }
    [0:01:01]: {       Time:  00s                                               }
    [0:01:01]: {       Skill: Fishing                                           }
    [0:01:01]: {       Loads: 0                                                 }
    [0:01:01]: {       Exp:   0                                                 }
    [0:01:01]: {       Level: 61                                                }
    [0:01:01]: {         Item:   Raw trout                                      }
    [0:01:01]: {         Amount: 0                                              }
    [0:01:01]: {         Item:   Raw salmon                                     }
    [0:01:01]: {         Amount: 0                                              }
    [0:01:01]: {                                                                }
    [0:01:01]: {----------------------------------------------------------------}
    [0:01:01]: {----------------------------------------------------------------}
    [0:01:10]: {----------------------------------------------------------------}
    [0:01:10]: {                    MSI Phoenix Player Report                   }
    [0:01:10]: {------------------------- Revision 325 -------------------------}
    [0:01:10]: {     Time Running: 1 Minutes and 10 Seconds                     }
    [0:01:10]: {----------------------------------------------------------------}
    [0:01:10]: {                                                                }
    [0:01:10]: {     Player 4: **}
    [0:01:10]: {     Location: Barbarian Village fishing spot                   }
    [0:01:10]: {     Time: 00s                                                  }
    [0:01:10]: {     Total Loads: 0                                             }
    [0:01:10]: {     Active: False                                              }
    [0:01:10]: {       Reason: Failed to setup player                           }
    [0:01:10]: {                                                                }
    [0:01:10]: {     Script: Powerfisher                                        }
    [0:01:10]: {       Time:  00s                                               }
    [0:01:10]: {       Skill: Fishing                                           }
    [0:01:10]: {       Loads: 0                                                 }
    [0:01:10]: {       Exp:   0                                                 }
    [0:01:10]: {       Level: 61                                                }
    [0:01:10]: {         Item:   Raw trout                                      }
    [0:01:10]: {         Amount: 0                                              }
    [0:01:10]: {         Item:   Raw salmon                                     }
    [0:01:10]: {         Amount: 0                                              }
    [0:01:10]: {                                                                }
    [0:01:10]: {----------------------------------------------------------------}
    [0:01:10]: {----------------------------------------------------------------}
    [0:01:10]: Thank-you for using MSI Phoenix scripts!
    [0:01:10]: Successfully executed.
    Please start using the [report] [ /report] tags.

    Can you post your DeclarePlayers please?

  13. #113
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    It doesn't even look like it's trying to setup the player.

  14. #114
    Join Date
    Oct 2007
    Location
    #srl
    Posts
    6,102
    Mentioned
    39 Post(s)
    Quoted
    62 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    It doesn't even look like it's trying to setup the player.
    It has to be how he has it set up though. This is the only occurrence of this that I am aware of, and it works fine for me.

  15. #115
    Join Date
    Aug 2009
    Posts
    155
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I switched the player to player0 and commented the others out and got it working, but I am having problems with the walk back. It clicks between the tumbs and the river on the mm, then the player runs west to go around the wall, when this happens the flag goes off the top right of the mm and the script clicks back to the location it was just at. after a few times it will make it around the wall but it looks very bot-like running between two points over and over again.

    Payton

    edit: a suggestion I have is when wood cutting willows with a deposit box, if the hatchet is in the inventory, it will click the logs one at a time not right click and pick all. (i didn't check but will putting the hatched in the last inventory space prevent this)
    Last edited by payton; 10-05-2010 at 04:56 AM.

  16. #116
    Join Date
    Oct 2007
    Location
    #srl
    Posts
    6,102
    Mentioned
    39 Post(s)
    Quoted
    62 Post(s)

    Default

    Quote Originally Posted by payton View Post
    edit: a suggestion I have is when wood cutting willows with a deposit box, if the hatchet is in the inventory, it will click the logs one at a time not right click and pick all. (i didn't check but will putting the hatched in the last inventory space prevent this)
    So, you want it to click the logs one at a time?

  17. #117
    Join Date
    Sep 2006
    Location
    Texas
    Posts
    1,349
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    no he is saying when he has a hatchet in his inventory, it will deposit the logs one at a time. Instead of right clicking on the log and clicking all.

    But im sure thats not suppose to happen?

    I never tested Wcing with a hatchet in the inventory.

  18. #118
    Join Date
    Oct 2007
    Location
    #srl
    Posts
    6,102
    Mentioned
    39 Post(s)
    Quoted
    62 Post(s)

    Default

    Alright, I'm going to have to look into that I guess. It used to happen with Copper Ore sometimes as well, but that seemed to just fix itself I guess.

  19. #119
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by payton View Post
    I switched the player to player0 and commented the others out and got it working, but I am having problems with the walk back. It clicks between the tumbs and the river on the mm, then the player runs west to go around the wall, when this happens the flag goes off the top right of the mm and the script clicks back to the location it was just at. after a few times it will make it around the wall but it looks very bot-like running between two points over and over again.
    When I wrote MSI_Flag, it worked even when the flag went off the minimap. IIRC someone edited it recently which may have caused this.

  20. #120
    Join Date
    Oct 2007
    Location
    #srl
    Posts
    6,102
    Mentioned
    39 Post(s)
    Quoted
    62 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    When I wrote MSI_Flag, it worked even when the flag went off the minimap. IIRC someone edited it recently which may have caused this.
    I edited it

    I don't remember exactly what I edited, but the function still relies on IsMoving just as much as FlagPresent. I specifically remember not messing much with them.

  21. #121
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by NCDS View Post
    I edited it

    I don't remember exactly what I edited, but the function still relies on IsMoving just as much as FlagPresent. I specifically remember not messing much with them.
    You may not have messed anything up, it may have just failed. Guess it's another thing to add to our to-do lists.

  22. #122
    Join Date
    Oct 2007
    Location
    Bournemouth, England
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The fishing at BBV needs fixing, as stated above when walking from the fishing spot to the bank it will get stuck behind a wall. Also if there aren't any fish the the northen pool it just stands there waiting. I manually moved it to the south pool and when walking from the south pool to the bank it doesn't get stuck behind the wall.

    E: Sometimes on the way up to the bank it manages to get round the wall, I didnt observe how though as I was tab'd out. Definitely not fishing at the south of BBV fishing spots. Also i have 2 fly rod and 8 k feathers in my inv, first time i put them at the top of my bag and it emptied the feathers while banking the i put them on the bottom of the bag with the rods but everytime it banked it would also click on and bank 2 feathers. I watched it repeat this about 11 times then stoped the script. I even put [FISH_FEATHER] in DontDrop but that didnt work for banking as it still clicked the feathers twice.
    Last edited by Jatak; 10-07-2010 at 12:00 AM.
    Trying is the first step towards failure.

  23. #123
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by Jatak View Post
    The fishing at BBV needs fixing, as stated above when walking from the fishing spot to the bank it will get stuck behind a wall.
    This is a problem with MSI_Flag (could also be the path), and will be fixed as soon as possible.

    Quote Originally Posted by Jatak View Post
    Also if there aren't any fish the the northen pool it just stands there waiting. I manually moved it to the south pool and when walking from the south pool to the bank it doesn't get stuck behind the wall.
    Is the south pool visible in the main screen when the player is standing at the north pool?

    Quote Originally Posted by Jatak View Post
    E: Sometimes on the way up to the bank it manages to get round the wall, I didnt observe how though as I was tab'd out. Definitely not fishing at the south of BBV fishing spots.
    The path to and from the bank isn't different, so the fact that it was walking to the bank won't make a difference. Where does the second part of that come from? If it's walking then no, it won't be fishing...

    Quote Originally Posted by Jatak View Post
    Also i have 2 fly rod and 8 k feathers in my inv, first time i put them at the top of my bag and it emptied the feathers while banking the i put them on the bottom of the bag with the rods but everytime it banked it would also click on and bank 2 feathers. I watched it repeat this about 11 times then stoped the script. I even put [FISH_FEATHER] in DontDrop but that didnt work for banking as it still clicked the feathers twice.
    DontDrop doesn't effect banking, but I suppose we could make it have an effect, although it shouldn't bank any tools to begin with. I think the DTM of the feathers may not be working (could be because of the numbers). Either way, that is definitely something we can fix.

  24. #124
    Join Date
    Oct 2007
    Location
    #srl
    Posts
    6,102
    Mentioned
    39 Post(s)
    Quoted
    62 Post(s)

    Default

    The reason it banks feathers is because it think the feathers are Raw Trout

    The feather DTM is fine, it's just that raw trout and feathers are very similar. I tried jusy playing with raw trouts main color point but that wouldn't fix it so tomorrow I will remake the trout DTM to see if I can get it to work then.

    Still haven't figured out the MSI_Flag thing I don't think it has to do with MSI_Flag though, but again, I will figure this out for sure tomorrow. I must get going now though.

  25. #125
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by NCDS View Post
    The reason it banks feathers is because it think the feathers are Raw Trout

    The feather DTM is fine, it's just that raw trout and feathers are very similar. I tried jusy playing with raw trouts main color point but that wouldn't fix it so tomorrow I will remake the trout DTM to see if I can get it to work then.
    Lol wow. I have some time right now, I'm going to try and sort this out.

    Quote Originally Posted by NCDS View Post
    Still haven't figured out the MSI_Flag thing I don't think it has to do with MSI_Flag though, but again, I will figure this out for sure tomorrow. I must get going now though.
    Just test it in a different area in RS if you're unsure. Have a script click near the willow trees at Port Sarim while standing in Draynor market. See what happens.

    E: It's differentiating between Raw trout and Feathers fine for me.
    Last edited by Coh3n; 10-07-2010 at 02:05 AM.

+ Reply to Thread
Page 5 of 22 FirstFirst ... 3456715 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may post attachments
  • You may edit your posts
  •