Thread: [DELTA] Lagg if walk[DELTA]

Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1 [DELTA] Lagg if walk[DELTA] 
    Banned

    Join Date
    May 2007
    Posts
    2,175
    Thanks given
    558
    Thanks received
    261
    Rep Power
    0
    Hello.

    i got a delta base but when i walk it laggs so hard!
    and i realy wanna host it soon but i cant if it laggs.

    so if someone knows how to fix please post

    I already tried the Cleaned delta lagg fix i got errors with that one.


    Thank you.
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Jul 2008
    Posts
    2,056
    Thanks given
    26
    Thanks received
    98
    Rep Power
    0
    What errors did you get?
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    May 2007
    Posts
    2,175
    Thanks given
    558
    Thanks received
    261
    Rep Power
    0
    Quote Originally Posted by ẨřЌαdĩαņ View Post
    What errors did you get?
    process.java:1: class Process is public, should be declared in a file named Proc
    ess.java
    public class Process extends Thread {
    ^
    process.java:10: cannot find symbol
    symbol : variable Server
    location: class Process
    while (!Server.shutdownServer) {
    ^
    process.java:12: cannot find symbol
    symbol : variable Server
    location: class Process
    if (Server.updateServer)
    ^
    process.java:13: cannot find symbol
    symbol : variable Server
    location: class Process
    Server.calcTime();
    ^
    process.java:14: package Server does not exist
    Server.playerHandler.process();
    ^
    process.java:15: package Server does not exist
    Server.npcHandler.process();
    ^
    process.java:16: package Server does not exist
    Server.itemHandler.process();
    ^
    process.java:17: package Server does not exist
    Server.shopHandler.process();
    ^
    process.java:32: cannot find symbol
    symbol : variable Server
    location: class Process
    if (Server.ShutDown == true) {
    ^
    process.java:33: cannot find symbol
    symbol : variable Server
    location: class Process
    if (Server.ShutDownCounter >= 100) {
    ^
    process.java:34: cannot find symbol
    symbol : variable Server
    location: class Process
    Server.shutdownServer = true;
    ^
    process.java:36: cannot find symbol
    symbol : variable Server
    location: class Process
    Server.ShutDownCounter++;
    ^
    process.java:45: package Server does not exist
    Server.playerHandler.destruct();
    ^
    process.java:46: package Server does not exist
    Server.clientHandler.killServer();
    ^
    process.java:47: cannot find symbol
    symbol : variable Server
    location: class Process
    Server.clientHandler = null;
    ^
    .\process.java:1: class Process is public, should be declared in a file named Pr
    ocess.java
    public class Process extends Thread {
    ^
    server.java:129: cannot access process
    bad class file: .\process.java
    file does not contain class process
    Please remove or make sure it appears in the correct subdirectory of the classpa
    th.
    process proc = new process();
    ^
    17 errors
    Finished!
    Druk op een toets om door te gaan. . .
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    May 2007
    Posts
    2,175
    Thanks given
    558
    Thanks received
    261
    Rep Power
    0
    i added it in process.java
    Reply With Quote  
     

  5. #5  
    Banned

    Join Date
    May 2007
    Posts
    2,175
    Thanks given
    558
    Thanks received
    261
    Rep Power
    0
    Quote Originally Posted by Gothic Kidd View Post
    add it in Process.java, instead
    OW ofcourse!



    Process.java:10: cannot find symbol
    symbol : variable Server
    location: class Process
    while (!Server.shutdownServer) {
    ^
    Process.java:12: cannot find symbol
    symbol : variable Server
    location: class Process
    if (Server.updateServer)
    ^
    Process.java:13: cannot find symbol
    symbol : variable Server
    location: class Process
    Server.calcTime();
    ^
    Process.java:14: package Server does not exist
    Server.playerHandler.process();
    ^
    Process.java:15: package Server does not exist
    Server.npcHandler.process();
    ^
    Process.java:16: package Server does not exist
    Server.itemHandler.process();
    ^
    Process.java:17: package Server does not exist
    Server.shopHandler.process();
    ^
    Process.java:32: cannot find symbol
    symbol : variable Server
    location: class Process
    if (Server.ShutDown == true) {
    ^
    Process.java:33: cannot find symbol
    symbol : variable Server
    location: class Process
    if (Server.ShutDownCounter >= 100) {
    ^
    Process.java:34: cannot find symbol
    symbol : variable Server
    location: class Process
    Server.shutdownServer = true;
    ^
    Process.java:36: cannot find symbol
    symbol : variable Server
    location: class Process
    Server.ShutDownCounter++;
    ^
    Process.java:45: package Server does not exist
    Server.playerHandler.destruct();
    ^
    Process.java:46: package Server does not exist
    Server.clientHandler.killServer();
    ^
    Process.java:47: cannot find symbol
    symbol : variable Server
    location: class Process
    Server.clientHandler = null;
    ^
    14 errors
    Finished!
    Druk op een toets om door te gaan. . .


    still 14 errors
    Reply With Quote  
     

  6. #6  
    Banned

    Join Date
    Jul 2008
    Posts
    2,056
    Thanks given
    26
    Thanks received
    98
    Rep Power
    0
    Hes not using deltaclean, and its a deltaclean tutorial, as all the classes are named with capitals, when in normal delta they arn't. Therefore it will not help you anyway, it is lagging because of your computers poor specs and inability to run the memory consuming server
    Reply With Quote  
     

  7. #7  
    Banned

    Join Date
    May 2007
    Posts
    2,175
    Thanks given
    558
    Thanks received
    261
    Rep Power
    0
    Quote Originally Posted by Gothic Kidd View Post
    your server.java cant be found..
    Code:
    import server.*;
    added that into Process.java is that right? because now i am getting 15 errors

    and arkadian i use a fast PC and its only when i walk on this server.
    Reply With Quote  
     

  8. #8  
    Banned

    Join Date
    Jul 2008
    Posts
    2,056
    Thanks given
    26
    Thanks received
    98
    Rep Power
    0
    Read up.
    Reply With Quote  
     

  9. #9  
    Banned

    Join Date
    May 2007
    Posts
    2,175
    Thanks given
    558
    Thanks received
    261
    Rep Power
    0
    if im right jdog fixed it,THANKS for taking a time to look at my topic everyone
    Reply With Quote  
     

  10. #10  
    Banned

    Join Date
    Nov 2009
    Posts
    4,219
    Thanks given
    2,950
    Thanks received
    1,362
    Rep Power
    0
    So, you already tried this:

    http://www.rune-server.org/showthread.php?t=202720

    Because that worked for me when I tested it. Maybe you're putting the codes in the wrong places. Check over.
    Reply With Quote  
     

Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •