Thread: Devo 2.7 teleporting problem, repping.

Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1 Devo 2.7 teleporting problem, repping. 
    Member

    Join Date
    Jun 2009
    Age
    30
    Posts
    432
    Thanks given
    13
    Thanks received
    2
    Rep Power
    0
    Actually, its 90% devo 2.7, I think I'm using something called runepoint that some dude released. Anyways.

    I've been adding object teleports, and well, long story short, when I pull the lever from wildy to mage bank, it takes me to the proper coords and everything, the only problem is I still can't use teleport spells like 'lumbridge tele' or something. The server basically still thinks I'm in the wilderness.

    Here's the code I'm using in AtObjects.java

    Code:
     			case 5959:
    			if((c.absX == 3090) && (c.absY == 3956)){
    				c.teleportToX = 2539;
    				c.teleportToY = 4712;
    				c.heightLevel = 0;
    				}
    				break;
    And when I'm out, it still won't let me teleport.

    Any ideas?
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Aug 2008
    Posts
    918
    Thanks given
    1
    Thanks received
    12
    Rep Power
    34
    You click on a button or? global object?
    Reply With Quote  
     

  3. #3  
    Registered Member
    Mister Maggot's Avatar
    Join Date
    Dec 2008
    Posts
    7,227
    Thanks given
    3,283
    Thanks received
    2,875
    Rep Power
    5000
    the file is called at object, so using common sense, im guessing its an object...

    also, u need to be on those EXACT coords for the tele to work
    Reply With Quote  
     

  4. #4  
    Member

    Join Date
    Jun 2009
    Age
    30
    Posts
    432
    Thanks given
    13
    Thanks received
    2
    Rep Power
    0
    Its the lever at the mage bank gate, and are you saying if I got rid of the absX and absY, it wouldn't do this?

    Edit: That didn't work either
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Aug 2008
    Posts
    918
    Thanks given
    1
    Thanks received
    12
    Rep Power
    34
    use AtObjects.java. Worked for me.
    Reply With Quote  
     

  6. #6  
    Registered Member
    Mister Maggot's Avatar
    Join Date
    Dec 2008
    Posts
    7,227
    Thanks given
    3,283
    Thanks received
    2,875
    Rep Power
    5000
    rofl... he is dummkopf

    you compiing alright?

    maybe u have the wrong object id
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Aug 2008
    Posts
    918
    Thanks given
    1
    Thanks received
    12
    Rep Power
    34
    wait you are using atobjects..

    Try this.
    case XXX:
    c.teleportToX = X;
    c.teleportToY = Y;
    c.heightLevel = 0;
    break;
    Reply With Quote  
     

  8. #8  
    Member

    Join Date
    Jun 2009
    Age
    30
    Posts
    432
    Thanks given
    13
    Thanks received
    2
    Rep Power
    0
    ...Its in AtObjects.java under
    Code:
    public void AtObjects1(client c, int objectIDz, int objectXz, int objectYz) {
    I don't see how changing voids around would make it react differently to being able to teleport or not though.

    And to maggot, I can teleport into the bank by clicking the lever, I just cannot teleport once I'm in the bank. Its as if the server doesn't realize that I'm not in the wilderness anymore; therefore it isn't the object id.

    Done with rsps
    Living in the real world now.
    Reply With Quote  
     

  9. #9  
    Registered Member
    Join Date
    Aug 2008
    Posts
    918
    Thanks given
    1
    Thanks received
    12
    Rep Power
    34
    What... i dont get what your trying to do....
    Reply With Quote  
     

  10. #10  
    Registered Member
    Mister Maggot's Avatar
    Join Date
    Dec 2008
    Posts
    7,227
    Thanks given
    3,283
    Thanks received
    2,875
    Rep Power
    5000
    Code:
    case OBJECT_ID:
    c.toX = 666;
    c.toY = 666;
    break;
    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
  •