Thread: [PI] Spec other player starting anim

Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1 [PI] Spec other player starting anim 
    Before "You" I Serve Nothing Mark's Avatar
    Join Date
    Sep 2010
    Posts
    1,018
    Thanks given
    36
    Thanks received
    87
    Rep Power
    21
    How do i make when i spec someone the other player starts an anim and poisons him?
    Want professional graphics for a reasonable price? Visit my thread
    Reply With Quote  
     

  2. #2  
    The One And Only

    01053's Avatar
    Join Date
    Apr 2011
    Age
    28
    Posts
    2,887
    Thanks given
    417
    Thanks received
    885
    Rep Power
    856
    um..

    o.startAnimation(ID);?

    Not sure tho .


    Reply With Quote  
     

  3. #3  
    Before "You" I Serve Nothing Mark's Avatar
    Join Date
    Sep 2010
    Posts
    1,018
    Thanks given
    36
    Thanks received
    87
    Rep Power
    21
    other player is
    o.startAnim?
    Want professional graphics for a reasonable price? Visit my thread
    Reply With Quote  
     

  4. #4  
    Before "You" I Serve Nothing Mark's Avatar
    Join Date
    Sep 2010
    Posts
    1,018
    Thanks given
    36
    Thanks received
    87
    Rep Power
    21
    bump
    Want professional graphics for a reasonable price? Visit my thread
    Reply With Quote  
     

  5. #5  
    The One And Only

    01053's Avatar
    Join Date
    Apr 2011
    Age
    28
    Posts
    2,887
    Thanks given
    417
    Thanks received
    885
    Rep Power
    856
    Just try;

    o.startAnimation(AnimationIDHere);


    Reply With Quote  
     

  6. #6  
    Before "You" I Serve Nothing Mark's Avatar
    Join Date
    Sep 2010
    Posts
    1,018
    Thanks given
    36
    Thanks received
    87
    Rep Power
    21
    src\server\model\players\CombatAssistant.java:2084 : cannot find symbol
    symbol : variable o
    location: class server.model.players.CombatAssistant
    o.startAnimation(1);
    ^
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    1 error
    Press any key to continue . . .
    Want professional graphics for a reasonable price? Visit my thread
    Reply With Quote  
     

  7. #7  
    ZRPS
    Guest
    Declare o and make sure to run a null check.
    Reply With Quote  
     

  8. #8  
    The One And Only

    01053's Avatar
    Join Date
    Apr 2011
    Age
    28
    Posts
    2,887
    Thanks given
    417
    Thanks received
    885
    Rep Power
    856
    In the code add this above
    Code:
    Client o = (Client)Server.playerHandler.players[i];
    Above
    Code:
    o.startAnimation(1);
    should work


    Reply With Quote  
     

  9. #9  
    Before "You" I Serve Nothing Mark's Avatar
    Join Date
    Sep 2010
    Posts
    1,018
    Thanks given
    36
    Thanks received
    87
    Rep Power
    21
    how do i make it poison on spec?

    EDIT:
    src\server\model\players\CombatAssistant.java:2138 : o is already defined in acti
    vateSpecial(int,int)
    Client o = (Client)Server.playerHandler.
    players[i];
    ^
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    1 error
    Press any key to continue . . .
    Want professional graphics for a reasonable price? Visit my thread
    Reply With Quote  
     

  10. #10  
    The One And Only

    01053's Avatar
    Join Date
    Apr 2011
    Age
    28
    Posts
    2,887
    Thanks given
    417
    Thanks received
    885
    Rep Power
    856
    Theres a tutorial somewhere use search button

    does

    Code:
    o.startAnimation(1);
    work?


    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. D claws spec anim
    By Darna in forum Help
    Replies: 3
    Last Post: 07-11-2010, 05:57 AM
  2. Replies: 16
    Last Post: 01-30-2010, 03:30 AM
  3. [REQ] Dragon Spear spec anim
    By R0cky 0wnz in forum Requests
    Replies: 2
    Last Post: 12-16-2009, 10:34 PM
  4. Replies: 4
    Last Post: 02-01-2009, 01:16 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
  •