Thread: Animation change.

Results 1 to 1 of 1
  1. #1 Animation change. 
    Registered Member
    Join Date
    Mar 2007
    Posts
    64
    Thanks given
    0
    Thanks received
    0
    Rep Power
    3
    i can't find where i can change vengeance animation in delta?

    i found where i can change veng on other player animation here its is:
    if(playerHasItem(553, 3) && playerHasItem(560, 2) && playerHasItem(557, 3)){
    if(playerLevel[6] >= 93){
    vengDelay = System.currentTimeMillis();
    deleteItem(553, 3);
    deleteItem(560, 2);
    deleteItem(557, 3);
    castOnPlayer.specGFX(642);
    setAnimation(1914);
    castOnPlayer.vengon = true;
    castOnPlayer.sM("You have been vengeanced by "+playerName+"!");
    }(quote)
    but i can't find where i can change animation vengeace on self
    Last edited by imukaszz; 01-12-2009 at 12:11 AM. Reason: Double posting is not allowed!
     


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
  •