Gump Help

Ask for help

Moderators: Murderator+, Murderator

Locked
Bolek
Posts: 11
Joined: 2007-01-22 21:20:52

Gump Help

Post 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!
Nmy
Expert!
Posts: 2152
Joined: 2005-09-14 15:31:58
Location: Latvia

Post 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
Bolek
Posts: 11
Joined: 2007-01-22 21:20:52

Post by Bolek »

i found this
but its shit it dont works
Nmy
Expert!
Posts: 2152
Joined: 2005-09-14 15:31:58
Location: Latvia

Post by Nmy »

closed
Locked