Thread: Dks Cave Entrance

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1 Dks Cave Entrance 
    Registered Member
    Join Date
    Nov 2011
    Posts
    55
    Thanks given
    17
    Thanks received
    4
    Rep Power
    24
    Well this may sound really stupid but ive tried all the ways that i know to make this Cave Entrance work but it simple dont work. What im doing wrong?




    Action Handler:
    Code:
    		case 8929:
    		c.sendMessage("You climb down to Dagannoth Dungeon.");
    		c.sendMessage("Please make your way North.");
    		c.getPA().movePlayer(2442, 10147, 0);
    		break;
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jun 2011
    Posts
    476
    Thanks given
    57
    Thanks received
    43
    Rep Power
    17
    I think this should be placed in clickobject class
    Reply With Quote  
     

  3. #3  
    Registered Member

    Join Date
    Aug 2011
    Posts
    2,760
    Thanks given
    297
    Thanks received
    534
    Rep Power
    1596
    Are you sure you added it in Actionhandler under firstclickobject, and not anything else?
    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 Member
    Join Date
    Nov 2011
    Posts
    55
    Thanks given
    17
    Thanks received
    4
    Rep Power
    24
    Quote Originally Posted by 'Spike View Post
    Are you sure you added it in Actionhandler under firstclickobject, and not anything else?
    it is.
    Code:
    	public void firstClickObject(int objectType, int obX, int obY) {
    		c.clickObjectType = 0;
    		//c.sendMessage("Object type: " + objectType);
    		switch(objectType) {
    
    		case 8929:
    		c.sendMessage("You climb down to Dagannoth Dungeon.");
    		c.sendMessage("Please make your way North.");
    		c.getPA().movePlayer(2442, 10147, 0);
    		break;
    Reply With Quote  
     

  5. #5  
    GANGNAM STYLE!

    Ohad's Avatar
    Join Date
    Aug 2011
    Posts
    3,179
    Thanks given
    152
    Thanks received
    352
    Rep Power
    1671
    when you click the cave does it send the messages or nothing at all?
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Nov 2011
    Posts
    55
    Thanks given
    17
    Thanks received
    4
    Rep Power
    24
    Quote Originally Posted by Xtinctionx View Post
    when you click the cave does it send the messages or nothing at all?
    Nothing.
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Nov 2011
    Posts
    55
    Thanks given
    17
    Thanks received
    4
    Rep Power
    24
    Quote Originally Posted by Jorz View Post
    I think this should be placed in clickobject class
    I dont think it would work.
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Jun 2011
    Posts
    476
    Thanks given
    57
    Thanks received
    43
    Rep Power
    17
    Quote Originally Posted by iDemo View Post
    I dont think it would work.
    Try it it should work.
    Reply With Quote  
     

  9. #9  
    Registered Member
    Join Date
    Nov 2011
    Posts
    55
    Thanks given
    17
    Thanks received
    4
    Rep Power
    24
    Quote Originally Posted by Jorz View Post
    Try it it should work.
    Can u provide me the code please?
    Reply With Quote  
     

  10. #10  
    Registered Member
    Join Date
    Jun 2011
    Posts
    476
    Thanks given
    57
    Thanks received
    43
    Rep Power
    17
    In Clickobject.java you will see:
    Code:
    case FIRST_CLICK:
    a few lines under it:
    Code:
    switch(c.objectId) {
    under that add:

    Code:
    		case 8929:
    		c.sendMessage("You climb down to Dagannoth Dungeon.");
    		c.sendMessage("Please make your way North.");
    		c.getPA().movePlayer(2442, 10147, 0);
    		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

Similar Threads

  1. Godwars Entrance
    By Infexis in forum Help
    Replies: 2
    Last Post: 05-17-2011, 06:34 PM
  2. Godwars Entrance (REP++)
    By R0cky 0wnz in forum Models
    Replies: 1
    Last Post: 04-24-2011, 10:00 PM
  3. Replies: 6
    Last Post: 04-05-2011, 09:19 AM
  4. Gwd entrance interface ?:Dme first
    By b33r in forum Snippets
    Replies: 33
    Last Post: 12-18-2009, 01:10 PM
  5. Entrance of gwd
    By ѕтαяяу,вιт¢нƒα¢є؟ in forum Help
    Replies: 0
    Last Post: 07-28-2009, 01:12 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
  •