Thread: [525] Adding Vesta Spear Special + bar

Page 1 of 4 123 ... LastLast
Results 1 to 10 of 32
  1. #1 [525] Adding Vesta Spear Special + bar 
    Registered Member

    Join Date
    Aug 2008
    Posts
    699
    Thanks given
    1
    Thanks received
    0
    Rep Power
    242
    Credits: 100% to me
    Knowledge C&p and able to read
    Difficulty: 1/10
    tested on: Jc

    Step 1 Making Special Bar show For vesta spear

    Go to Equipment.java located in the model folder and search for

    Code:
    weaponId == 4587
    after that add

    Code:
    weaponId == 13905 ||
    and your done with special bar showing.

    step 2 Adding the special

    go to combat and click playercombat.java there search for
    Code:
    whip
    you should see something like this

    Code:
    if (p.getEquipment().get(3).getDefinition().getId() == 4151) { //Whip
    			//p.specDelay = 5;
                    	 p.animate(1658, 0);                
                    	 p2.graphics(341, 0);              
                       p2.hit(meleeDamage);
    under that add

    Code:
    if (p.getEquipment().get(3).getDefinition().getId() == 13905) { //Vesta's spear 
    			//p.specDelay = 5;
    			p.animate(10499, 0);
    			p.graphics(1835, 0);
    			p2.hit(meleeDamage);
    		}
    you have finished now compile and run it should work
    Click if you support
    [Only registered and activated users can see links. ]
    clicky
    Reply With Quote  
     

  2. #2  
    Registered Member CerdaX's Avatar
    Join Date
    Oct 2008
    Posts
    493
    Thanks given
    1
    Thanks received
    1
    Rep Power
    62
    I like it good job.
    Rune-Dayz
    Reply With Quote  
     

  3. #3  
    Hi.

    'Mystic Flow's Avatar
    Join Date
    Nov 2007
    Posts
    7,141
    Thanks given
    256
    Thanks received
    1,247
    Rep Power
    3636
    My server doesn't show a spec bar...why?
    Reply With Quote  
     

  4. #4  
    Registered Member CerdaX's Avatar
    Join Date
    Oct 2008
    Posts
    493
    Thanks given
    1
    Thanks received
    1
    Rep Power
    62
    Because you didn't add it right?...
    Rune-Dayz
    Reply With Quote  
     

  5. #5  
    Registered Member BOOM BOOM's Avatar
    Join Date
    Jun 2008
    Age
    24
    Posts
    305
    Thanks given
    4
    Thanks received
    8
    Rep Power
    55
    Good job already had it though
    Reply With Quote  
     

  6. #6  
    Registered Member

    Join Date
    Aug 2008
    Posts
    699
    Thanks given
    1
    Thanks received
    0
    Rep Power
    242
    thanks all for your comments .
    Click if you support
    [Only registered and activated users can see links. ]
    clicky
    Reply With Quote  
     

  7. #7  
    Registered Member CerdaX's Avatar
    Join Date
    Oct 2008
    Posts
    493
    Thanks given
    1
    Thanks received
    1
    Rep Power
    62
    Quote Originally Posted by BOOM BOOM View Post
    Good job already had it though
    I appreciate your comments but, No one cares if you had it!
    Rune-Dayz
    Reply With Quote  
     

  8. #8  
    I sfogliare Rune-server ad alta


    Join Date
    Nov 2008
    Age
    27
    Posts
    1,702
    Thanks given
    41
    Thanks received
    18
    Rep Power
    791
    Good job ramsin
    Reply With Quote  
     

  9. #9  
    Registered Member

    Join Date
    Aug 2008
    Posts
    699
    Thanks given
    1
    Thanks received
    0
    Rep Power
    242
    thanks shawn.
    Click if you support
    [Only registered and activated users can see links. ]
    clicky
    Reply With Quote  
     

  10. #10  
    It takes one to know one...

    Join Date
    Nov 2008
    Posts
    0
    Thanks given
    17
    Thanks received
    43
    Rep Power
    0
    Great job, but this isn't a tutorial?

    Original~

    [Rep++]
    I'm inactive, so don't expect a reply from me the same day you ask for something... unfortunately.
    [SPOIL]

    Thanks (...):
    • Michael, Graham, Luke132, Light232, Dragonkk, Hotyute, Richard1992
    [/SPOIL]
    Reply With Quote  
     

Page 1 of 4 123 ... LastLast

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
  •