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

Pages: [1]
1
UOSteam scripts / Re: lumberjacking List help
« on: September 27, 2015, 09:00:36 PM »
been a long time since I checked this. Good Idea.
What I did was put the iterations inside of a weight and stock check..

Code: [Select]
for 0 to 'Runes'
  if not @findtype 0xf43 'any' 'self' or weight >= 550
    //*******ORGANIZE*********\\
    useobject! 'Home_Runebook'
    waitforgump 0x74e9ffa1 15000
    replygump 0x74e9ffa1 7
    sysmsg 'Home' 33
    pause 1250
Once organize / restock is completed it moves onto the next location.
Code: [Select]
useobject! Runebooks[0]
  waitforgump 0x74e9ffa1 15000
  replygump 0x74e9ffa1 Runes[]
  sysmsg 'Rune Location' 33
  sysmsg Runes[] 33
  pause 1500
  if @injournal 'location is blocked' 'system'
    clearjournal
    pause 1500
    sysmsg 'Location Break!' 33
    break
  endif

and if anything pops an if statement like blocked location or another weight or restock check. It Breaks out of the loop, restocks then progresses with the next set.. so yea I guess to sum it up the answere is  for 0 - Runes []  <-- the [] is key. :D

2
UOSteam scripts / lumberjacking List help
« on: June 14, 2015, 06:04:26 PM »
hey guys. Long time lurker.
I use lists as most people do for the use of rune locations for my lumberjack script. My question is when I break out of my for loop how do I get it to recall to the last location in the list?  as it stands now. when I break due to weight check or hatchet check.. i will return to my secure, and then start the rune list over again from the first location..


3
Off Topic / Middle Mouse CLick < opens new page
« on: November 26, 2014, 10:08:18 AM »
hail.. Middle mouse click on a topic opens a new tab in the browser window. It also re-directs main tab window to said link clicked.  Is it this way for everyone here? May I ask why? wondering if it's changeable to default behavior or is there a reason. I know im new and I'm not trying to stir the pot or anything. Just curious.

4
Stealth archive / Re: FNG. Stealth & Python
« on: November 26, 2014, 07:34:45 AM »
alright I'll switch gears and use pascal until I can keep my head above water. Seems to be more people here that can offer support. Thanks for the warm welcome and reply's. =)

5
New member introductions / Re: Trying Again. Introduction: PauseBreak
« on: November 26, 2014, 07:32:00 AM »
Thanks for the welcome.

A buddy of mine. friend from ohh, probably 8th grade. Is a huge nerd. lol It's ok I am too.  He Is way more advanced then I am in the ways of technology. But throughout the years we have worked on several projects together. He wants to go into business for himself. Being the friend I am I told him Id have his back in w/e venture.  So I try as I might to learn everything I can about everything I can.  I did an alarm install job the other day for a dollar general. I wen't on as a second tech just to learn the ropes. Very interesting.

6
Stealth archive / Re: FNG. Stealth & Python
« on: November 25, 2014, 03:52:16 PM »
ah yes, how very rude of me.

here is the link to my introduction.  Lets say I knew absolutely nothing about scripting or stealth. Where would you point me to start learning?

7
New member introductions / Trying Again. Introduction: PauseBreak
« on: November 25, 2014, 03:34:33 PM »
I re did this and added more. Removed first post so it would come up as Unread so people can learn a little bit more about me =)


Hello, Im Pausebreak. 20 something, EST time zone; been playing UO since the realm of sphere.   I have very limited programming knowledge but been reading through "Python for beginners."
I have been wanting to dive into the world of UO scripting for awhile now, so I am happy I found this board.  I never wanted to limit myself to a dedicated UO language. (ezuo, steam) then I learned about Stealth. Seems a good fit. (openuo uses LUA, but ive been reading about python)
I may ask allot of questions but I pay attention, read for myself and  am never disrespectful.


I'm a full time cook as profession. Was going to culinary school and realized halfway through, that being a chef was not for me. Don't get me wrong, I have a passion for cooking / creating, and I'm darn good at it. I just realized Id rather work smart than hard.  I now work at a startup IT company while doing line cook on the side. How can you work for an IT company and not know how to program you ask? I understand the logical standpoint of it perfectly. It's just the syntax I need to be more familiar with.  I consider myself pretty handy at tech type stuff. and besides anyone who's ever worked in IT knows you don't have to know what your doing to work in this field.. =) but I guess it certainly helps.  Moving on. Im married, I have a daughter.  I dislike winters. I came here to help get support with my UO Scripting. I need some brains to pick and friends to help me along on the venture. I give exactly what I get, so I "pay it forward" so to speak. Someone teaches me something, I teach it to someone else. I'm always available to answer questions or help where needed, that's just the type of guy I am. I believe in distribution of knowledge. And through knowledge, anything is achievable.  So please feel free to say hi. Looking forward to making some new friends. I work all the time, so I have very few..

8
Stealth archive / FNG. Stealth & Python
« on: November 25, 2014, 08:17:53 AM »
Hello. Just discovered Stealth client the other day while looking for something to revive my UO experience. Very intriguing.  
Can someone please explain how I can go about using python with Stealth?  Ive read through the forum, main stealth page, and all I've came up with was having to import a wrapper.

I have basic python experience so I've chosen this as my platform. Is there a tutorial I can read through for the "first Steps" with python in stealth?
any help would be appreciated.

Do I always have to start each script with from stealth import * ?
where do I save the wrapper to import it?
sorry I'm very green as far as the actual implementations of programming.  
I can read through the python manuals, How do I get that to interface with Stealth?
what is "freezing" and how do I go about doing this to my projects?
again thanks for any information or steps in the right directions.
Regards
Pb.

Pages: [1]