Results 1 to 5 of 5

Thread: Finished and needing help.

  1. #1
    Join Date
    Feb 2007
    Location
    South East England
    Posts
    2,906
    Mentioned
    2 Post(s)
    Quoted
    8 Post(s)

    Default Finished and needing help.

    I read the TPA tutorial and was er.. confused. So I decided to finish up and go out testing.

    It logged in, but then just logged out again with everyone but "All"

    The "all" function was special. It just stayed logged in but SPAMMED my debug box with my empty progress report..

    I think its the main loop, to be honest.
    Jus' Lurkin'

  2. #2
    Join Date
    Feb 2007
    Location
    South East England
    Posts
    2,906
    Mentioned
    2 Post(s)
    Quoted
    8 Post(s)

    Default

    It has 2 views but no comments. Cmon guys =[
    Jus' Lurkin'

  3. #3
    Join Date
    Jul 2007
    Posts
    1,431
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Well, im not sure, but if you set 'all' then it never call anything, since it's named to 'any' in mainloop, also seems like it doesn't find the willows?

    You don't got if tryed = 50 then ... in chopanylogs, atm i'm in hurry... If i don't forget it I look it again if im bakc online.


    Edit:

    Lmao.

    SCAR Code:
    if (not (FindObjCustom(x, y, ['Map', 'apl', 'ple'], [24459, 9273, 24976], 7))) then
             Wait(100+random(100));
             Tries := Tries + 1;

    you have forgot begin and end;
    It still adds 1 to tries every time it goes trough loop.

    I recommend you to try to debugg(using writeln command) to see how far it goes and what it does.

    and instead of this monstrum
    SCAR Code:
    if  FindObjCustom(x, y, ['Mag', 'ic', 'agic'], [11919079, 530456, 11399151], 7) or
            FindObjCustom(x, y, ['Yew', 'Ye', 'ew'], [3230274, 3756618, 2703938], 7) or
            FindObjCustom(x, y, ['Tree', 'Tre', 'ree'], [2122071, 3367516, 3166539], 7) or
            FindObjCustom(x, y, ['Oak', 'ak'], [2124898, 1381047, 2242203], 7) or
            FindObjCustom(x, y, ['Map', 'apl', 'ple'], [24459, 9273, 24976], 7) or
            FindObjCustom(x, y, ['Wil', 'low'], [1989969, 3760987, 2844763], 7) then

    to something like

    if FindObjCustom(x, y, ['hop', 'own'], [11919079, 530456, 11399151], 7) then
    [CENTER][SIZE="4"]Inactive[/SIZE]I forgot my password[/CENTER]

  4. #4
    Join Date
    Feb 2007
    Location
    South East England
    Posts
    2,906
    Mentioned
    2 Post(s)
    Quoted
    8 Post(s)

    Default

    Ok.. Ill look into it :]

    I tried it with those changes, it logged in. Stood there and created the NickTPA, then logged out Froze up and didnt come back until I stopped the script.
    Jus' Lurkin'

  5. #5
    Join Date
    Feb 2007
    Location
    South East England
    Posts
    2,906
    Mentioned
    2 Post(s)
    Quoted
    8 Post(s)

    Default

    Still need help =[
    Jus' Lurkin'

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. im new needing help
    By cavaliers23 in forum Who Are You ? Who ? Who ?
    Replies: 1
    Last Post: 07-28-2008, 09:19 PM
  2. Hi im new needing a little help
    By lockstop in forum Who Are You ? Who ? Who ?
    Replies: 3
    Last Post: 03-05-2008, 07:15 PM

Posting Permissions

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