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

Pages: [1] 2 3 ... 18
1
This one from NEO works pretty well and is FAST as hell!!
http://www.scriptuo.com/index.php?topic=8268.msg71084#msg71084

2
Off Topic / Re: Anyone ever had a root canal done?
« on: November 16, 2011, 05:44:09 AM »
Wisdom teeth OUCH that was a horrible pain for me!!

3
Off Topic / Re: Airsoft: Operation Dark Harvest II
« on: November 15, 2011, 06:35:16 AM »
Now that looks fun!

Has airsoft replaced paintball?

4
Scripting Chat / Re: Click command HELP
« on: November 14, 2011, 12:19:17 PM »
You need to try the event property command.

http://wiki.easyuo.com/index.php?title=Event_Property Here is the info for event Property
also I would look at the finditem command if you are new to scripting.
http://wiki.easyuo.com/index.php?title=FindItem

hope that helps you!

Code: [Select]
Your code should look something like...
set %house_sign KKE
finditem %house_sign           ; This line will find the Signs listed in the item type %house_sign
wait 2
event property #findid           ; This line will get the information associated with the current #finditem index
gosub do_something

5
Script Debug / Re: Automated BOD recycler
« on: November 11, 2011, 02:52:38 PM »
holmedog,

I threw a simple menu together for you not sure if it is something you would be interested in, but I attached it here. 

6
Script Debug / Re: Automated BOD recycler
« on: November 11, 2011, 11:59:18 AM »
Yea I was working my way through looking for issues, but after I reread your initial post I realized you had not completed that part yet. I do think that you may want to reduce the number of sort books down something like all hammers, POF, large keepers, ect, but good work so far!

7
Script Debug / Re: Automated BOD recycler
« on: November 11, 2011, 09:32:06 AM »
As of right now I think there is  a error in the MakeTongsLoop I have not found it yet, but I will see if I can figure it out. I had one Tong in my pack and it appears that it is trying to make more. It will load iron ingots into my pack and nothing else at this point.

8
I have a problem with my plant bowls going empty! I planted 625 plants yesterday and triple checked that they were all good to go and today I go to tend them and about 275 of them are now empty! Is anyone else having this bug issue with UO?

9
Computer Rigs / upgrading my laptop
« on: November 01, 2011, 06:03:42 PM »
I am wanting to upgrade my wife's old Dell inspiron E1705 does anyone one have some suggestions for what all i could do?

I am thinking SSD HD and RAM, but just wanted to see what people think.

10
Script development tools / Re: TrailMyx's Master Rail Engine/Developer
« on: October 30, 2011, 01:59:07 PM »
No big deal it made me grind it out until I got it, but I must say NICE WORK with this after I figured it you (path problem) I was able to do some really sweat rails server option is sweet!

11
General UO Chat / Re: Is Doom worth spending the time now days?
« on: October 30, 2011, 05:58:09 AM »
That is cool!  :o

12
New member introductions / Re: Hi, I'm Holmedog
« on: October 28, 2011, 09:29:29 AM »
Welcome to the site!

Got to love those kids I have two myself 2 and 2 months my first was born when I was 23 and in college as well (PLANNED and Married). Anyhow see you on the boards.

13
Script development tools / Re: TrailMyx's Master Rail Engine/Developer
« on: October 26, 2011, 09:16:53 PM »
Determination = Success  ;)

14
General UO Chat / Re: Is Doom worth spending the time now days?
« on: October 26, 2011, 02:16:05 PM »
I used to use a wammy & a discorder bot.  Now I'm going to switch to two wammies.  Only problem is I need another exiler & blackthorns kryss.

I use weapons as follows:

1st room:  Mana/Stamina leech mace
2nd room:  Mana/stamina leech mace
3rd room:  blackthorns demon (consecrate)
4th room: winds edge
5th room: blackthorns demon (chain AI's)
darkfathers:  exiler (hit dispel is nice for the reverants), frenzy whirlwind rocks (damn the 10 second delay)

The only reason I use blackthorns demon kryss is because of durability issues.  If I used just exiler I had to leave too much to repair it, so I got the kryss to spread out damage on my weapons.  Of course another exiler would be nice too, but I always was able to find the stupid kryss first.

OMG,

Do you still use your whammy here and is there a public script for your Bard Bot?

15
Script development tools / Re: TrailMyx's Master Rail Engine/Developer
« on: October 25, 2011, 03:28:30 PM »
Well I am having trouble with this. I read the userguide and still am not sure if i am on the right track. Can anyone give me some guidance?

1. I have downloaded both the rail engines 30I and 30k "just in case this was the issue"
2. I have developed a rail with the development tool.--- Rail File Name "noobiesrail" Label "Lablell1"
3. Tried to run the rail using the code below in its own saved tab

I am running windows 7




Code: [Select]
set %railsubs tool_railengine30k.txt
set %rail_filename c:\noobiesrail.txt
set %rail_label  LABEL1

call %railsubs TM_Initialize 

call %railsubs TM_LoadRail %rail_filename

if #RESULT = #TRUE
{
  display ok Rail file not found
  stop
}
set #LPC 1000

call %railsubs TM_RunRail %rail_label 0 END FW 
if #RESULT = #TRUE
{
  display ok Rail error occurred.
}

call %railsubs TM_Close
stop
 

Anyway I could get some help with this? I still have not been able to get this to work. I can get my rails to run in the dev tool, but not using the example code.

Pages: [1] 2 3 ... 18