Page 1 of 1

Gump Help

Posted: 2007-01-22 21:25:14
by Bolek
I want to have a command or a script that clicks the button 1] Click here if you'r not afk!.(theres only 1 button)



_____infogump_______
serial 0x00022f1e
gumpid 0x00000425
X 64
Y 121
193 packet size
0 reply packet size
Buttons: ________
Checks&Radios: __
Entryes: ________
All commands: ____
1] OCLOSE
2] OMOVE
3] ext 255 128 152
4] utton 188 173 2472 2473 1 0
5] ext 219 165 455
Text: ____________
0] AFK Timer
1] Click here if you'r not afk!

Posted: 2007-01-22 21:44:14
by Nmy
well if you used search you would find topic very similar like this...

Code: Select all

sub AFK()
   while true AND NOT UO.Dead()
      if uo.LastGump('replyed') == 0 then
         uo.lclick(0,0)
      endif
      wait(1000)
   wend
end sub

Posted: 2007-01-23 08:20:35
by Bolek
i found this
but its shit it dont works

Posted: 2007-01-23 15:45:59
by Nmy
closed