Thread: Help with altar of guthix

Results 1 to 7 of 7
  1. #1 Help with altar of guthix 
    Registered Member HenryL's Avatar
    Join Date
    Sep 2009
    Posts
    342
    Thanks given
    6
    Thanks received
    5
    Rep Power
    1
    im trying to make the altar of guthix change my mage book to lunar but when i do it i get 100 errors

    what did i do wrong ? D: help
    *EDIT*
    nvm fixed it the code was
    Code:
    			}
    		}
    			if (objectID == 410) {
    			if (playerAncientMagics == 0 || playerAncientMagics == 2){
    			}
    			if (playerAncientMagics == 2 || playerAncientMagics == 1) {
    				setSidebarInterface(6, 1151); // magic tab (ancient = 12855);
    				// /normal = 1151
    				playerAncientMagics = 0;
    				sM("You convert to normal magic!");
    			} else if (playerAncientMagics == 0) {
    				setSidebarInterface(6, 18787);
    				playerAncientMagics = 2;
    				sM("You convert to lunar magic!");
    			}
    		}
    Reply With Quote  
     

  2. #2  
    Registered Member
    Hunter's Avatar
    Join Date
    Jun 2009
    Age
    33
    Posts
    857
    Thanks given
    3
    Thanks received
    23
    Rep Power
    216
    Look at what you modified and count your brackets.
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Sep 2009
    Posts
    3,245
    Thanks given
    195
    Thanks received
    255
    Rep Power
    0
    post snippet not a freaking screenie of your code.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Hunter's Avatar
    Join Date
    Jun 2009
    Age
    33
    Posts
    857
    Thanks given
    3
    Thanks received
    23
    Rep Power
    216
    Honestly just looking at the screenshot it looks like he is missing two brackets in two places.
    Reply With Quote  
     

  5. #5  
    Registered Member HenryL's Avatar
    Join Date
    Sep 2009
    Posts
    342
    Thanks given
    6
    Thanks received
    5
    Rep Power
    1
    Quote Originally Posted by Alex™ View Post
    post snippet not a freaking screenie of your code.
    dude im new don't blame me
    and uhm .. and you do the code for me please D:
    Reply With Quote  
     

  6. #6  
    Registered Member HenryL's Avatar
    Join Date
    Sep 2009
    Posts
    342
    Thanks given
    6
    Thanks received
    5
    Rep Power
    1
    bump
    Reply With Quote  
     

  7. #7  
    Member
    Join Date
    Dec 2009
    Age
    28
    Posts
    50
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Code:
    if (objectID == 410) {
    			if (q10 != 15 && playerAncientMagics == 0 || q10 != 15 && playerAncientMagics == 2){
    			sM("You must complete Lunar Spirit if you want to use Lunar.");
    			}
    			if (playerAncientMagics == 2 || playerAncientMagics == 1) {
    				setSidebarInterface(6, 1151); // magic tab (ancient = 12855);
    				// /normal = 1151
    				playerAncientMagics = 0;
    				sM("You convert to normal magic!");
    			} else if (playerAncientMagics == 0 && q10 == 15) {
    				setSidebarInterface(6, 18787);
    				playerAncientMagics = 2;
    				sM("You convert to lunar magicks!");
    			}
    		}
    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

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •