EOSERV Forum > Seose > How to be able to speed?
Topic is locked.
Page: << 1 >>
How to be able to speed?
Author Message
Post #117148 How to be able to speed?

I had my own server a long long time ago,and people were able to speed,but i forgot how i set that shit up,anyone? :)

I know it has to do something with this,what numbers do i have to put where again?

 [antispeed]
      {
        QueueSize = 10 /* Number of packets that can be queued before disconnection */

        WalkThreshold   = 400  /* Milliseconds between walk packets */
        AttackThreshold = 400  /* Milliseconds between attack packets */
        SpellThreshold  = 400  /* Milliseconds between spell packets */
      }
    }

12 years, 19 weeks ago
Post #117160 Re: How to be able to speed?

set the inix to "0" or what every.
      [antispeed]
      {
        QueueSize = 10 /* Number of packets that can be queued before disconnection */

        WalkThreshold   = 100  /* Milliseconds between walk packets */
        AttackThreshold = 100  /* Milliseconds between attack packets */
        SpellThreshold  = 400  /* Milliseconds between spell packets */
      }

 

---
Think Outside The Box.

..............Skids in my Undies........
...............Cut And Paste............
12 years, 19 weeks ago
Post #117167 Re: How to be able to speed?

Ehh,thanks,but when i start my Seose and open eo,everything works but it crashes like every 40 seconds,someone know what the problem could be? i can login and everything works.
 this is the problem it says:

kernel32.dll

Nevermind People,i just leave it by,it crashes everytime so screw my server x3 anyway thanks.

12 years, 19 weeks ago
Post #117255 Re: How to be able to speed?

      [antispeed]
      {
        QueueSize = 1 /* Number of packets that can be queued before disconnection */

        WalkThreshold   = 0  /* Milliseconds between walk packets */
        AttackThreshold = 0  /* Milliseconds between attack packets */
        SpellThreshold  = 0  /* Milliseconds between spell packets */
      }

 

12 years, 19 weeks ago
Post #117256 Re: How to be able to speed?
Me2OwnYou3D posted: (26th Nov 2011, 10:52 am)

      [antispeed]
      {
        QueueSize = 1 /* Number of packets that can be queued before disconnection */

        WalkThreshold   = 0  /* Milliseconds between walk packets */
        AttackThreshold = 0  /* Milliseconds between attack packets */
        SpellThreshold  = 0  /* Milliseconds between spell packets */
      }

 


I am not sure.. But shouldnt QueSize stay 10?
12 years, 19 weeks ago
Post #117259 Re: How to be able to speed?
Hollow posted: (26th Nov 2011, 11:00 am)

Me2OwnYou3D posted: (26th Nov 2011, 10:52 am)

      [antispeed]
      {
        QueueSize = 1 /* Number of packets that can be queued before disconnection */

        WalkThreshold   = 0  /* Milliseconds between walk packets */
        AttackThreshold = 0  /* Milliseconds between attack packets */
        SpellThreshold  = 0  /* Milliseconds between spell packets */
      }

 


I am not sure.. But shouldnt QueSize stay 10?
Thats what i thought too.

12 years, 19 weeks ago
Post #117737 Re: How to be able to speed?

sordie posted this before idk if ur using addons but here


link : https://eoserv.net/forum/topic/9480


-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

sordies post :


To enable the speed addons simply make sure you have the EOSpeed.eaf and EOFasterAnim.eaf in you addons folder.

However, the server must be setup to allow speeding. Here's how to do this:

Seose
Edit your Seose.xini file:
[antispeed]
QueueSize       = 100000 /* Or some other massive value */
WalkThreshold   = 0
AttackThreshold = 0
SpellThreshold  = 0


Kalandra
Edit the Config\System.cfg file:
PACKET_QUEUE        100000
PACKET_SPEED_WALK   0
PACKET_SPEED_ATTACK 0


EOSERV
The author of this software was too lazy to add the packet queue settings to the configuration. hehe XD
You will need to edit the values inside the src\handlers\ folder and recompile.
You can find these by searching for the macros: CLIENT_QUEUE_ACTION and CLIENT_FORCE_QUEUE_ACTION

Main/Test
Send me the source and we'll talk ;]

---
-.-
12 years, 19 weeks ago
Post #118521 Re: How to be able to speed?

Why the fuck would this have a -4? Jeez, fucking cunts.

12 years, 17 weeks ago
Page: << 1 >>
Topic is locked.
EOSERV Forum > Seose > How to be able to speed?