Thread: Simple Question

Results 1 to 5 of 5
  1. #1 Simple Question 
    Registered Member

    Join Date
    Feb 2008
    Posts
    420
    Thanks given
    8
    Thanks received
    28
    Rep Power
    84
    Alright i have added my projectile GFX in the correct spots etc it shoots out of the crossbow, but when it does it does it "jaggidly" it doesnt go straight.

    I also had this problem with dark bow double arrows, if i could get a little help on why i cant get the gfx to go straight instead of jaggidly moving, i am offering 5$ for someone who can fix this simple problem.

    I will do teamview..

    My msn: [email protected]

    My temporary projectile method on npcs
    Code:
    public void fireProjectileNpc() {
    		if(c.oldNpcIndex > 0) {
    			if(Server.npcHandler.npcs[c.oldNpcIndex] != null) {
    				c.projectileStage = 2;
    				int pX = c.getX();
    				int pY = c.getY();
    				int nX = Server.npcHandler.npcs[c.oldNpcIndex].getX();
    				int nY = Server.npcHandler.npcs[c.oldNpcIndex].getY();
    				int offX = (pY - nY)* -1;
    				int offY = (pX - nX)* -1;
    				c.getPA().createPlayersProjectile(pX, pY, offX, offY, 50, getProjectileSpeed(), getRangeProjectileGFX(), (c.playerEquipment[c.playerWeapon]==9056?31:43), 31, c.oldNpcIndex + 1, getProjectileShowDelay());
    			}
    		}
    	}
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Feb 2009
    Posts
    333
    Thanks given
    17
    Thanks received
    12
    Rep Power
    10
    You probably have the wrong GFX id's.
    Spoiler for lolwut?!:
    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    Nov 2010
    Posts
    147
    Thanks given
    6
    Thanks received
    1
    Rep Power
    0
    i'll happily fix it in the morning, i'm going to bed now.

    Msn: [email protected]
    Reply With Quote  
     

  4. #4  
    Banned
    Join Date
    Nov 2010
    Posts
    147
    Thanks given
    6
    Thanks received
    1
    Rep Power
    0
    Quote Originally Posted by Eesti10 View Post
    You probably have the wrong GFX id's.
    He does, and i happen to have a copy of the gfx fix's plus crossbow specs
    Reply With Quote  
     

  5. #5  
    q.q


    Join Date
    Dec 2010
    Posts
    6,519
    Thanks given
    1,072
    Thanks received
    3,535
    Rep Power
    4752
    Could you post a picture or vid of what you mean by
    jaggidly
    Reply With Quote  
     


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. Simple question.
    By gnarly unicorn in forum Help
    Replies: 3
    Last Post: 08-22-2010, 09:02 AM
  2. SIMPLE Question
    By Joker in forum Help
    Replies: 2
    Last Post: 04-01-2010, 01:56 AM
  3. simple question i think..
    By Fat_tony in forum Help
    Replies: 1
    Last Post: 10-14-2009, 09:43 PM
  4. Simple Question
    By Note in forum Help
    Replies: 2
    Last Post: 10-13-2009, 01:22 AM
  5. A simple question requires a simple answer!
    By Matt_ in forum RS2 Server
    Replies: 2
    Last Post: 12-23-2007, 12:10 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
  •