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

Pages: [1]
1
Stealth Client / Using Python Wrapper for Stealth
« on: January 07, 2017, 11:59:48 AM »
Does anyone have experience setting up Boydon's Python wrapper and would be able to help me? I'm not sure what I'm doing wrong, but I'm not able to get very simple scripts like below to work.

Code: [Select]
import py_stealth as stealth
stealth.UOSay("bank")

I'm using cx_freeze to create the .exe to run in Stealth as an admin
I've updated the path of Script.dll in py_stealth.py to where it is saved on my computer

The process seems to get stuck on the "stealth.UOSay" command. I've verified this by inserting code before and after the "stealth.UOSay" command. I've tried other commands from the wrapper and none of them have worked for me so far.

I'm able use python scripts without the wrapper just fine, so if needed I can continue to use that approach. Any help would be appreciated.

 

Post Merge: January 08, 2017, 09:16:17 AM
For future reference, I was able to resolve this issue by upgrading to Stealth version 7.9. I was using version 6.7 in my original post.

Just note that in this latest version of Stealth there is no need to compile the Python scripts into an executable. It's working great so far.

2
New member introductions / I FOUND my way to the forums
« on: September 16, 2015, 08:14:18 PM »
Alright, I'll quit it with the LOST references. You can call me Hurley (and yes, I am a LOST fan - if people still even remember that show. It's almost as old as UO!).

I've been playing UO for years. I started playing at the time T2A came out and have been playing on and off since then (mostly on). My first shard was Catskills, but I migrated to Great Lakes and Pacific - mostly because some of my friends wanted to move. I started off playing a crafter, but over the years have played most templates at one time or another. Right now you can typically find me on either a sampire, mystic mage, or bard. While writing this now I'm missing the days of playing my thief at Brit Cemetery on Pac when GL was down. Unfortunately I haven't played a thief like that in over a decade...

I've been taking some programming classes recently, and now all of the repetitive tasks in UO that I once enjoyed (like mining and training blacksmithy - which was how I spent 100's of hours when I first started playing) seems like a waste of time, when a computer can do that. So I'm looking forward to experimenting with some scripts. I have a few ideas of what I want to do with IDOCs and "farming" in dungeons.

Anyways that's my introduction. I'm looking forward to getting my feet wet with some coding. If there's anything else you want to know about me please feel free to ask (I don't think I'll be sharing any measurements though :P).

Pages: [1]