Forum in READ ONLY mode! All questions and discussions on Discord official server, invite link: https://discord.gg/VxsGzJ7

Features i would love

Only for requests.
Post Reply
Crome696
Novice
Novice
Posts: 67
Joined: 04.03.2012 18:57
Location: Germany
Contact:

Features i would love

Post by Crome696 »

My First Post here, but in past i used Stealth a lot yet :)

So what i think could be necessary for stealth :

- Virtual Target Cursor
In Easyuo you can do

Code: Select all

set #targcurs 1
then you get a Target cursor and

Code: Select all

set #targcurs 0
to remove the Target Cursor. It could be interesting for End-User Scripts with an interactive Setup like "Target your bag" then set the target and wait until targetcursor is done. Then Check LastTarget to retrive ID

- Item Property Object.

In Runuo most Propertys are added with

Code: Select all

list.add(1234567,20);
Lets say Cliloc for LRC would be 1234567 then the Text would be "Lower Reagent Cost {0}%" {0} marks the first argument what would be in my sample 20.
I would love if we would have a parsed object in the format like:

Code: Select all

PropertyInfo : Array of Propertyobject;
Propertyobject : Cliloc:Integer,Array of Variant,ClilocText:String
So we could use the object for handling like "Item Evaluation" , "Property Scanning and Handling"
I know you could Parse the String of Property, but its a dirty way for parsing the string back when stealth maybe could know the informations before building the propertystring.

-Extend the Changeprofile

Currently Changeprofile only can change the profile. Sometimes you need a specific char\shard in selection of profile and it would be uncomfortable to add every char as own profile. An example : a Friend owns 121 Accounts. When he need to refresh, and maybe would need to login on one account with 2 or 3 chars it would mess up the list. So maybe something like

Code: Select all

 Newchangeprofile(Profilename:String;Charnumber:Integer;Shardnumber:Integer):Integer;
Thank you for your Time :)
Stealth Development Team & Support
JPG
Posts: 6
Joined: 24.07.2012 19:01

Re: Features i would love

Post by JPG »

The target traps such as WaitTargetObject are a great function particularily as they allow parallel execution. Unfortunately they lack a response function if and when the target trap was executed. Assume for example, that I want to cast multiple high level spells in quick succession. With target trap, I can quickly fire the target while doing something else (e.g. checking health) - great. But, I dont really know if the spell was successfully and when the trap fired, such that I can compute the spell timer correctly. The client shows a message in that case, but I dont know how to capture that.

A traptimer variable would be great that returns the ticks of the time the trap fired. Every time you use WaitTarget* it is set to -1 and when the target trap fired it is updated to the correct ticks. This would make it easy to execute concurrent tasks and implementing a timeout and a exact delay timer computation.
Boydon
Neophyte
Neophyte
Posts: 36
Joined: 12.02.2012 18:06

Re: Features i would love

Post by Boydon »

In case you didn't notice Tooltip facilities are here: http://stealth.od.ua/forum/viewtopic.php?p=14389#p14389 :)
Crome696
Novice
Novice
Posts: 67
Joined: 04.03.2012 18:57
Location: Germany
Contact:

Re: Features i would love

Post by Crome696 »

Boydon wrote:In case you didn't notice Tooltip facilities are here: http://stealth.od.ua/forum/viewtopic.php?p=14389#p14389 :)
That was one Response to my Request :P i Already know that *giggles*
Stealth Development Team & Support
Crome696
Novice
Novice
Posts: 67
Joined: 04.03.2012 18:57
Location: Germany
Contact:

Re: Features i would love

Post by Crome696 »

Another Request :
http://docs.polserver.com/packets/index.php?Packet=0x56
Would be nice if we would be able to identify location of our treasuremaps\sosmaps.
Stealth Development Team & Support
Post Reply