Thread: [PI] New Autocast Server Sided

Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1 [PI] New Autocast Server Sided 
    Registered Member

    Join Date
    Sep 2008
    Posts
    4,833
    Thanks given
    894
    Thanks received
    1,439
    Rep Power
    2924
    Iv completely added the New Autocast client sided, and iv got the actionbuttons, can somone post their server sided or give me some pointers to it, Dont just say Clickingbuttons or Actionhandler, and iv got it working by adding the ActionID'S into the autocast method, but that is not right as you cant "DE-Select" it ,and it sendframe of an Autocast staff so this is more of a temporary fix.

    Any help would be appreciated.
    "Know thy self, know thy enemy. A thousand battles, a thousand victories." - Sun Tzu
    GitHub: https://github.com/Faris-Mckay
    Reply With Quote  
     

  2. Thankful user:


  3. #2  
    Registered Member

    Join Date
    Sep 2008
    Posts
    4,833
    Thanks given
    894
    Thanks received
    1,439
    Rep Power
    2924
    10 Views, no posts? Cmon, Someone has got to have this !
    "Know thy self, know thy enemy. A thousand battles, a thousand victories." - Sun Tzu
    GitHub: https://github.com/Faris-Mckay
    Reply With Quote  
     

  4. Thankful user:


  5. #3  
    Donator


    Join Date
    Jan 2010
    Age
    29
    Posts
    4,122
    Thanks given
    274
    Thanks received
    551
    Rep Power
    738
    Im sure all the views are from you clicking on it
    Reply With Quote  
     

  6. #4  
    Registered Member

    Join Date
    Sep 2008
    Posts
    4,833
    Thanks given
    894
    Thanks received
    1,439
    Rep Power
    2924
    Quote Originally Posted by Nighel15 View Post
    Im sure all the views are from you clicking on it
    Very funny asshole, GTFO my thread.
    "Know thy self, know thy enemy. A thousand battles, a thousand victories." - Sun Tzu
    GitHub: https://github.com/Faris-Mckay
    Reply With Quote  
     

  7. Thankful user:


  8. #5  
    Registered Member xCDIx's Avatar
    Join Date
    Jun 2011
    Posts
    221
    Thanks given
    5
    Thanks received
    2
    Rep Power
    0
    umad?
    Reply With Quote  
     

  9. #6  
    Banned

    Join Date
    Jun 2009
    Posts
    2,916
    Thanks given
    169
    Thanks received
    806
    Rep Power
    0
    int[] spellIds = {4128,4130,4132,4134,4136,4139,4142,4145,4148,4151 ,4153,4157,4159,4161,4164,4165,4129,4133,4137,6006 ,6007,6026,6036,6046,6056,
    4147,6003,47005,4166,4167,4168,48157,50193,50187,5 0101,50061,50163,50211,50119,50081,50151,50199,501 11,50071,50175,50223,50129,50091};
    for(int i = 0; i < spellIds.length; i++) {
    if(actionButtonId == spellIds[i]) {
    c.autocasting = (c.autocastId != i) ? true : false;
    if (!c.autocasting) {
    c.autocastId = i;
    } else {
    c.autocastId = i;

    }
    }
    }
    clickinbuttons.java not gonna explain more sorry.
    Reply With Quote  
     

  10. #7  
    Registered Member

    Join Date
    Sep 2008
    Posts
    4,833
    Thanks given
    894
    Thanks received
    1,439
    Rep Power
    2924
    Quote Originally Posted by Allstar+- View Post
    clickinbuttons.java not gonna explain more sorry.
    Thanks a lot , Really helpful bro

    EDIT- Got 1 Error : < Lol Unreachable Statement Hmmnn..
    "Know thy self, know thy enemy. A thousand battles, a thousand victories." - Sun Tzu
    GitHub: https://github.com/Faris-Mckay
    Reply With Quote  
     

  11. #8  
    Banned

    Join Date
    Jun 2009
    Posts
    2,916
    Thanks given
    169
    Thanks received
    806
    Rep Power
    0
    post it please
    Reply With Quote  
     

  12. #9  
    Registered Member

    Join Date
    Sep 2008
    Posts
    4,833
    Thanks given
    894
    Thanks received
    1,439
    Rep Power
    2924
    Quote Originally Posted by Allstar+- View Post
    post it please
    Code:
    src\server\model\players\packets\ClickingButtons.java:2330: unreachable statemen
    t
    int[] spellIds = {4128,4130,4132,4134,4136,4139,4142,4145,4148,4151,4153,4157,41
    59,4161,4164,4165,4129,4133,4137,6006,6007,6026,6036,6046,6056,4147,6003,47005,4
    166,4167,4168,48157,50193,50187,50101,50061,50163,50211,50119,50081,50151,50199,
    50111,50071,50175,50223,50129,50091};
          ^
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    1 error
    Press any key to continue . . .
    "Know thy self, know thy enemy. A thousand battles, a thousand victories." - Sun Tzu
    GitHub: https://github.com/Faris-Mckay
    Reply With Quote  
     

  13. #10  
    Banned

    Join Date
    Jun 2009
    Posts
    2,916
    Thanks given
    169
    Thanks received
    806
    Rep Power
    0
    Quote Originally Posted by InsidiaX View Post
    Code:
    src\server\model\players\packets\ClickingButtons.java:2330: unreachable statemen
    t
    int[] spellIds = {4128,4130,4132,4134,4136,4139,4142,4145,4148,4151,4153,4157,41
    59,4161,4164,4165,4129,4133,4137,6006,6007,6026,6036,6046,6056,4147,6003,47005,4
    166,4167,4168,48157,50193,50187,50101,50061,50163,50211,50119,50081,50151,50199,
    50111,50071,50175,50223,50129,50091};
          ^
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    1 error
    Press any key to continue . . .
    dont post it @ the cases above it.
    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. Replies: 12
    Last Post: 07-27-2011, 08:24 PM
  2. client sided or server sided?
    By wa3ad in forum Help
    Replies: 9
    Last Post: 04-21-2011, 03:53 PM
  3. help with server sided and client sided
    By Zᴀᴄʜ in forum Help
    Replies: 4
    Last Post: 06-15-2010, 07:15 PM
  4. Replies: 0
    Last Post: 05-26-2010, 02:39 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
  •