| 
				 Update your snake and spiders with new skins 
 Update 10/13/2005 for add spiders
Old snake skin :
  With new expansion they are some news skins for snake and spiders : 
snk.eqg   race 468  tar.eqg race 440   
This mini tutorial explain how change that :
BE WARNING, make save before use this patch ! 
1/ client side  (everquest directory)
 
Edit in resources directory, your globalLoad.txt
 
add the BLUE lines :
 
	Code: 1,1,TFFF,GlobalFroglok_chr,Loading Froglok
1,1,TFFT,GlobalPCFroglok_chr,Loading Froglok
1,1,TFFF,frogequip,Loading Froglok
1,1,TFFT,GlobalSKE_chr2,Loading Froglok
1,1,TFFF,GlobalDRK_chr,Loading Froglok
1,1,TFFF,Global_obj,Loading Character Equipment Files
1,1,TFTF,GEquip,Loading Character Equipment Files
2,0,TFFF,GEquip8,Loading Character Equipment Files
2,0,TFFF,GEquip2,Loading Character Equipment Files
2,0,TFFF,grass,Loading Character Equipment Files
2,0,TFFF,GEquip5,Loading Character Equipment Files
2,0,TFFF,GEquip4,Loading Character Equipment Files
2,0,TFFF,GEquip3,Loading Character Equipment Files
2,0,TFFF,loyequip,Loading Character Equipment Files
2,0,TFFF,ldonequip,Loading Character Equipment Files
2,0,TFFF,gatesequip,Loading Character Equipment Files
2,0,TFFF,omensequip.eqg,Loading Character Equipment Files
2,0,TFFF,donequip.eqg,Loading Character Equipment Files
2,0,TFFF,dodequip.eqg,Loading DoD Character Equipment Files
3,0,TFFF,gbn.eqg,Loading Characters
3,0,TFFF,wwf.eqg,Loading Characters
3,0,TFFF,kbd.eqg,Loading Characters
3,0,TFFF,fng.eqg,Loading Characters
3,0,TFFF,ork.eqg,Loading Characters
3,0,TFFF,ggy.eqg,Loading Characters
3,0,TFFF,eve.eqg,Loading Characters
3,0,TFFF,mnr.eqg,Loading Characters
3,0,TFFF,zmf.eqg,Loading Characters
3,0,TFFF,zmm.eqg,Loading Characters
3,0,TFFF,fry.eqg,Loading Characters
3,0,TFFF,cwr.eqg,Loading Characters
3,0,TFFF,bas.eqg,Loading Characters
3,0,TFFF,rap_chr,Loading Characters
3,0,TFFF,snk.eqg,Loading Characters
3,0,TFFF,tar.eqg,Loading Characters
3,0,TFFF,skt_chr,Loading Character Equipment Files
3,0,TFFF,Global6_chr2,Loading Character Equipment Files
3,0,TFFF,Global6_chr,Loading Character Equipment Files
3,0,TFFF,Global4_chr,Loading Characters
3,1,TFFF,Global_chr,Loading Characters
4,0,TFFF,Global2_chr,Loading Global Items and Equipment
4,0,TFFF,Global3_chr,Loading Global Items and Equipment And save IT !!
 
2/ server side (Database update) with mysql prompt
 
	Code: UPDATE npc_types SET race=468 , size=size+6 WHERE race=37;
UPDATE npc_types SET race=440, size=size*2 WHERE race=38; Now all your neewbies zones (and some other) have new snake and spider skins. 
But your players need the globalLoad.txt file for see it. 
				__________________ 
				__________________________________________________  _____________________________________ 
I speak english like a spanish cow..., I speak spanish like a english pudding... 
But I try to speak good french !!! (Non au langage SMS sur forum)
http://eqfroggy.new.fr  : Froggy French Server Website.
						 Last edited by Belfedia; 10-13-2005 at 05:01 AM..
				Reason: add spiders
 |