Thread: Lunar Altar?..

Results 1 to 9 of 9
  1. #1 Lunar Altar?.. 
    Banned
    Join Date
    Apr 2012
    Posts
    293
    Thanks given
    14
    Thanks received
    5
    Rep Power
    0
    I have a lunar altar.. and it doesn't work?..

    In my donor tab I have the ability to change to lunars from there, and that works, but clicking my lunars altar doesn't...


    - Solitude Source

    PLEASE HELP! :]
    Reply With Quote  
     

  2. #2  
    Registered Member Kyle t(*_*t)'s Avatar
    Join Date
    May 2012
    Posts
    60
    Thanks given
    1
    Thanks received
    5
    Rep Power
    37
    Code:
    		case #:
    			if(c.playerMagicBook != 0 && c.playerLevel[1] >= 1) {
    				//c.playerMagicBook = 2;
    				c.startAnimation(645);
    				c.setSidebarInterface(6, 29999);
    				c.sendMessage("Lunar spells activated!");
    				c.getPA().resetAutocast();
    			} else {
    				c.startAnimation(645);
    				c.setSidebarInterface(6, 1151); //modern
    				c.playerMagicBook = 0;
    				c.sendMessage("You feel a strange drain upon your memory...");
    				c.autocastId = -1;
    				c.getPA().resetAutocast();
    			}
    # = Whatever id your altar is.
    By checking yes you agree to our terms and conditions and also that the best time to wear a striped sweater is in fact all the time.
    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    Apr 2012
    Posts
    293
    Thanks given
    14
    Thanks received
    5
    Rep Power
    0
    And where do I put this?


    - And Altar id, would be like.. the object id of lunar altar? Or like.. altar = 4 or something?
    Reply With Quote  
     

  4. #4  
    Registered Member Kyle t(*_*t)'s Avatar
    Join Date
    May 2012
    Posts
    60
    Thanks given
    1
    Thanks received
    5
    Rep Power
    37
    You put this in actionhandler.java

    The id would be like 410, Guthix altar.
    By checking yes you agree to our terms and conditions and also that the best time to wear a striped sweater is in fact all the time.
    Reply With Quote  
     

  5. #5  
    Banned
    Join Date
    Apr 2012
    Posts
    293
    Thanks given
    14
    Thanks received
    5
    Rep Power
    0
    Nope, still doesn't work.

    Reply With Quote  
     

  6. #6  
    Extreme Donator Lunar Altar?.. Market Banned



    Join Date
    Dec 2010
    Age
    25
    Posts
    6,060
    Thanks given
    1,692
    Thanks received
    1,238
    Rep Power
    1765
    Do you have the object in ClickObject.java?
    Reply With Quote  
     

  7. #7  
    Registered Member

    Join Date
    Oct 2011
    Age
    28
    Posts
    1,880
    Thanks given
    311
    Thanks received
    557
    Rep Power
    703
    Quote Originally Posted by adxoxocrisp View Post
    Nope, still doesn't work.

    Add objectDistance to it in src/server/model/players/packets/ClickObject

    Something like

    case 410:
    c.objectDistance = 3;
    break;
    Reply With Quote  
     

  8. #8  
    Banned
    Join Date
    Apr 2012
    Posts
    293
    Thanks given
    14
    Thanks received
    5
    Rep Power
    0
    Doesn't work.
    Reply With Quote  
     

  9. #9  
    Banned
    Join Date
    Apr 2012
    Posts
    293
    Thanks given
    14
    Thanks received
    5
    Rep Power
    0
    bump
    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: 25
    Last Post: 04-03-2014, 05:33 PM
  2. Lunar Altar Object id
    By Orel in forum Requests
    Replies: 2
    Last Post: 05-31-2012, 08:09 PM
  3. Changing Lunar Altar [562]
    By Impervious in forum Help
    Replies: 0
    Last Post: 06-12-2011, 09:07 PM
  4. Replies: 6
    Last Post: 01-17-2011, 01:43 PM
  5. Making an altar switch to lunar magic?
    By Zylsium in forum Help
    Replies: 3
    Last Post: 08-14-2010, 12:17 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
  •