Thread: SOL counting as Ancient staff

Results 1 to 3 of 3
  1. #1 SOL counting as Ancient staff 
    Registered Member teufel's Avatar
    Join Date
    Sep 2010
    Posts
    67
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Where would I add SOL to being able to autocast ancients
    Reply With Quote  
     

  2. #2  
    Registered Member Falco Fury's Avatar
    Join Date
    Jun 2010
    Posts
    118
    Thanks given
    440
    Thanks received
    14
    Rep Power
    18
    Locate case 1094 in your clicking buttons.

    [spoil]
    Code:
           case 1093:
    			case 1094:
    			case 1097:
    				if (c.autocastId > 0) {
    					c.getPA().resetAutocast();
    				} else {
    					if (c.playerMagicBook == 1) {
    						if (c.playerEquipment[c.playerWeapon] == 4675)
    							c.setSidebarInterface(0, 1689);
    						if (c.playerEquipment[c.playerWeapon] == xxxxx)
    							c.setSidebarInterface(0, 1689);
    						else
    							c.sendMessage("You can't autocast with this staff.");
    
    					 } else if (c.playerMagicBook == 0) {
    						if (c.playerEquipment[c.playerWeapon] == 4170) {
    							c.setSidebarInterface(0, 12050);
    						} else {
    							c.setSidebarInterface(0, 1829);
    						}	
    					}
    						
    				}		
    			break;
    [/spoil]
    Reply With Quote  
     

  3. #3  
    Registered Member teufel's Avatar
    Join Date
    Sep 2010
    Posts
    67
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Thanks
    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. Autocast ancient with ancient staff
    By IPh34rNo1 in forum Help
    Replies: 2
    Last Post: 06-12-2009, 09:05 AM
  2. [!!help!!] Ancient Staff!!!!!!!
    By Kingdad38 in forum Help
    Replies: 8
    Last Post: 05-08-2009, 10:27 PM
  3. The new Ancient Staff
    By Bulby Strife in forum Tutorials
    Replies: 33
    Last Post: 03-29-2008, 01:16 AM
  4. Replies: 11
    Last Post: 10-01-2007, 04:56 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
  •