Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - bendel

Pages: 1 ... 12 13 [14]
196
Aah, working fast with a good pc :)

Thanks for support


If i can add something for the script, Make an bip sound if a gm is talking to you, because when it make bow & toggle quest on bow, i have some spam text and sometime i can't see if the gm is talking to me :(

But all is perfect !:)

197
I'll try now on a other Computer, maybe this one is too old :)

198
5-7 seconds once the Simple Bow quest comes up

199
5-7 secondes

200
Hey TM your script is verry good.

All working perfectly but i have 2 little problem of lag with.

1. When he try to find the good quest simple bow its slow .
2. When he want to clic on Toggle Quest item, it take some time also :(

But verry nice work
Thanks :)

201
Scripting Chat / Re: Stealing Power Scrolls
« on: November 09, 2008, 07:39:17 PM »
To get you started... heres a little script i wrote long long ago, I haven't run it in a couple years and its pretty archaic so I'm not sure if it works or how pretty it is but its basically a gate click-through... get close to any gate (IE star room) and she throws ya through to Luna ASAP

I used to lurk around in the Star Room on my thief and used to run it in the background even when I hunted champs to help me avoid thieves in the star room...

Code: [Select]
; Konesky's Gate Clickthrough... Get within 1 tile of a moongate
; And it will toss you through to Luna. Do not need to stand on
; the gate tile, just beside, will continue to try even after your
; in Luna. Can run passively in the background...
set %x1 17
set %y1 116
set %x2 208
set %y2 42
set %x3 23
set %y3 220
;=================================================
Start:
finditem OTF G_1
If #findkind <> -1
{
 set #lobjectid #findid
 event macro 17
}
If #contsize = 380_280 && #contname = generic_gump && #contid = N/A ;&& #contkind = GJZ
{
 For %i 1 3
 {
  gosub setclick %i
  wait 1
  click %x %y
 }
}
wait 5
goto Start
;=================================================
sub setclick
set %x %x . %1 + #contposx
set %y %y . %1 + #contposy
return



you can make that on razor or Uoa  with 1 macro easyly

But the idea of Cerveza is reallllly sick, i would like to participate on that.

202
Resource Farming / Re: Snow's Spined Leather Farmer
« on: November 09, 2008, 07:27:32 PM »
Thank you so much

Pages: 1 ... 12 13 [14]