Thread: [PI] Why does this DC/Freeze Client?

Results 1 to 7 of 7
  1. #1 [PI] Why does this DC/Freeze Client? 
    Registered Member ARshadow's Avatar
    Join Date
    Aug 2011
    Posts
    470
    Thanks given
    30
    Thanks received
    41
    Rep Power
    53
    Code:
    } else if (c.teleAction == 3) {
    					c.getPA().spellTeleport(3302,9372,0);
    					c.sendMessage("Enter the gate to fight the mighty Corporeal Beast!");
    					c.sendMessage("Note: Magic protect, Ruby bolts (e) and Diamond bolts (e) are recommended!");
    					c.getPA().closeAllWindows();
    When you teleport to Corporeal Beast you disconnect or the client freezes. What's the error/problem?
    Reply With Quote  
     

  2. #2  
    Registered Member ARshadow's Avatar
    Join Date
    Aug 2011
    Posts
    470
    Thanks given
    30
    Thanks received
    41
    Rep Power
    53
    I forgot to mention, once you restart the client and you log on, you're at the corporeal beast area so...
    Reply With Quote  
     

  3. #3  
    Registered Member

    Join Date
    Aug 2011
    Posts
    2,760
    Thanks given
    297
    Thanks received
    534
    Rep Power
    1596
    try this:
    Code:
    } else if (c.teleAction == 3) {
    					c.getPA().startTeleport(3302, 9372, 0, "modern");
    					c.sendMessage("Enter the gate to fight the mighty Corporeal Beast!");
    					c.sendMessage("Note: Magic protect, Ruby bolts (e) and Diamond bolts (e) are recommended!");
    					c.getPA().closeAllWindows();
    Quote Originally Posted by Aj View Post
    This is not even a tutorial. It's fail for rep. It's fail for life.
    Reply With Quote  
     

  4. #4  
    Registered MrClassic
    MrClassic's Avatar
    Join Date
    Oct 2008
    Age
    15
    Posts
    2,063
    Thanks given
    24,154
    Thanks received
    551
    Rep Power
    5000
    client sided:
    change all
    Code:
    setLowMem();
    to:
    Code:
    setHighMem();
    client.java I think
    Reply With Quote  
     

  5. #5  
    Registered Member ARshadow's Avatar
    Join Date
    Aug 2011
    Posts
    470
    Thanks given
    30
    Thanks received
    41
    Rep Power
    53
    can't find that
    Reply With Quote  
     

  6. #6  
    Registered MrClassic
    MrClassic's Avatar
    Join Date
    Oct 2008
    Age
    15
    Posts
    2,063
    Thanks given
    24,154
    Thanks received
    551
    Rep Power
    5000
    Quote Originally Posted by divinex View Post
    can't find that
    client sided, eh? not server sided.
    Reply With Quote  
     

  7. #7  
    Banned

    Join Date
    Mar 2011
    Posts
    4,062
    Thanks given
    194
    Thanks received
    689
    Rep Power
    0
    show error you get in server cmd
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

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


User Tag List

Similar Threads

  1. [pi] dialogue freeze client
    By Xseil in forum Help
    Replies: 14
    Last Post: 08-18-2013, 12:52 PM
  2. Client Freeze
    By QWERTYownz in forum Help
    Replies: 2
    Last Post: 08-01-2010, 05:28 AM
  3. Client Crah and freeze + rep
    By jack24 in forum Help
    Replies: 5
    Last Post: 09-15-2009, 12:19 AM
  4. Why does my client freeze?
    By Tweezy in forum Help
    Replies: 1
    Last Post: 06-28-2009, 07:50 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •