ScriptUO

Scripting Resources & Utilities => Stealth Client => Stealth archive => Topic started by: Crome969 on January 20, 2012, 01:34:23 PM

Title: Planned Features for Stealth
Post by: Crome969 on January 20, 2012, 01:34:23 PM
I thought i could update the current list a bit :

What comes soon :

- New Editor for writing your Scripts. It will use the same Engine as this (http://www.uvviewsoft.com/synwrite/images/Screenshot1.png) . There will be a lot of new Features to Work with your Scripts , organize and Test your scripts. Stay Tuned..

- QuestArrow ?!? For Those who dont know , the Questarrow is a Packet, the Server sending while you are trying to find someone hidden.
If you use Tracking and find the Person an Arrow appear. Server sending the XY Coords of your Target nonstop to Client and Client displays depending on your Position the Arrow. So why not directly use the XY Cords? Iam not sure if its already implemented in latest public but i tested it yet. Works fine. This Part comes with an Event what will return you the new coords every 100ms.

Unknown when it comes :

-LUA script as alternate languange

-Enhanced Client new Client Support

What is done :

- Gumphandler : You can now interact with the Gump as object .
Overview you can find Here (http://stealth.od.ua/Doc:Api/GetGumpInfo)
- Hotkey Support : Stealth now comes with an own dll offering run functions of Scripts via Hotkey , Adjusting Titlebar (Like Razor)
Title: Re: Planned Features for Stealth
Post by: Boydon on January 28, 2012, 03:44:00 PM
  • LUA script as alternate languange

Why is there the need to also have LUA when you already have Pascal AND Python? With those two you can accomplish whatever you like to.
Title: Re: Planned Features for Stealth
Post by: Crome969 on January 30, 2012, 09:57:40 AM
  • LUA script as alternate languange

Why is there the need to also have LUA when you already have Pascal AND Python? With those two you can accomplish whatever you like to.
Was an Idea of mine.. Multiple Languange means more possibility for Coding.
And Vizit0r told me that a lua implementation wouldnt be hard:)
Title: Re: Planned Features for Stealth
Post by: TrailMyx on January 30, 2012, 10:19:44 AM
I was hoping that Lua would be my script language of choice, but without the commands of "break" and "continue" I just kinda got turned off with Lua because of the overhead required to add the short-circuiting of the control flow.  Yes, some people say that's bad technique, but I'd rather make that decision for myself.  At least Python doesn't make those dictations for you. (just spacing.... BLEAH!)
Title: Re: Planned Features for Stealth
Post by: Crome969 on January 30, 2012, 10:23:46 AM
Well i by mself prefer Pascal Script.Lua was just an alternate Idea. I think on all of you and thought what could be easyiest way to give you reasons to try out:)
Title: Re: Planned Features for Stealth
Post by: Boydon on January 31, 2012, 12:24:30 AM
Because I see that you are in contact with the developer I'd like to express a feature request:
some debug capabilities for Python as we have for Pascal Script. Or maybe there already is something that I'm not aware off...

The bliss would be to be able to develop from an external tool with debugging capabilities already included (like PyDev).
Just my 2 cents. :)
Title: Re: Planned Features for Stealth
Post by: Crome969 on January 31, 2012, 05:07:26 AM
I asked the python developer about this. Right now there is no embedded Debugger, it exist tools who can do the tasks for you (Remote Debugger via module interaction) but they arent freeware. Maybe in Future something like this could be realised... We will see:)
And yeah, i talking daily with the Developers:)
Title: Re: Planned Features for Stealth
Post by: kamphine on March 12, 2012, 02:02:01 PM
Title: Re: Planned Features for Stealth
Post by: Crome969 on July 01, 2012, 08:39:34 PM
After longer break, i updated the Features Post. Stay tuned!
Title: Re: Planned Features for Stealth
Post by: dxrom on July 02, 2012, 05:36:59 AM
I like the look of that new editor.