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] 4 5 ... 18
31
Jokes! / Re: Oklahoma
« on: July 27, 2011, 02:12:07 PM »
I have to say that I dont Hate OSU. I paid them way to much money for my wife to go to school there so I am a Cowboys fan by PROXY.


OU > OSU && OU , OSU > Texas     :o


32
Jokes! / Re: Oklahoma
« on: July 27, 2011, 06:47:13 AM »
Oklahoma is not that bad. I like it anyway. BOOMER SOONER!!!! :D

33
Scripting Chat / Re: what script would you like to see?
« on: July 26, 2011, 02:50:22 AM »
No I did not read the whole thing. I guess that is what I get  :-[ . Thanks for the info!

34
Scripting Chat / Question about feasibility
« on: July 25, 2011, 05:28:25 PM »
I know that this is missing the TM_NGFS and the MENU code, but is what I have below even feasible? Or am I way off track?

Code: [Select]
gosub EUOMenu1
gosub TM_NGFS_InitializeScript learning_to_save_stuff
finditem QLI G_1
if #findkind = -1
   Return
If #findkind > 0
set %name #findid
  For #findindex 1 #findcnt
     {
     set #lobjectid #findid
     event macro 17
     repeat
     wait 1
     until #CONTNAME = generic_gump && #CONTKIND = CFN
     gosub pxlscan 198 -86 Water #FINDID
     menu Text %name 100 %loc #FINDID

     gosub TM_NGFS_RegisterVariables learning_to_save_stuff std std %name
     set %loc %loc + 15
     }
     gosub TM_NGFS_SaveVariables learning_to_save_stuff
     gosub menu
     halt
    
sub menu
gosub TM_NGFS_InitializeScript test_script
    gosub TM_NGFS_LoadVariables test_script
menu show 0 0
return
    


sub pxlscan
set %name %3 , %4
  set %tempx %1 + #CONTPOSX
  set %tempy %2 + #CONTPOSY
savePix %tempx %tempy %name
return

35
Scripting Chat / Re: what script would you like to see?
« on: July 25, 2011, 04:04:21 PM »
check out Hort2 over at easy
http://www.easyuo.com/forum/viewtopic.php?p=37049#37049

I was under the impression that this script did not work any longer.

36
Scripting Chat / Re: what script would you like to see?
« on: July 25, 2011, 03:00:04 PM »
I would like to see a plant tending sub. Simply bcs I have not been able to decide the best way to write one myself. I know pixel scanning, but I am not real sure the best way to do that.

I was guessing that you would have to scan the gump and save the pixels then save that to a file to compare back to each time you run? Any suggestions on where to start?

37
No, I did not check the root of my drive, but can you explain how to do that as well?

38
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
 

39
C2,

Love the script. Got spellweaving trained quick with out a glitch. Was wondering not sure if it is true yet, but I heard that if you have no magery that SW can cast 4/6. If so that would be a nice option to add in.

Thanks for you work!

Noobie

40
Scripting Chat / Re: what script would you like to see?
« on: July 08, 2011, 06:07:54 AM »
That's a classic beginner script right there.

Very easy to do.
and yet I can't find a single example on the boards (here or easyuo).
and I would realy love to see a simple (or not so simple) example of multi clienting
and I thought a simple cross healer would be good.
and
and
and button stuck  :D




All you have to do is look at a few scripts and take examples from them. I doubt you will find a complete script like you suggested. Take a look at a few scripts that do parts of what you are wanting and go from there. Start a thread with what you have and let us help you learn from that.


41
General UO Chat / Re: Casting Caps
« on: July 06, 2011, 07:42:29 PM »
OR be Interesting with

69.9 Magery  
120  Necro    
69.9 Mysticism
120  Spell Weaving
120  Ninja  
120  Chiv
100.2  points left of a 720 cap

And Cast at:
Magery / Necro / Mysticism = 2/6
Spell Weaving / Ninja / Chiv = 4/6

 ;D


Did anyone ever try a variation of this temp?

42
Scripting Chat / Re: what script would you like to see?
« on: July 06, 2011, 11:51:33 AM »
Bodfather,

This would be a great scrip for you to learn with. Take a look at some scripts that do similar things you are wanting to do and start piecing subs together that do each thing.

If you need help with something just post up and we can help you.

Here is a link to the EUO wiki this is very good to have in your favs when you are trying to learn. http://wiki.easyuo.com/index.php/Documentation
 

43
Scripting Chat / Re: Favorite Scripts???
« on: July 03, 2011, 08:43:51 AM »
i have never used a spawn script i will have to try one out.
 

44
Scripting Chat / Favorite Scripts???
« on: July 02, 2011, 04:13:24 PM »
I am super board today so I thought would see what everyone's favorite scripts are. I know for me this is a two part answer because I really enjoy two types of scripts.

One being skill training scripts because they make life good. My favorite skill training scripts have to be the CEO turbo training scripts. Those were my introduction to scripting and are the scripts that made me want to learn more.

Second I have to say the Heartwood fletching script by TM. This script has to be one of the most well know scripts that I have encountered and I made boat loads of gold with it. I also used this script to learn more about scripting because I was so amazed with it.

Anyway what is your favorite script (personal or public) or what is your favorite script type?

45
New member introductions / Re: First post - UO memories :)
« on: July 01, 2011, 11:31:36 PM »
Well Dan, that is one of the best introductions I have read. I cant say that I know much about the early days of UO because I have only been playing for 6 years now. And like you I was soo addicted until I had a child and even then I still enjoy the game, but have little time to play. Now I have a crappy connection so everytime I log on I start messin with scripts. I think at this point I am just as hooked on writing little scripts as I am the game.

Welcome to the site!
 

Pages: 1 2 [3] 4 5 ... 18