Page 2 of 2 FirstFirst 12
Results 26 to 38 of 38

Thread: Sorcerers garden

  1. #26
    Join Date
    Dec 2011
    Posts
    1,162
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Haha, i was actually thinking about doing a CWars script or another minigame if you wanna help. After i add all crafting options to my craft guild script! :P

  2. #27
    Join Date
    Sep 2007
    Location
    British Columbia, Canada
    Posts
    4,047
    Mentioned
    1 Post(s)
    Quoted
    2 Post(s)

    Default

    just tried to test but i don't have 65 thieving lol....

    This looks good and script is definitely safe even the addon is safe.

  3. #28
    Join Date
    Dec 2011
    Posts
    142
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    Quote Originally Posted by Main View Post
    just tried to test but i don't have 65 thieving lol....
    Just made me laugh sooo hard lol

  4. #29
    Join Date
    Nov 2011
    Posts
    92
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by laakerules View Post
    Haha, i was actually thinking about doing a CWars script or another minigame if you wanna help. After i add all crafting options to my craft guild script! :P
    Yeah, pm me with anything i can help with ;P

  5. #30
    Join Date
    Dec 2011
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i got excited... i wish too get my thieving up so i can quest, but the damn skill bores me too death.

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

    Default

    What's the xp per hour using this method actually?
    Current activity: Recovering from vacation
    - Nulla pars vitae vacare officio potest -
    SRL membership? Can I buy that?
    Scripts - AGS - SWF - WAR - EMS - W100S-EM
    If you need scripting help, you can pm me. Remember, if you need help you have to ask for it properly though

  7. #32
    Join Date
    Jan 2012
    Posts
    522
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by nosaj.421 View Post
    What's the xp per hour using this method actually?
    It varies but there is an average I assume.

  8. #33
    Join Date
    Nov 2011
    Posts
    92
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ive heard anywhere from 100k-200k an hour. Not really sure, depends on the garden. I dont do it for thieving exp aha.

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

    Default

    If it can beat coshing@130k xp/h I will be very impressed
    Did you have a progress report so that we can have a basic idea on how fast it goes?
    Current activity: Recovering from vacation
    - Nulla pars vitae vacare officio potest -
    SRL membership? Can I buy that?
    Scripts - AGS - SWF - WAR - EMS - W100S-EM
    If you need scripting help, you can pm me. Remember, if you need help you have to ask for it properly though

  10. #35
    Join Date
    Jan 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    What nosaj said

  11. #36
    Join Date
    Feb 2011
    Location
    The Future.
    Posts
    5,600
    Mentioned
    396 Post(s)
    Quoted
    1598 Post(s)

    Default

    Quote Originally Posted by drawboy11 View Post
    Lol, I might apply for membership with this script, but only include fruit picking? Or is there a way I can apply for membership without releasing the script?


    Some of my code:


    Function FindColorMM(Colors: TIntegerArray; var X, Y: Integer; Width, Height, tol: integer): Boolean;
    var
    I: integer;
    TPA: TPointArray;
    ATPA: T2DPointArray;

    begin
    SetLength(TPA, Length(Colors));

    For I:= 0 To High(Colors) do
    FindColorsSpiralTolerance(MSCX, MSCY, TPA, Colors[i], MMX1, MMY1, MMX2, MMY2, tol); //Find colours starting from the middle outwards..

    FilterPointsPie(TPA, 0.0, 360.0, 0.0, 76.0, MMCX, MMCY); //Filter them so they are on the MM itself.
    ATPA:= TPAToATPAEx(TPA, Width, Height); //Group TPA into cirles by Distance.
    SortATPAFromFirstPoint(ATPA, Point(MMCX, MMCY)); //Sort the colours from the closest to the center.. AKA Me.
    if(Length(ATPA) = 0) then
    Exit;

    MiddleTPAEx(ATPA[0], X, Y); //In that 2D Array, Pick out the closest to the middle a.k.a. the first one.
    if(X AND Y <> 0) then
    Result:= True;
    end;
    I'd love to see what you used for object finding.. or at least how you found/tracked the NPC in the tiles because those are probably the hardest things to do.. Subscribed to this thread
    I am Ggzz..
    Hackintosher

  12. #37
    Join Date
    Nov 2011
    Posts
    41
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nice, i am wondering what type of "npc detection" are you using? color check on given coordinates on screen? I did sorceress garden script 3-4 months ago, never released to public though some chinese got their hands on it

  13. #38
    Join Date
    Nov 2011
    Posts
    92
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Lol, I basically draw a box in the MiniMap and wait for the dot to be in that box. It hovers the area to click so it can do it almost instantly. It's not quite that simple but its the idea ;P

Page 2 of 2 FirstFirst 12

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
  •