Page 6 of 6 FirstFirst ... 456
Results 126 to 143 of 143

Thread: [EOC] King'sWaterFiends

  1. #126
    Join Date
    Dec 2011
    Location
    U.S.A.
    Posts
    635
    Mentioned
    5 Post(s)
    Quoted
    249 Post(s)

    Default

    Is using an armadyl crossbow and adamant bolts or better just as good as a black salamander?
    Last edited by Sawyer; 03-03-2013 at 02:19 PM.

  2. #127
    Join Date
    Mar 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    right it says this =[ [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(281:149): Invalid number of parameters at line 280
    Compiling failed.
    and i read that i need smart8? but im not sure how to get smart 8 looked around but cant find anything sorry to be a pain

  3. #128
    Join Date
    Mar 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    hey can you add unicorn support or is that difficult and possibly fairy ring access if they can be used? sorry i'm new to simba so if your unable to do it i understand just trying to suggest some ideas
    and im also having this error: Error: Could not call proc at line 1281
    The following DTMs were not freed: [SRL - Lamp bitmap, 1]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap, SRL - Options Bitmap]
    [Hint] C:\Simba\Scripts\KingsWaterFiendsV.05PublicLaggyCo mp.simba(701:10): Variable 'Result' never used at line 700
    [Error] C:\Simba\Scripts\KingsWaterFiendsV.05PublicLaggyCo mp.simba(1282:43): Identifier expected at line 1281
    Compiling failed.
    Last edited by astrokayo; 03-04-2013 at 12:26 PM.

  4. #129
    Join Date
    Apr 2012
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default


    Quote Originally Posted by astrokayo View Post
    right it says this =[ [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(281:149): Invalid number of parameters at line 280
    Compiling failed.
    and i read that i need smart8? but im not sure how to get smart 8 looked around but cant find anything sorry to be a pain
    if you have already installed simba, I can assume it's Smart 8. you just need to change the command on start up from SMART to SMART8

  5. #130
    Join Date
    Dec 2012
    Posts
    48
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    Exception in Script: Unable to find file 'ObjectDTM\ObjDTMInclude.simba' used from 'C:\Simba\Scripts\KingsWaterFiendsV.05PublicLaggyC omp.simba'

    Dunno what to do now:O


    EDIT: Figured that out by reading the thread,, sorrryyyy!!!

    Compiled successfully in 562 ms.
    SRL Compiled in 15 msec
    Paired with SMART[2032]
    Object DTM Include: Setup complete.
    Error: Could not call proc at line 1281
    The following DTMs were not freed: [SRL - Lamp bitmap, 1]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap, SRL - Options Bitmap]

    Now that messes with me.
    Last edited by Ferhya; 03-18-2013 at 08:45 PM.

  6. #131
    Join Date
    Jun 2012
    Location
    Howell, Michigan
    Posts
    1,585
    Mentioned
    34 Post(s)
    Quoted
    553 Post(s)

    Default

    Quote Originally Posted by Ferhya View Post
    Exception in Script: Unable to find file 'ObjectDTM\ObjDTMInclude.simba' used from 'C:\Simba\Scripts\KingsWaterFiendsV.05PublicLaggyC omp.simba'

    Dunno what to do now:O


    EDIT: Figured that out by reading the thread,, sorrryyyy!!!

    Compiled successfully in 562 ms.
    SRL Compiled in 15 msec
    Paired with SMART[2032]
    Object DTM Include: Setup complete.
    Error: Could not call proc at line 1281
    The following DTMs were not freed: [SRL - Lamp bitmap, 1]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap, SRL - Options Bitmap]

    Now that messes with me.
    Comment out the progress report and then run it.

  7. #132
    Join Date
    Feb 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Quote Originally Posted by SRLKing View Post
    Comment out the progress report and then run it.
    I commented it out and some other stuff after it gave me a couple more errors, and it's running now. Lol.

    I'll let you know how it does.

    Edit: It seems to be misclicking the "x" on the bank screen. It also keeps trying to pick items up when the inv is full. It also is not recharging summoning points.

    Why does this not support multiple bunyip pouches?
    Last edited by Peace Falls; 03-25-2013 at 09:41 PM.

  8. #133
    Join Date
    Jun 2012
    Location
    Howell, Michigan
    Posts
    1,585
    Mentioned
    34 Post(s)
    Quoted
    553 Post(s)

    Default

    Quote Originally Posted by Peace Falls View Post
    I commented it out and some other stuff after it gave me a couple more errors, and it's running now. Lol.

    I'll let you know how it does.

    Edit: It seems to be misclicking the "x" on the bank screen. It also keeps trying to pick items up when the inv is full. It also is not recharging summoning points.

    Why does this not support multiple bunyip pouches?
    Its been outdated for a while, thought I updated the title :P Ill update the script over spring break, do a full rewrite, Ive gotten much better at coding since this!

  9. #134
    Join Date
    May 2012
    Posts
    704
    Mentioned
    4 Post(s)
    Quoted
    147 Post(s)

    Default

    Quote Originally Posted by Peace Falls View Post
    I commented it out and some other stuff after it gave me a couple more errors, and it's running now. Lol.

    I'll let you know how it does.

    Edit: It seems to be misclicking the "x" on the bank screen. It also keeps trying to pick items up when the inv is full. It also is not recharging summoning points.

    Why does this not support multiple bunyip pouches?
    It's the bug in SRL include itself. Just add this somewhere in the end of banking procedure (where closebank is)

    Simba Code:
    repeat
        closebank;
    until not (bankscreen);

  10. #135
    Join Date
    Feb 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Quote Originally Posted by SRLKing View Post
    Its been outdated for a while, thought I updated the title :P Ill update the script over spring break, do a full rewrite, Ive gotten much better at coding since this!
    Looking forward to this!

  11. #136
    Join Date
    Jun 2012
    Location
    Howell, Michigan
    Posts
    1,585
    Mentioned
    34 Post(s)
    Quoted
    553 Post(s)

    Default

    Quote Originally Posted by Peace Falls View Post
    Looking forward to this!
    One more dya of school(;

  12. #137
    Join Date
    Jun 2012
    Location
    Howell, Michigan
    Posts
    1,585
    Mentioned
    34 Post(s)
    Quoted
    553 Post(s)

    Default

    Made some progress on the code tonight :P

  13. #138
    Join Date
    Dec 2010
    Location
    Humboldt, TN
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    I haven't been to Waterfiends since pre-eoc and I planned on using this after mining cape. I was reading about an update jagex made that made waterfiends more powerful and thus not worth camping anymore?

  14. #139
    Join Date
    Jun 2012
    Location
    Howell, Michigan
    Posts
    1,585
    Mentioned
    34 Post(s)
    Quoted
    553 Post(s)

    Default

    Quote Originally Posted by noob447 View Post
    I haven't been to Waterfiends since pre-eoc and I planned on using this after mining cape. I was reading about an update jagex made that made waterfiends more powerful and thus not worth camping anymore?
    Getting 200 charms an hour.

  15. #140
    Join Date
    Dec 2010
    Location
    Humboldt, TN
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    That's still good. Wtf are folks whining about than? lol..


    E: I meant to ask, what is the decent set-up for these now? As I said, I haven't been to them since before EoC. I'm used to just bringing Bunyips, Zs or Ss, Karils, etc. What works best as far as gear and inv? Does Momentum work better than ability spam?

    THANKS
    Last edited by noob447; 03-30-2013 at 04:39 AM.

  16. #141
    Join Date
    Jun 2012
    Location
    Howell, Michigan
    Posts
    1,585
    Mentioned
    34 Post(s)
    Quoted
    553 Post(s)

    Default

    Quote Originally Posted by noob447 View Post
    That's still good. Wtf are folks whining about than? lol..


    E: I meant to ask, what is the decent set-up for these now? As I said, I haven't been to them since before EoC. I'm used to just bringing Bunyips, Zs or Ss, Karils, etc. What works best as far as gear and inv? Does Momentum work better than ability spam?

    THANKS
    Abilities with black sally and royal dhide work well, bring prayer pots, bunyip and food, drops should cover costs.

  17. #142
    Join Date
    Jan 2013
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    when do u think ull finish the script?

  18. #143
    Join Date
    Jun 2012
    Location
    Howell, Michigan
    Posts
    1,585
    Mentioned
    34 Post(s)
    Quoted
    553 Post(s)

    Default

    Quote Originally Posted by masterv11 View Post
    when do u think ull finish the script?


    Hopefully the rewrite will be done this week

Page 6 of 6 FirstFirst ... 456

Thread Information

Users Browsing this Thread

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

Posting Permissions

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