Search found 28 matches

by tartaros
Tue Mar 31, 2009 6:44 am
Forum: UO Tools
Topic: UOCH ( Ultima Online Client Hacker )
Replies: 23
Views: 29627

Re: UOCH ( Ultima Online Client Hacker )

COuld someone please elaborate what exactly is the issue with the stamina?
by tartaros
Sat Jan 10, 2009 7:06 pm
Forum: Feature Request Archive
Topic: Core Expansion and Feature Handling
Replies: 12
Views: 10519

Re: Core Expansion and Feature Handling

Nando wrote:...setting client expansion to "AOS" or upper...
what do you mean by "setting client expansion"? there's some packet that does this or what?
by tartaros
Sat Jan 10, 2009 6:52 pm
Forum: Contributed Scripts & Packages
Topic: eScript Caching Solution
Replies: 2
Views: 3111

Re: eScript Caching Solution

are you sure it's a good idea to pass output values by global variable in a multithreaded environment?
by tartaros
Sun Jan 04, 2009 7:42 am
Forum: Feature Request Archive
Topic: Core Expansion and Feature Handling
Replies: 12
Views: 10519

Re: Core Expansion and Feature Handling

just out of curiosity, what can be the point of making a diference between aos-enabled accounts and aos-disabled accounts?
I mean, you either want an AOS shard or you want a non-AOS shard, isn't that so?
by tartaros
Mon Nov 26, 2007 3:16 am
Forum: POL Tools
Topic: items.txt to items.wsc
Replies: 4
Views: 6743

sphere doesn't use such a format
by tartaros
Wed Oct 31, 2007 7:55 am
Forum: Solved Bugs (097)
Topic: [probably fixed] Tool tips memory leak&lag
Replies: 27
Views: 20402

MuadDib: out of curiosity, what algorhitm/memory scheme do you use for caching the tooltips? If any...
Or are the packets being generated over and over again every time any client asks for them?
by tartaros
Wed Oct 31, 2007 7:46 am
Forum: Packet World
Topic: Buff/debuff packet fixes
Replies: 24
Views: 20528

btw. since which client version is this thing supported?
by tartaros
Thu May 03, 2007 7:09 am
Forum: Packet World
Topic: For Submitting New/Changed Packets
Replies: 4
Views: 6592

ok, first thing to change:
in 0x89, this part

Code: Select all

BYTE[1] itemLayer
BYTE[4] itemID 
can be sent more than once, i.e. it's a sequence of item uids and layers...
by tartaros
Tue May 01, 2007 6:34 am
Forum: Feature Request Archive
Topic: SendOpenSpecialContainer()
Replies: 1
Views: 2406

Re: SendOpenSpecialContainer()

Would it be possible to maybe get optional x and y flags on this function? I just need it to open on a certain point on the screen. Impossible. this packet http://packets.polserver.com/index.php?op=showpacket&packet=0x24 opens the container, and as you can see it only sends the id and gump model.
by tartaros
Tue Apr 24, 2007 11:50 pm
Forum: Scripting Help
Topic: Max pages in gump
Replies: 3
Views: 2988

I don't think it will ever spit an error, it's more like so that once a gump (with or without pages) reaches certain size (size as in the volume of all it's data), the client will crash... and I guess the critical size is different on different client versions, but in general the newer client the be...
by tartaros
Tue Apr 24, 2007 12:43 pm
Forum: Contributed Scripts & Packages
Topic: 095 distro to 096 patch
Replies: 8
Views: 7411

UltraEdit with syntax highlightning
by tartaros
Tue Apr 24, 2007 6:23 am
Forum: Contributed Scripts & Packages
Topic: Tooltip Packethook [0xD6]
Replies: 23
Views: 15688

Also LBR installs seem to have the same error even if patched up with OSI. And if you want an example of memory leaks, use megaclilocs. Our RAM has started growing massively since it was introduced. Dunno how POl has this implemented, but the truth is that these tooltips only work since 3.0.6o (I t...
by tartaros
Wed Apr 18, 2007 9:23 am
Forum: General Discussion
Topic: UO Protocol Help!
Replies: 12
Views: 7574

Server-sent packets are compressed by a form of huffman compression. Zlib is, I think, only used for 0xDD packet (http://packets.polserver.com/index.php?op=showpacket&packet=0xDD) The only actual explanation of the UO compression I know of was the one produced by a person known as Kair. The web ...
by tartaros
Mon Apr 16, 2007 1:00 pm
Forum: General Help (095)
Topic: Remove a line from a .log file
Replies: 14
Views: 8622

wanna delete traces of a crime? : :lol: :lol:
by tartaros
Thu Apr 12, 2007 6:17 am
Forum: Feature Request Archive
Topic: Gumps and GF_SCRIPT_BTN
Replies: 17
Views: 9288

sadly, Yukiko is wrong in the assumption about the function of [quit]. Button... [quit] [page-id] [return-value] if the [quit] is 1 and the button is pressed, the gump is closed, and response sent to the server with the [return-value] as the pressed button id. [page-id] is unused. if [quit] is 0 and...
by tartaros
Wed Apr 11, 2007 2:44 pm
Forum: Feature Request Archive
Topic: Gumps and GF_SCRIPT_BTN
Replies: 17
Views: 9288

all the core could do is resend the gump automatically, with textentries pre-filled with the text that was filled into them meanwhile, and not trigger the usual gump resonse scripts... other than that, you can't tell the client to not close the gump upon pressing a non-page button.
by tartaros
Tue Apr 10, 2007 6:07 am
Forum: General Discussion
Topic: 3D client to disappeasr?
Replies: 15
Views: 7654

I suggest stopping panicking until the client is actually out.
MuadDib wrote:KR is a complete new client, complete new art, complete new files, new engine, new everything.
I believe the network protocol will stay more or less the same, so it's not "everything" ;)
by tartaros
Tue Apr 03, 2007 1:33 pm
Forum: Feature Request Archive
Topic: file.em: ReadBinaryFile & WriteBinaryFile
Replies: 25
Views: 14426

Pierce wrote:I think you completly misunderstood my post ;)
You misunderstood mine ;)
by tartaros
Tue Apr 03, 2007 6:40 am
Forum: Feature Request Archive
Topic: file.em: ReadBinaryFile & WriteBinaryFile
Replies: 25
Views: 14426

Considering the fact that POL uses it's own UO data file formats, I doubt the devs will love your idea about editing .mul/.idx files ;) But there are ofc other possibilities... Like editing the POL datafiles and back-uoconvert them to Muls. Then there's quesiton of whether or not to support "dy...
by tartaros
Mon Apr 02, 2007 6:15 am
Forum: General Discussion
Topic: External aux service
Replies: 2
Views: 3237

have the java program periodically try to connect to the given port and/or check for running processess, and if you see POL, try connecting...
by tartaros
Fri Mar 30, 2007 11:49 pm
Forum: Feature Request Archive
Topic: Fastwalk system
Replies: 53
Views: 108493

I don't understand your point of view... The Smoothwalk function of injection is a "experimental" helper for some people who have bad connection and/or some other problems with lag. What it does is give the client automatically a positive answer to walkrequest packets. So it's "out of...
by tartaros
Fri Mar 30, 2007 9:35 pm
Forum: Feature Request Archive
Topic: Fastwalk system
Replies: 53
Views: 108493

If the client uses smoothwalk, he deserves to be disconnected, so I don't see that as a problem ;)
by tartaros
Fri Mar 30, 2007 12:42 pm
Forum: Feature Request Archive
Topic: Fastwalk system
Replies: 53
Views: 108493

if you dont send the deny then how are you slowing the movement or are you just logging it? The scripts I put up are designed to stop the movement from going too fast period. If you don't send either the accept or deny packets, either you'll hang up the client making it think its lagging or the cli...
by tartaros
Thu Mar 29, 2007 5:11 am
Forum: Feature Request Archive
Topic: Fastwalk system
Replies: 53
Views: 108493

I have tested the system I described with GodClient - it's walking speed is about twice the speed of normal clients... The only little problem with it is that the first few steps are faster (which would be the same in case of sending 6 hashes in advance) , then it is forced to slow down, but since I...
by tartaros
Wed Mar 28, 2007 8:39 am
Forum: Packet World
Topic: For Submitting New/Changed Packets
Replies: 4
Views: 6592

hmm, ok then :) Didn't really try to edit them ;)