Page 1 of 1

Solving Gump problems

Posted: 2008-02-10 13:54:00
by SmokeHemp
Hi. Im having difficulty on making a script to solve a gump. Here is what happens.

A gump appears randomly in the screen, ull have to click it.

Code: Select all

infogump_______ 
serial   0x01bb2e43
gumpid   0x0023fec3
X   0
Y   0
108   packet size
0   reply packet size
Buttons: ________
 page 0
    1 [    1] image=0x1582 at 3:424
Checks&Radios: __
Entryes: ________
All commands: ____
    1] NoClose
    2] button 3 424 5505 5506 1 0 1
    3] text 0 483 38 0
Text: ____________
    0] Gump



After clicking it, ill need to repeat numbers that are shown in the gump. The amount of numbers is random, is comes from 3 to 5 numbers, and ill need to put these numbers into a bracket and press ok, so ill solve that gump. Here is the gump to be solved:

Code: Select all

Buttons: ________
 page 0
    1 [    2] image=0x0851 at 115:160
Checks&Radios: __
Entryes: ________
All commands: ____
    1] noclose
    2] resizepic 40 50 3500 200 150
    3] HtmlGump 55 75 280 60 0 0 0
    4] resizepic 70 130 3000 150 20
    5] TextEntry 70 130 150 20 900 3 1
    6] button 115 160 2130 2129 1 0 2
Text: ____________
    0] Kmon !<br>Try these numbers:<br>      { 7, 4, 5 }<br><br><br><br><br>Need Help ?
    1] Kmon !<br>Try these numbers:<br>      { 7, 4, 5 }<br><br><br><br><br>Need Help ?
Reply: ___________
 [0002] primary reply
 Checks&Radios (0)
 Entryes (1)
  [0003] 745
0000: 37 34 35 -- -- -- -- -- -- -- -- -- -- -- -- -- : 745


In this case, the numbers would be 745, but could be 4 or 5 numbers instead of 3.
Can someone help me out on this ?