Thread: Dragon Attack gfx

Results 1 to 4 of 4
  1. #1 Dragon Attack gfx 
    Registered Member PvM Hussain's Avatar
    Join Date
    Aug 2013
    Posts
    266
    Thanks given
    23
    Thanks received
    3
    Rep Power
    11
    Hi, sorry for asking so much.. but i have one small problem...

    When "Kbd,or green dragon+" fire breath is magic spells like: Earth Wave, Fire wave animations...


    Code:
    		case 941:// green dragon
    		case 55:
    		case 54:
    		case 742:
    		case 1589:
    		case 52:
    		case 53:
    		case 4669:
    		case 4670:
    		case 4671:
    		case 1590:
    		case 1591:
    		case 1592:
    		case 5363:
    			return 80;
    
    
    		case 50:
    			if (npcs[i].attackType == 3) {
    				return 81;
    			} else {
    				if (Misc.random(1) == 1) {
    					return 91;
    				} else {
    					return 80;// or 80 //81 for spitting fire
    				}
    			}

    Reply With Quote  
     

  2. #2  
    Shake n Bake

    Organic's Avatar
    Join Date
    Apr 2010
    Posts
    2,499
    Thanks given
    204
    Thanks received
    324
    Rep Power
    588
    Change your returns to your wanted gfx, there are gfx list's released all over this site, wouldn't be too hard to find the correct dragon fire gfx + anim.

    Just live life at its fullest.

    LOL
    Reply With Quote  
     

  3. #3  
    Registered Member PvM Hussain's Avatar
    Join Date
    Aug 2013
    Posts
    266
    Thanks given
    23
    Thanks received
    3
    Rep Power
    11
    Quote Originally Posted by Organic View Post
    Change your returns to your wanted gfx, there are gfx list's released all over this site, wouldn't be too hard to find the correct dragon fire gfx + anim.
    yes i found out the the gfx is 80.. but it breath earth wave,fire wave, water wave? weird?
    Reply With Quote  
     

  4. #4  
    Shake n Bake

    Organic's Avatar
    Join Date
    Apr 2010
    Posts
    2,499
    Thanks given
    204
    Thanks received
    324
    Rep Power
    588
    Find the earth and fire wave GFX id's and search them in your npc handler, you should be able to find your issue.

    Just live life at its fullest.

    LOL
    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. Dragon Claws Special Attack GFX Model
    By Ash Ketchum in forum Requests
    Replies: 0
    Last Post: 09-04-2011, 11:33 PM
  2. Dark Bow, Dragon Head GFX
    By Ryan. in forum Requests
    Replies: 4
    Last Post: 03-28-2009, 07:13 PM
  3. [REQ]531 Model ID 4 Dragon Claws GFX[REQ]
    By pkerscape21 in forum Requests
    Replies: 0
    Last Post: 02-15-2009, 01:42 PM
  4. help with DRAGON ATTACK ANIMATION!
    By HvSxTornado in forum Help
    Replies: 0
    Last Post: 01-18-2009, 02:32 AM
  5. Replies: 13
    Last Post: 12-05-2008, 04:32 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •