Results 1 to 5 of 5

Thread: my problem =\

  1. #1
    Join Date
    Jul 2008
    Posts
    179
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Unhappy my problem =\

    ok i play a game called (endless-online) yes i know sucky graphics but when you use magic
    you loose tp and when i make a auto it will keep atking a monster that is already fighting
    another person thus i hit 0's and loose tp also when you try to atk a monster when someone
    is already fighting it a little note pops up this is what i need scar to do

    color3:=getcolor(313,492);
    if(color3=3219522) then
    getmousepos(x,y) then adds those cords to a array
    and waits intell this color 1638350 is no longer at that point and it needs to support
    15-20 arrays that can be reset for after the color goes away it will atk there again when
    a new monster pops up ty for your time
    im back again .!

  2. #2
    Join Date
    Feb 2006
    Posts
    3,044
    Mentioned
    4 Post(s)
    Quoted
    21 Post(s)

    Default

    Do you mean like:

    Code:
    if(color3=3219522) then
     Repeat 
     Wait(100)
     color3:=getcolor(313,492);
     until(Not(color3=3219522))
    ~Home

    P.S ( That looks stupid i know, but i just wan't youu to understand my point )

  3. #3
    Join Date
    Jul 2008
    Posts
    179
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    that will just wait till the note goes away the note stays up for llike 3 secs then goes away then it will away the monster again
    im back again .!

  4. #4
    Join Date
    Feb 2006
    Posts
    3,044
    Mentioned
    4 Post(s)
    Quoted
    21 Post(s)

    Default

    Quote Originally Posted by radiclerobby View Post
    that will just wait till the note goes away the note stays up for llike 3 secs then goes away then it will away the monster again
    Sorry, but what you need is: ?

    A Script that, finds when Fighting is over ?

    ~Home

  5. #5
    Join Date
    Jul 2008
    Posts
    179
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    color3:=getcolor(313,492);

    will check if the note is up then i need it to get the pos of were it atked and store it in a array then when the color at the point stored in the array is gone the array goes back to for we can atk in the spot again after the monster is gone and i need more then just 1 array cause there is going to be more then one monster
    im back again .!

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
  •