Thread: PI Teleblock/ BArrage

Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1 PI Teleblock/ BArrage 
    Banned

    Join Date
    Sep 2009
    Posts
    904
    Thanks given
    139
    Thanks received
    55
    Rep Power
    0
    People on my server, click on barrage, autocast it with SOL. go to normal magic, and kill people in wild ...
    how do i fix that
    Reply With Quote  
     

  2. #2  
    Registered Member
    Edd -'s Avatar
    Join Date
    Jul 2011
    Posts
    665
    Thanks given
    62
    Thanks received
    43
    Rep Power
    84
    so there autocasting barrage and teleblocking on normals?
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Nov 2011
    Posts
    108
    Thanks given
    8
    Thanks received
    1
    Rep Power
    10
    Quote Originally Posted by Edd' View Post
    so there autocasting barrage and teleblocking on normals?
    believe so
    Spoiler for Vouches:
    Quote Originally Posted by PalPallish View Post
    Vouch for IOException, extremely fast and trustworthy.
    Finished the trade in a few seconds
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    Sep 2009
    Posts
    904
    Thanks given
    139
    Thanks received
    55
    Rep Power
    0
    YEs.
    Reply With Quote  
     

  5. #5  
    Registered Member
    gomomo11's Avatar
    Join Date
    May 2010
    Posts
    2,383
    Thanks given
    268
    Thanks received
    196
    Rep Power
    177
    Make it so when you click on the altar to switch to normla player, make it do the same action as if you disabled autocast.

    no external links without affiliate
    Reply With Quote  
     

  6. #6  
    Banned

    Join Date
    Sep 2009
    Posts
    904
    Thanks given
    139
    Thanks received
    55
    Rep Power
    0
    can you help me on Teamviewer?
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Oct 2011
    Posts
    191
    Thanks given
    21
    Thanks received
    10
    Rep Power
    13
    ActionHandler.java

    replace case 6552 with this one.


    Code:
    case 6552:
    			if (c.playerMagicBook == 0) {
    				if(c.playerEquipment[c.playerWeapon] == 4675 || c.playerEquipment[c.playerWeapon] == 15486 || c.playerEquipment[c.playerWeapon] == 15040) {
    				c.setSidebarInterface(0, 328);
    				c.getPA().resetAutocast();
    				}
    				c.playerMagicBook = 1;
    				c.getPA().resetAutocast();
    				c.setSidebarInterface(6, 12855);
    				c.sendMessage("An ancient wisdomin fills your mind.");
    			} else {
    				if(c.playerEquipment[c.playerWeapon] == 4675 || c.playerEquipment[c.playerWeapon] == 15486 || c.playerEquipment[c.playerWeapon] == 15040) {
    				c.setSidebarInterface(0, 328);
    				}
    				c.getPA().resetAutocast();
    				c.setSidebarInterface(6, 1151); //modern
    				c.playerMagicBook = 0;
    				c.sendMessage("You feel a drain on your memory.");
    				c.autocastId = -1;
    			}	
    		break;
    this is a cheap fix, it's apparently better to make a boolean for spells

    but that should help for now till you figure something out
    Reply With Quote  
     

  8. #8  
    Banned

    Join Date
    Jun 2009
    Posts
    2,918
    Thanks given
    169
    Thanks received
    806
    Rep Power
    0
    Reset the sidebarinterface for autocasting
    Reply With Quote  
     

  9. #9  
    Banned

    Join Date
    Sep 2009
    Posts
    904
    Thanks given
    139
    Thanks received
    55
    Rep Power
    0
    Allstar, how>
    Reply With Quote  
     

  10. #10  
    Registered Member
    Join Date
    Oct 2011
    Posts
    191
    Thanks given
    21
    Thanks received
    10
    Rep Power
    13
    Code:
    c.getPA().resetAutocast();
    add In case 6552 like I already posted for you

    If it is not different can you show me your
    Code:
    public void resetAutocast() {
    from your playerassistant.java?
    Reply With Quote  
     

Page 1 of 2 12 LastLast

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. Is teleblock in 508?
    By Boomer in forum Help
    Replies: 5
    Last Post: 09-03-2011, 12:13 AM
  2. i teleblock myself lol
    By wouha in forum Help
    Replies: 1
    Last Post: 09-02-2009, 04:03 PM
  3. [508] Teleblock gone?
    By mige5 in forum Help
    Replies: 8
    Last Post: 07-08-2009, 12:03 AM
  4. teleblock
    By harmy in forum Help
    Replies: 0
    Last Post: 03-30-2009, 10:20 AM
  5. Teleblock
    By Jared1220 in forum Requests
    Replies: 0
    Last Post: 01-10-2009, 04:37 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
  •