Page 4 of 4 FirstFirst ... 234
Results 76 to 100 of 100

Thread: Cru1z1ns iTanner

  1. #76
    Join Date
    Dec 2011
    Location
    Argentina
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Congratz on the release mate!

  2. #77
    Join Date
    Dec 2011
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default


    Got lost there
    also had problems finding banker as it hovered over doors of bank. I think that second ColFace should be ColFace2 and maybe should pick dif colors for BankBooth and BankBooth2

    Im just noob and these are just ideas, but i got my script working better after a while of picking colors.

  3. #78
    Join Date
    Nov 2011
    Posts
    1,532
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Just some suggestions. I think your banking colors can further be improved to use less colors. The booth frame and the banker shoes colors should be useful.
    As with Ellis I think it sometimes mistakes the plant as Ellis.
    Also implementing a timeout using MarkTime() and TimeFromMark() on your OpenNPC function would make the code look cleaner.
    Code:
    MarkTime(t1);
    repeat
      if OpenNPC ... then
      begin
        //do stuff here
        //break;
      end;
    until (MarkTimeFrom(t1) > timeoutamount); // or other conditions
    On the walking I believe it can be done with 3 points instead of 4. One at bank, One at Ellis, one somewhere in between. I believe it somewhat improves the script performance.

  4. #79
    Join Date
    May 2007
    Location
    England/Liverpool
    Posts
    1,004
    Mentioned
    9 Post(s)
    Quoted
    106 Post(s)

    Default

    Quote Originally Posted by nosaj.421 View Post
    Just some suggestions. I think your banking colors can further be improved to use less colors. The booth frame and the banker shoes colors should be useful.
    As with Ellis I think it sometimes mistakes the plant as Ellis.
    Also implementing a timeout using MarkTime() and TimeFromMark() on your OpenNPC function would make the code look cleaner.
    Code:
    MarkTime(t1);
    repeat
      if OpenNPC ... then
      begin
        //do stuff here
        //break;
      end;
    until (MarkTimeFrom(t1) > timeoutamount); // or other conditions
    On the walking I believe it can be done with 3 points instead of 4. One at bank, One at Ellis, one somewhere in between. I believe it somewhat improves the script performance.
    Much can be changed and improved used these couple of scripts I made to get familiar with the language again.
    This script is pretty lame tbh and needs a full rewrite just not had the time I know about timers ect just never added them as this was a script built by request not one I use personally.

    Well until I get time to update you guys gonna have to make do. just for the time being

  5. #80
    Join Date
    Nov 2011
    Posts
    92
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I implemented some of the changes I saw people talking about with your script and it now works flawlessly Thanks!

  6. #81
    Join Date
    Dec 2011
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    argh.....wont even click on the tanner guy :| and when it banks it clicks on the money pouch button instead of the bank inventory button........ -.-

  7. #82
    Join Date
    Nov 2011
    Posts
    234
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by chan1146 View Post
    argh.....wont even click on the tanner guy :| and when it banks it clicks on the money pouch button instead of the bank inventory button........ -.-
    Script isn't fully working at the moment please wait till it is fixed by the script writer or write a fix for yourself.

  8. #83
    Join Date
    Jan 2012
    Posts
    117
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    Hi, was just wondering if this will be fixed anytime soon , love the idea and I think this script will be much faster than the gVarrok script.

    If not, thats ok, but I was just posting to let you know that we havent forgotten about it and would love to see and update! Thanks!

  9. #84
    Join Date
    May 2007
    Location
    England/Liverpool
    Posts
    1,004
    Mentioned
    9 Post(s)
    Quoted
    106 Post(s)

    Default

    ok no probs lol just been a bit busy lately ive got this whole weekend so im sure i can do something then

  10. #85
    Join Date
    Jan 2012
    Posts
    117
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    Awesome Thanks so much, I greatly appreciate it!

  11. #86
    Join Date
    Jan 2012
    Posts
    117
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    any progress on this script by chance?

  12. #87
    Join Date
    May 2007
    Location
    England/Liverpool
    Posts
    1,004
    Mentioned
    9 Post(s)
    Quoted
    106 Post(s)

    Default

    Send me message tonight to fix this bit busy with a new script atm

  13. #88
    Join Date
    Jan 2012
    Posts
    117
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    Ok

  14. #89
    Join Date
    Dec 2011
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    what your new script?

  15. #90
    Join Date
    Jan 2012
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    does this script have an option to drink energy pots when low on energy?
    if not is there any script that does while tanning green d hides?

  16. #91
    Join Date
    Jan 2012
    Posts
    29
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it is not tanning the hides, it gets in the dude but it only puts the mouse in the front of the hide to be tanned

  17. #92
    Join Date
    Feb 2012
    Posts
    36
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by dude00 View Post
    it is not tanning the hides, it gets in the dude but it only puts the mouse in the front of the hide to be tanned
    Same problem for me :/

  18. #93
    Join Date
    Jan 2012
    Posts
    95
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    fk this i'm gonna use ghost mouse lol ghost mouse is no fails

  19. #94
    Join Date
    Jan 2012
    Posts
    550
    Mentioned
    2 Post(s)
    Quoted
    177 Post(s)

    Default

    Exception in Script: Unable to find file 'SPS/SPS2.simba' used from ''

    how to fix?

  20. #95
    Join Date
    Jan 2012
    Posts
    29
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    please fix this script : (

  21. #96
    Join Date
    Jul 2009
    Location
    Australia
    Posts
    667
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by Akyros View Post
    Exception in Script: Unable to find file 'SPS/SPS2.simba' used from ''

    how to fix?
    You need to download SPS 1.5 or later.
    http://villavu.com/forum/showthread.php?t=73103

    The reason that it is having trouble actually clicking on the hides is due to fonts, at the moment srl is having a couple of issues with some fonts. You could try having a look at the DoTanning procedure and messing with the uptext to see if you can get it going

    ~Caotom

  22. #97
    Join Date
    Feb 2012
    Posts
    44
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    would be the perfect match with the body stitcher but i heard its not working

  23. #98
    Join Date
    Jan 2012
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hello,

    The scipt isn't working correcly. it logt in, takes hide,s walk to the tanner. but it doesn't tan the hides, it just right click the tanner, clicks on trade. and then walk back the the bank. with no leather, stil the hides

  24. #99
    Join Date
    Feb 2012
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    does this work?

  25. #100
    Join Date
    Nov 2011
    Location
    United States
    Posts
    815
    Mentioned
    6 Post(s)
    Quoted
    284 Post(s)

    Default

    6 months since last update, so no its not working and i dont think he has any intentions of fixing it atm

Page 4 of 4 FirstFirst ... 234

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
  •