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 - Joco

Pages: [1]
1
OpenEUO Scripting Chat / UO.Macro(17,0,'')
« on: May 26, 2011, 09:08:42 AM »
hello :D

i need some help doing this :S

it's a script for doing hw quests

i accept the quest and now i want to mark all items toggle quest items.

i have:

Code: [Select]
t = ScanItems(true)
t = FindItems(l,{Type=Footstool,ContID=UO.BackpackID})

    
for i = 1,10 do
UO.LObjectID = t[i].ID
                UO.Macro(17,0,'') -- i think the problem is here
wait(1000)
end
        
    repeat
        UO.Key('ESC')    
    until UO.TargCurs == false

UO.Macro(17,0,'') -- i think the problem is here

because it make 2 clicks :S any solutions?

thx



2
New member introductions / new member
« on: February 07, 2011, 02:11:24 AM »
Hi,

I play UO for many, and lately I have made scripts to change the lives inside of this virtual world. I was always connected and duing PVP.

I am a student of computer science and the other day a fellow who plays with me, told me if I could make him a script. I do, and now I have flawed writing code, now all I do is usually written in code.

Now I pas more time writing than playing this game so fantastic, I really want to enter this forum, make friends and talk about new scipts.

thanks all and sorry for my english

jaja i used google translate to make my presentation but isn't working correctly lol i have to learn to write english it's necesary for who de world changes :D

Pages: [1]