Thread: teleporting problem

Results 1 to 8 of 8
  1. #1 teleporting problem 
    Registered Member
    Join Date
    Jun 2014
    Posts
    17
    Thanks given
    1
    Thanks received
    0
    Rep Power
    11
    hello, im working on a source and client atm and i have this problem where when i try to teleport through the magic book to corp it freezes the client.
    here is a video on what happens.



    if you can fig out why can you please tell me thanks
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jun 2014
    Posts
    17
    Thanks given
    1
    Thanks received
    0
    Rep Power
    11
    i still cant fig it out, i have looked all over google, tut's, youtube ect any help please
    Reply With Quote  
     

  3. #3  
    Registered Member

    Join Date
    Feb 2013
    Posts
    4,409
    Thanks given
    59
    Thanks received
    478
    Rep Power
    138
    Post the command + the method that's used to teleport to corp.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Jun 2014
    Posts
    17
    Thanks given
    1
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by Datbeastmayne View Post
    Post the command + the method that's used to teleport to corp.
    } 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();
    Reply With Quote  
     

  5. #5  
    Registered Member

    Join Date
    Feb 2013
    Posts
    4,409
    Thanks given
    59
    Thanks received
    478
    Rep Power
    138
    Quote Originally Posted by weecrooksy View Post
    } 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();
    And what about ::tele?

    Also use code tags


    You'd also get better help if you posted in the right section
    Reply With Quote  
     

  6. Thankful user:


  7. #6  
    Registered Member
    Join Date
    Jun 2014
    Posts
    17
    Thanks given
    1
    Thanks received
    0
    Rep Power
    11
    sorry i dont really know where to post it, if i type ::corp it tele's there fine
    Reply With Quote  
     

  8. #7  
    Registered Member
    Join Date
    Jun 2014
    Posts
    17
    Thanks given
    1
    Thanks received
    0
    Rep Power
    11
    i fixed it all on my own.

    i seen the close all windows in the command

    } 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();

    so i decided to delete c.getPA().closeAllWindows(); and it worked, i can tele without no problem thanks for your help though
    Reply With Quote  
     

  9. #8  
    Registered Member

    Join Date
    Feb 2013
    Posts
    4,409
    Thanks given
    59
    Thanks received
    478
    Rep Power
    138
    Quote Originally Posted by weecrooksy View Post
    i fixed it all on my own.

    i seen the close all windows in the command

    } 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();

    so i decided to delete c.getPA().closeAllWindows(); and it worked, i can tele without no problem thanks for your help though
    Mhm..

    [code] [./code]
    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. Teleportting Problem
    By Real pked4 in forum Help
    Replies: 6
    Last Post: 10-17-2009, 09:41 AM
  2. Devo 2.7 teleporting problem, repping.
    By dark man in forum Help
    Replies: 14
    Last Post: 10-02-2009, 12:14 AM
  3. GFX to Teleport problem, rep+!
    By Rainaka in forum Help
    Replies: 6
    Last Post: 09-07-2009, 09:06 PM
  4. Teleports problem.
    By ledgman in forum Help
    Replies: 0
    Last Post: 04-29-2009, 08:08 PM
  5. Teleport problem
    By Defeat__ in forum Help
    Replies: 2
    Last Post: 01-11-2009, 06:13 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
  •