Player / Mount / NPC speed

Archive of the older Feature Request Forum Posts
Locked
nevalon
Neophyte Poster
Posts: 39
Joined: Tue Mar 07, 2006 7:28 am

Player / Mount / NPC speed

Post by nevalon »

What do you think about it? There are (as I know) only 4 "speeds" available for players: walk, run and walk and run on mounts. But why on earth a llama is tha same speed as an ostard or horse?? I think it could be editable. The NPCs' speed should be also editable, simply via npc.speed integer reference (maybe from 0 to 255, where 0 is non-moving (like frozen) and 255 is a Roadrunner)... It'll be really good feature.
Firedancer
Grandmaster Poster
Posts: 104
Joined: Fri Feb 03, 2006 6:32 am

Re: Player / Mount / NPC speed

Post by Firedancer »

*applouds for this idea*

movement currently is a bit ackward to configure indeed.
Also would be nice if movement could be controlled from a script other than the npc-script itself.
User avatar
MontuZ
Forum Regular
Posts: 338
Joined: Fri Feb 10, 2006 8:08 am

Post by MontuZ »

for npcdesc.cfg

[RunSpeed (int 0-250 {default dexterity})]

RunSpeed is only useful from 0-250, the higher the number, the shorter delay between moves.



But I've tried adding that line and setting the speed to 1... and nothing?
blah
New User
Posts: 12
Joined: Thu Feb 02, 2006 12:05 pm

Post by blah »

character on mount is not character on horse from npcdesc.cfg with its runspeed, but you know that.
And runspeed can be only for npcs, but the questions is, can it be by hooking packets? i think i saw anti-sh script using packets... at yahoo maby?
So maby it is possible, any ideas?
User avatar
CWO
POL Expert
Posts: 1160
Joined: Sat Feb 04, 2006 5:49 pm

Post by CWO »

There is no way to make a character run faster. Its hardcoded into the client. The speedhack checker only checks to make sure that move packets arent being sent at an unusually fast rate which is exactly what speedhack does.
nevalon
Neophyte Poster
Posts: 39
Joined: Tue Mar 07, 2006 7:28 am

Post by nevalon »

OK, but it should be possible to change character movement speed from the server side. If it is not, maybe Pol-Dev-Team should change the server hard-code of char-movement a bit? It couldn't be so hard to do that...
User avatar
CWO
POL Expert
Posts: 1160
Joined: Sat Feb 04, 2006 5:49 pm

Post by CWO »

Its hard coded into UO not POL. Player movement packets are sent from the player's client. You can not move any faster unless you edit or hack the client itself. POL WILL allow characters to go as fast as they want already, this is what speedhack exploits. You also cant move a char farther than the client asks otherwise the client will automatically disconnect or it will cause other undesirable effects.
nevalon
Neophyte Poster
Posts: 39
Joined: Tue Mar 07, 2006 7:28 am

Post by nevalon »

I have never played on OSI shards, but some people I asked for it answered, that diffrent mount speeds ARE available on OSI (I don't know if it is true or not)... If it is available on OSI, so it can be available everywhere.
Tomi
POL Developer
Posts: 478
Joined: Tue Feb 21, 2006 5:08 pm

Post by Tomi »

You can't make the speed for players faster serverside but.. you can make it slower...
nevalon
Neophyte Poster
Posts: 39
Joined: Tue Mar 07, 2006 7:28 am

Post by nevalon »

hmmm you're right! And that solves the problem ;]
Locked