function not found

Ask for help

Moderators: Murderator+, Murderator

Post Reply
Jamal
Posts: 1
Joined: 2004-05-30 18:20:00

function not found

Post by Jamal »

i recently reformated my computer and reinstalled everything and what not and i loaded a script that i used before from this site and this time i enter it and it says function not found everytime i go to use it...i have no clue what the problem is since last time it worked perfect and this time it did not...i will include the script for u its an autoloot script

sub remove()

var i,n
Dim A[15]
A[1] = 0x0eed ;gold
A[2] = 0x0f25 ;Piese of Amber
A[3] = 0x0f19 ;Sapphire
A[4] = 0x0e21 ;bandage
A[5] = 0x0f21 ;Star Sapphire
A[6] = 0x0f13 ;Ruby
A[7] = 0x0f26 ;Diamond
A[8] = 0x0f10 ;Emerald
A[9] = 0x0f15 ;Citrine
A[10] = 0x1081 ;Cut Leather
A[11] = 0x0f0a ;Poison
A[12] = 0x0f2d ;Tourmaline
A[13] = 0x0f16 ;Amethyst
A[14] = 0x0f88 ;Nightshade
A[15] = 0x0f85 ;Ginseng
i = 100

FOR n=1 TO 15
uo.findtype(A[n],"-1","lastcontainer")
if uo.findcount() > 0 then
UO.grab(0,"finditem")
; uo.print("Found "+str(uo.findcount()))
Wait(i)
end if
NEXT
end sub
Biga
Posts: 76
Joined: 2004-04-04 21:04:43
Contact:

Post by Biga »

First of all,
Dim A[15] means
A[0]=...
...
A[14]=...
Yoko
Site Admin
Posts: 1964
Joined: 2004-04-03 16:49:38
Contact:

Post by Yoko »

check injection version.
try use this page http://yoko.netroof.net/install_en.htm
Post Reply