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

Pages: 1 ... 4 5 [6] 7 8 ... 119
76
Stealth Client / Re: How to Fix Problems With Reading Journal in Stealth
« on: August 03, 2016, 06:46:04 AM »

77
Stealth Client / Re: Reliably switching between accounts automated?
« on: August 03, 2016, 06:44:46 AM »
You can Disconnnect , ChangeProfile and Connect.. Its possible but very unreliable on servers with multiple shard logins\sub servers such as osi where the queue randomly changes. Freeshards you can do that very simple.

78
Stealth Client / Re: How to Fix Problems With Reading Journal in Stealth
« on: August 02, 2016, 12:08:13 AM »
You are right and wrong. You can handle the clilocID yourself and not need to handle the text string.
This is much better, since it not depend on specific localisation but can handle it "raw" as it is.

79
Stealth Client / Re: Looking For Mentor?
« on: August 01, 2016, 02:42:37 AM »
Guys keep in mind, if you use Arrays you need to SetLength always if you want to increase size.
You also can use Array of Variant (Store mixed data such as Float, String, Integer, WORD etc) but then you need to compare typemasks
or cast them all to a native type.

I suggest to avoid variants unless you know what you do. In past i sometimes used like Array of Array of Variant to store 3 kind of Types into 1 Array.

On this way i added Strings to myvar[0] := ['Hello','world'], floats to myvar[1] := [1.1,0.9] and Integers to myvar[2] := [1,2].
With a proper design you can do decent things with such stuff

80
Stealth Client / Re: Looking For Mentor?
« on: July 31, 2016, 11:31:58 PM »
Keep going guys, its good to see some people having questions and want some answers..
Regarding Pascal itself, there are no modern books about because nowadays people tend to use delphi, which is the object orientated variant.

I once posted this tutorial about pascal: http://www.scriptuo.com/index.php?topic=12441.0

But never finished the stealth specific tutorial because i not found time and motivation anymore. Digging with stealth in C# were much more interesting.

81
Stealth scripts / Re: [StealthClient 6.7.1 ScriptSDK C#] IDOC Runner
« on: July 15, 2016, 12:15:49 AM »
Great work as always man!

Maybe its time to drink some vodka together ;D

82
New member introductions / Re: She got my UO in the divorce!!!
« on: July 11, 2016, 09:15:55 PM »
The only faster one was when I received a picture of their wifes goodies.  That I did appreciate!  :)
You heard the old man, he loves the boobies..

Welcome Joyride!

83
Great job!

84
General UO Chat / Re: Need a newcomers guide to the new EUO
« on: July 04, 2016, 06:45:51 AM »
as long as structure not changes, me and TM and others can make builds anytime.

85
Stealth Client / Re: mobile proximity
« on: July 01, 2016, 02:07:35 AM »
I post you later why it is not working.. You should check what SDK do with scanner class

86
Site News / Re: Time for new Elites? Let it be so.
« on: July 01, 2016, 02:06:14 AM »
Congrats buddy!

87
Stealth Client / Re: mobile proximity
« on: June 30, 2016, 01:56:03 AM »
Code looks good, casting i may would had solved differently..
I would make a global profile for player that stores states like
"Busy" "Casting" and other things so multiple threads could run simoultanous and checking states.
Another variant could be queues : "Cast, Heal" with priority management.. You add Wither Action and Heal into queue and then let them handle as action based on trigger and what should be pulled first.

But thats not easy..


88
Stealth Client / Re: [C#] rails
« on: June 24, 2016, 07:17:28 AM »
i would not make a textfile but make an xml. Make an object that stores your waypoint together with a selection in which order and serialize it to file..

https://msdn.microsoft.com/en-us/library/ms973893.aspx

Then you can make something working to save paths to xml and later read xml back to a pathlist

89
RebirthUO News / Re: Release Version 2.1 Build 969.9459
« on: June 20, 2016, 09:52:37 PM »
i will enable it again next major patch.
The patch yesterday was a fix to prevent crashing, we prepare some new major changes.. soon ;)

90
Stealth Client / Re: pathfinding
« on: June 15, 2016, 10:51:28 AM »
Tested it.. Looks like a bug on Stealth API.. Same goes towards GetPathArray3D.
I will look what i can do..

Pages: 1 ... 4 5 [6] 7 8 ... 119