Thread: Changing an alter from recharging pray to switching to lunar?H-e-l-p?

Results 1 to 6 of 6
  1. #1 Changing an alter from recharging pray to switching to lunar?H-e-l-p? 
    Registered Member Zylsium's Avatar
    Join Date
    Jun 2010
    Posts
    111
    Thanks given
    2
    Thanks received
    2
    Rep Power
    3
    Is this even possible? To make a sara alter switch you to lunar magics when used?

    Or possibly add an option to switch to Lunar magic from the Ancient alter?

    Using Project Insanity btw.
    Reply With Quote  
     

  2. #2  
    Registered Member Zylsium's Avatar
    Join Date
    Jun 2010
    Posts
    111
    Thanks given
    2
    Thanks received
    2
    Rep Power
    3
    bump
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Oct 2009
    Posts
    133
    Thanks given
    0
    Thanks received
    0
    Rep Power
    4
    It is possible to do it. I know how to do this on delta, but can't help you with PI other than telling you that it is possible
    Reply With Quote  
     

  4. #4  
    Extreme Donator


    Join Date
    Nov 2009
    Posts
    1,421
    Thanks given
    559
    Thanks received
    266
    Rep Power
    236
    If its pi just look at the ancient magic altar, change the case and what it switches to?
    Reply With Quote  
     

  5. #5  
    Registered Member Zylsium's Avatar
    Join Date
    Jun 2010
    Posts
    111
    Thanks given
    2
    Thanks received
    2
    Rep Power
    3
    See what i want is when you click on the ancient alter for it to come up with a dialogue box saying Ancients, and below it Lunar.
    Also, if your on ancients, Id like it to say Normal Lunar, or if its on lunar, id like it to say
    Ancient
    Normal

    D: heeeeelpp
    Reply With Quote  
     

  6. #6  
    Banned
    Join Date
    May 2010
    Posts
    1,550
    Thanks given
    92
    Thanks received
    154
    Rep Power
    0
    Duh, of course it's possible.

    (Put this in actionhandler)
    (Under the objectclick void)

    Code:
    		case 6552:
    			if (c.playerMagicBook == 0) {
    				c.playerMagicBook = 1;
    				c.setSidebarInterface(6, 12855);
    				c.sendMessage("An ancient wisdomin 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();
    			}	
    		break;
    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
  •