Thread: Matric 718 base - Need help with fixing nex 'Landslide'

Results 1 to 10 of 10
  1. #1 Matric 718 base - Need help with fixing nex 'Landslide' 
    Registered Member
    Join Date
    May 2014
    Posts
    35
    Thanks given
    2
    Thanks received
    0
    Rep Power
    11
    Currently I am about 95% done with a matrix 718 server, all I need at this point is to be able to enter nex (and then I can recode nex so it works properly).

    Basically when I click on the 'Landslide' object nothing occurs, I have looked around and havent found anything pertaining to this. I also cant find anything in the source to help myself so I decided I should post here.

    Basically how can I code in that specific 'Landslide' (or possibly all of them at once) to work properly and put me down in the nex room.

    Thanks.

    Last edited by TheAnonyMoose; 05-21-2014 at 10:00 AM. Reason: Posted picture of the object
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Feb 2013
    Posts
    4,409
    Thanks given
    59
    Thanks received
    478
    Rep Power
    138
    Can you post a picture of the object?
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    May 2014
    Posts
    35
    Thanks given
    2
    Thanks received
    0
    Rep Power
    11
    Updated the OP in hopes of getting the issue resolved.

    Thanks
    Reply With Quote  
     

  4. #4  
    Registered Member

    Join Date
    Feb 2013
    Posts
    4,409
    Thanks given
    59
    Thanks received
    478
    Rep Power
    138
    Quote Originally Posted by TheAnonyMoose View Post
    Updated the OP in hopes of getting the issue resolved.

    Thanks
    Euhm, should that not be a portal or something?

    Code:
    if (object.getId() == #####) {
        	    player.getDialogueManager().startDialogue("NexEntrance");
        	    return false;
        	}
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    May 2014
    Posts
    35
    Thanks given
    2
    Thanks received
    0
    Rep Power
    11
    Thats how I thought I should do it, but how would I go about getting that specific object ID? Im relatively new to RSPS programming.

    I've tried looking up the object ID for 'landslide' on several ID websites and have yet to find anything.
    Reply With Quote  
     

  6. #6  
    Registered Member

    Join Date
    Feb 2013
    Posts
    4,409
    Thanks given
    59
    Thanks received
    478
    Rep Power
    138
    Quote Originally Posted by TheAnonyMoose View Post
    Thats how I thought I should do it, but how would I go about getting that specific object ID? Im relatively new to RSPS programming.

    I've tried looking up the object ID for 'landslide' on several ID websites and have yet to find anything.
    >ObjectHandler
    >HandleOptionExamine
    >send player message (object.getId())
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    May 2014
    Posts
    35
    Thanks given
    2
    Thanks received
    0
    Rep Power
    11
    I appreciate it, have a good night.
    Reply With Quote  
     

  8. #8  
    Banned
    Join Date
    Jun 2013
    Posts
    362
    Thanks given
    112
    Thanks received
    31
    Rep Power
    0
    Quote Originally Posted by TheAnonyMoose View Post
    Currently I am about 95% done with a matrix 718 server, all I need at this point is to be able to enter nex (and then I can recode nex so it works properly).

    Basically when I click on the 'Landslide' object nothing occurs, I have looked around and havent found anything pertaining to this. I also cant find anything in the source to help myself so I decided I should post here.

    Basically how can I code in that specific 'Landslide' (or possibly all of them at once) to work properly and put me down in the nex room.

    Thanks.

    It's a dialogue rip it off another source not that hard..
    Reply With Quote  
     

  9. #9  
    Registered Member

    Join Date
    Feb 2013
    Posts
    4,409
    Thanks given
    59
    Thanks received
    478
    Rep Power
    138
    Quote Originally Posted by askid12 View Post
    It's a dialogue rip it off another source not that hard..
    I clearly posted it already.
    Reply With Quote  
     

  10. #10  
    Banned
    Join Date
    Jun 2013
    Posts
    362
    Thanks given
    112
    Thanks received
    31
    Rep Power
    0
    Quote Originally Posted by Datbeastmayne View Post
    I clearly posted it already.
    Mb. I was just helping. You don't have to get mad.
    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. Replies: 0
    Last Post: 11-23-2011, 04:18 AM
  2. Replies: 7
    Last Post: 06-06-2011, 05:36 PM
  3. Replies: 7
    Last Post: 06-05-2011, 06:50 PM
  4. Replies: 4
    Last Post: 05-27-2011, 01:53 PM
  5. Need Help With Fixing Portals
    By Senthery in forum Help
    Replies: 1
    Last Post: 01-20-2009, 01:03 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •