Official ScriptUO EasyUO Scripts > Inactive Submissions

TheReapers Mace and Shield Donator - Get some funky glasses today!

<< < (12/12)

Weomacer:
i can use this script for a freeshard???

The Ghost:
Ye this script work for free shard.

To get this to run again, you will need:
1)  look at all the crafting location.  alot of them have change.
2)  the way to donate have change too.  we no longer give one item at the time or a box.   we just under the amount.   So u need to modified the Hand in sub.

Other them that it work fine.  slow to craft but it is doing the job. 

PS:  I did remove those

--- Code: ---set #contPosX 0
    set #contPosY 0
    wait 5
    click 235 70 dmc

--- End code ---
by
gosub TG_offsetclick 235 70

--- Code: ---;===========  offset click sub =======
sub TG_offsetclick
; %1 #CursorX
; %2 #CursorY
; %3 %4 %5 click comman  (d,dmc, f,g etc
  set !clickx ( #contposx + %1 )
  set !clicky ( #contposy + %2 )
  click !clickx !clicky %3 %4 %5
return
;=============  end sub =======
--- End code ---

Here an example

--- Code: ---; Makes tinker tools
sub TR_make_tinkers_tool
set #lobjectID #findID
event macro 17 0
wait 5
gosub TG_offsetclick 30 110   ; tool
wait 5
gosub TG_offsetclick  230 130  ; Tinker tool
gosub TR_waitfor_generic_gump
return
--- End code ---

Wysheer:
Wow, im a noob player, and i was saving dor buying this.. 5kk. Now ive found this! Ill give a try!
Thanks!

Navigation

[0] Message Index

[*] Previous page

Go to full version