Thread: [!!help!!] Ancient Staff!!!!!!!

Results 1 to 9 of 9
  1. #1 [!!help!!] Ancient Staff!!!!!!! 
    Kingdad38
    Guest
    hey rune-server fans, i need help with my ancient staff, when i weild it and click on attack options and try to use a spell when i click on the book thingy, it comes up with as like = wind strike,fire strike,earth strike ECT. please help me so that it goes to ancient magix please. kingdad38
    Reply With Quote  
     

  2. #2  
    Emergency
    Guest
    Look in clicking most and search for the ancient staff id.

    Your staff is set to the wrong interface.
    Reply With Quote  
     

  3. #3  
    Donator


    Join Date
    Nov 2008
    Posts
    1,031
    Thanks given
    20
    Thanks received
    33
    Rep Power
    246
    Go in clicking most.java and find case 1097: replace it with this one or just add it if you dont get it...

    Code:
    case 1097:
    	    if(c.playerAncientMagics == 0 && c.playerEquipment[c.playerWeapon] == 4675)
    	    {
    		c.sM("You cannot auto cast normal magics with an ancient staff!");
    		break;
    	    }
    	    if(c.playerAncientMagics == 1 && c.playerEquipment[c.playerWeapon] != 4675)
    	    {
    		c.sM("You cannot auto cast ancient magics with a regular staff!");
    		break;
    	    }
    	    if(c.playerAncientMagics == 2)
    	    {
    		c.sM("You cannot auto cast lunar magics");
    		break;
    	    }
                if(c.playerEquipment[c.playerWeapon] == 4675)
                {
                    c.setSidebarInterface(0, 1689);
                } else
                {
                    c.setSidebarInterface(0, 1829);
                }
    break;
    Reply With Quote  
     

  4. #4  
    Kingdad38
    Guest
    i get 14 errors
    Reply With Quote  
     

  5. #5  
    Donator


    Join Date
    Nov 2008
    Posts
    1,031
    Thanks given
    20
    Thanks received
    33
    Rep Power
    246
    What base are you using ?
    Reply With Quote  
     

  6. #6  
    Kingdad38
    Guest
    allstar V2
    Reply With Quote  
     

  7. #7  
    Registered Member

    Join Date
    Mar 2008
    Posts
    2,072
    Thanks given
    21
    Thanks received
    74
    Rep Power
    1841
    Check if it uses the right cases and id's.
    Reply With Quote  
     

  8. #8  
    Kingdad38
    Guest
    uhh?
    Reply With Quote  
     

  9. #9  
    Emergency
    Guest
    Look for this in client.java :

    if (playerEquipment[playerWeapon] == 4675

    and make sure that the interface is setSidebarInterface(6, 12855);

    I might be wrong I don't use all star.
    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
  •