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 - J.006

Pages: [1]
1
OpenEUO Scripting Chat / Re: [question]AttackSelectTarget
« on: January 24, 2012, 12:52:22 AM »
I had tested the "SelectNearestHostile" before,it had some bugs,because not every monster in the screen is "hostile",but they still can attack you,maybe I 'm in a FreeShards. :)
Anyway,thx for your code,I 'll check them later. :)

2
OpenEUO Scripting Chat / Re: [question]AttackSelectTarget
« on: January 23, 2012, 02:59:04 AM »
Got a new problem,is there a function to determine the selectedTarget is friendly or monster?

Using its id .. find it and then look at the rep value.

What is rep value? :)

3
OpenEUO Scripting Chat / Re: [question]AttackSelectTarget
« on: January 22, 2012, 04:50:03 AM »
Got a new problem,is there a function to determine the selectedTarget is friendly or monster?

4
OpenEUO Scripting Chat / Re: [question]AttackSelectTarget
« on: January 09, 2012, 05:00:05 AM »
Finally,I use this two function to slove the problem :)
Code: [Select]
SelectPreviousMobile = function() UO.Macro(51,5,'') end
AttackLast = function() UO.Macro(27,0,'') end
Thx everyone in this post.

5
OpenEUO Scripting Chat / Re: [question]AttackSelectTarget
« on: January 03, 2012, 05:32:57 AM »
Thx for reply. :)
But if I use UO.Macro(53),the exception is also the "ERR_WRONGPAR".
So I think it maybe the OPENUO's BUG,beacause if I use the macro in UO,AttackSelectTarget,it will show me the information "There is no current target."

6
OpenEUO Scripting Chat / [question]AttackSelectTarget
« on: December 30, 2011, 05:23:37 AM »
I want to make a automate whirlwindAttack script,so I use these code
Code: [Select]
SelectPreviousMobile = function() UO.Macro(51,5,'') end
AttackSelected = function() UO.Macro(53,'','') end
But there is error what is if there is no target be selected,the IDE will report "ERR_WRONGPAR"..
so how to slove it? :(

7
New member introductions / Re: Hi,I'm new here.XD
« on: December 25, 2011, 04:33:57 PM »
thx,guys. :)

8
New member introductions / Re: Hi,I'm new here.XD
« on: December 24, 2011, 07:55:51 AM »
Our server is more active in PVE, so I have 3 builds in the server, two of them are sampire and nec,the other one is blacksmith/talior.

Though we don't have enough PC in the server(about 10 pc),we finshed the 6 Champ Spawns and defeat the true harrower.lol

 :)hey Crome969,I saw u did well in OPENUO in this:http://www.scriptuo.com/index.php?topic=8109.0
If u don't mind ,can u send me this script ?thx a lot.

9
New member introductions / Hi,I'm new here.XD
« on: December 24, 2011, 04:46:08 AM »
hi guys,I play uo only 2 months.lol
I'm from a free shards in China,and I'm also a Iphone developer in RL.
I wrote 2 OPENUO script now:"mace and shield galsses donate battle axe" and "library and vesper museum donate board",if u have be interest in this,look this link:http://trow.cc/forum/index.php?showtopic=22706

Because I'm a newby in Lua,so I'm Looking forward to joining in on this forum and getting to know more technlogy in OPENUO.

That's all,Merry Christmas to everyone.-v-




Pages: [1]