Thread: Colored fire

Results 1 to 6 of 6
  1. #1 Colored fire for PI and 317 client. 
    Donator
    abd1's Avatar
    Join Date
    Nov 2011
    Posts
    708
    Thanks given
    150
    Thanks received
    67
    Rep Power
    38
    Hi;
    For most of the 317 client i'v seen, the colored fire is really a normal fire.
    So i made a fix for it and used the original colored fire ids and without losing the animations.
    So here you go!



    Blue, Green and red fire:
    Code:
    		case 11404://blue fire
    			// fireBone,shm3a,joanea,branea,7atab
    				objectDef.modifiedModelColors = new int[]{7105,8137,7130,5043,7082};
    				objectDef.originalModelColors = new int[]{43968,43991,43990,43949,43941};
    			break;
    		case 11406://green fire
    			// fireBone,shm3a,joanea,branea,7atab
    					objectDef.modifiedModelColors = new int[]{7105,8137,7130,5043,7082};
    					objectDef.originalModelColors = new int[]{22447,22459,22459,22432,22432};
    			break;
    		case 11405://red fire
    			// fireBone,shm3a,joanea,branea,7atab
    					objectDef.modifiedModelColors = new int[]{7105,8137,7130,5043,7082};
    					objectDef.originalModelColors = new int[]{934,961,960,938,935};
    			break;


    Purple and white fire:
    Code:
    	if(i == 11407 || i == 11408){
    			objectDef = forID(11404);
    			objectDef.type = i;
    			objectDef.modifiedModelColors = new int[]{7105,8137,7130,5043,7082};
    			if(i == 11407)
    				objectDef.originalModelColors = new int[]{51126,51149,51149,51113,51113};
    			else
    				objectDef.originalModelColors = new int[]{117,127,127,96,96};
    			return objectDef;
    		}
    What you're adding:




    Please thank and rep(karma) if you use
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Apr 2013
    Posts
    1,463
    Thanks given
    341
    Thanks received
    148
    Rep Power
    0



    Had this already but god job sure it will help people
    Reply With Quote  
     

  3. Thankful user:


  4. #3  
    Donator
    abd1's Avatar
    Join Date
    Nov 2011
    Posts
    708
    Thanks given
    150
    Thanks received
    67
    Rep Power
    38
    Quote Originally Posted by Christian_ View Post



    Had this already but god job sure it will help people
    Thanks
    I noticed that in higher data the colors will not show, so yea hardcoding ftw!
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  5. Thankful user:


  6. #4  
    Community Veteran

    Dexter Morgan's Avatar
    Join Date
    Nov 2008
    Age
    16
    Posts
    4,364
    Thanks given
    1,027
    Thanks received
    703
    Discord
    View profile
    Rep Power
    2991
    You do know there are already a few logs in RuneScape that have different colour right? Nevertheless, this gives more variety I guess. Good job
    [Only registered and activated users can see links. ]
    Quote Originally Posted by UberNation View Post
    Did you update the quantum network sockets to match the polarity of the wilderness counter levels in the Boolean that divides the wilderness level by zero?
    Reply With Quote  
     

  7. #5  
    ಠ_ಠ

    Joshua's Avatar
    Join Date
    May 2010
    Posts
    1,907
    Thanks given
    397
    Thanks received
    708
    Rep Power
    803
    Quote Originally Posted by Christian_ View Post



    Had this already but god job sure it will help people
    Haven't played rs in ages so I can't be certain, but your logs look hella dank. Why are they pitch black?




    [Only registered and activated users can see links. ]

    Spoiler for Eye Bleach & Recent Releases:



    [Only registered and activated users can see links. ]

    [Only registered and activated users can see links. ]

    [Only registered and activated users can see links. ]

    [Only registered and activated users can see links. ]

    [Only registered and activated users can see links. ]


    Reply With Quote  
     

  8. #6  
    Banned
    Join Date
    Feb 2015
    Posts
    6
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    I have this with 530 objects. Might be useful for some else I guess
    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. Fixed the Colored Fires in 508+
    By dead fury in forum Show-off
    Replies: 12
    Last Post: 12-07-2012, 11:14 PM
  2. Colored Fires
    By RS Wiki in forum Snippets
    Replies: 12
    Last Post: 09-25-2012, 05:24 AM
  3. Replies: 0
    Last Post: 04-11-2012, 07:27 PM
  4. object id for colored fires?
    By OodlesOfNoodles in forum Help
    Replies: 2
    Last Post: 12-15-2011, 06:02 AM
  5. Firemaking with fire disappearance and colored fires
    By tru3 ki11a in forum Tutorials
    Replies: 21
    Last Post: 02-04-2009, 07:46 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
  •