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.


Topics - waggler

Pages: [1]
1
Scripting Chat / searchuo and vendor searches
« on: March 21, 2011, 06:30:59 AM »
  i have noticed searchuo continues to post   accurate vender search results.; with easyuo down for now  how are they doing this?   a while back they posted  they were working on there own script engine.  i guess they  got it working.  does anyone have infoirmation on what it is and how it works?


2
Scripting Chat / ter mur lumberjacking
« on: March 12, 2010, 07:48:56 AM »
can anyon ehelp me with   a mod to get the  lumberjacking scripts to work in ter mur.  i've tried the methods posted on euo  but  i dont have or cant find the  KR folder.  ifr some one could please   PM   the the instructions on how to do this.. thanks

3
Scripting Chat / explode pot chunker
« on: August 20, 2009, 12:16:36 PM »
does anyone have a  script to throw and delay targeting of  3 greater explode potions, so ythet they explode on impact,     go off at the same time?

4
Scripting Chat / imbuing
« on: August 17, 2009, 09:20:10 AM »
has any one   began working and a method tio gain imbuing?  i've been trying to  figure out gains  on sa classic client  with noi luck...  seems its gonna cost millions   that is if you can get the ingredients...

5
Scripting Chat / TRI POT CHUNKER
« on: July 16, 2009, 11:21:44 AM »
i am looking for a    script to  toss 3  greater explode potions and have them explode on contact...  here is what i have but  not working  i got it off euo...
\
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

REMOVED

Please LINK to scripts on other sites, do not repost them here. - Cerveza

P.S. - If you cross post (multiple posts of the SAME THING in different forums) again, you'll be banned from SUO.

You have been warned.

Now, please, before I have to ban you, visit HERE and read those three posts.

6
Misc. Scripts / DOOM BONE CUTTER
« on: October 10, 2008, 05:51:24 PM »
Code: [Select]
;==================================
; Script Name: Doom Bone Cutter
; Author: Guild writer
; Version: 1
; EUO version tested with: 1.5
; Shard OSI
; Revision Date: 2008-09-05
; Public Release: 2007-06-11
; Purpose: cuts Unholy Bones from the Dark Father in Doom places.
;==================================


;Drag your dagger and put #LLIFTEDID HERE ***
;==================================
set %dagger NYPUMRD
;==================================

;==== The Lower the # the slower you cut
set #lpc 5
;==== Beware of going to fast, it gets quite obvious

;DO NOT EDIT BELOW THIS POINT
set %bones MNF_QNF_PNF_KNF_JNF_LNF
ignoreitem reset
scan:
finditem %bones G_9
if #findkind = 1 2
set #ltargetid #findid
set #ltargetkind 1
event property #findid
if corpse in #property 2
  ignoreitem #findid
  goto scan
if bones in #property
  goto cut
while #charghost = yes
 pause
goto scan

cut:
while #targcurs = 1
 {
 goto cut
 }
set #lobjectid %dagger
event macro 17 0
wait 5
event macro 22 0
wait 7
goto scan

Pages: [1]