Thread: [PI]Guthix Altar 2x Click?

Results 1 to 4 of 4
  1. #1 [PI]Guthix Altar 2x Click? 
    Registered Member
    Join Date
    Dec 2010
    Posts
    38
    Thanks given
    0
    Thanks received
    1
    Rep Power
    1
    When I click on the guthix altar it switchs to lunar, then instantly back to normals, however if you click the altar then click away quickly you can remain on lunar's :\
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Oct 2010
    Posts
    716
    Thanks given
    82
    Thanks received
    131
    Rep Power
    0
    show your actionhandler altar code
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Dec 2010
    Posts
    38
    Thanks given
    0
    Thanks received
    1
    Rep Power
    1
    Code:
    		case 410:
    			if (c.playerMagicBook == 0) {
    				c.playerMagicBook = 2;
    				c.setSidebarInterface(6, 29999);
    				c.sendMessage("Lunar wisdom fills your mind.");
    				c.getPA().resetAutocast();
    			} else {
    				c.setSidebarInterface(6, 1151); // modern
    				c.playerMagicBook = 0;
    				c.sendMessage("You feel a drain on your memory.");
    				c.autocastId = -1;
    				c.getPA().resetAutocast();
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Sep 2012
    Posts
    97
    Thanks given
    0
    Thanks received
    5
    Rep Power
    11
    try switching } else { to "else if c.playerMagicBook = 2 && c.playerMagicBook = 1;"

    something along those lines.
    Hope i Helped,
    -G-unit
    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. Crash upon clicking Altar of Guthix
    By Incipio in forum Help
    Replies: 2
    Last Post: 06-06-2012, 10:15 PM
  2. Er... Altar of Guthix - Client Freeze [PI]
    By Hidden Gamer in forum Help
    Replies: 4
    Last Post: 12-15-2011, 10:04 PM
  3. [PI] Guthix Altar
    By SodomizedU in forum Help
    Replies: 6
    Last Post: 10-13-2010, 02:10 AM
  4. Help with Altar of Guthix
    By infinity in forum Help
    Replies: 3
    Last Post: 09-22-2010, 11:44 AM
  5. Help with altar of guthix
    By HenryL in forum Help
    Replies: 6
    Last Post: 01-30-2010, 10:50 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
  •