View Single Post
  #1  
Old 05-23-2019, 11:36 AM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,333
Default BST Tiger Pet Fix

Finally got the BST a real tiger pet, instead of that ridiculous, inanimate stuffed animal. Had to make a little adjustment in pet.cpp and throw in a global spawn script to help, because it was still spawning the regular (63) tiger race. The size increase was my own preference. (I hate poodles), lol
Code:
case VAHSHIR:
			npc_type->race = TIGER;
			npc_type->size *= 3.0f;
			npc_type->texture = 4;
			npc_type->gender = 2;
			break;
This was for the BLpet09. (Spirit of Sharik spell). New tiger (on right) is race 439 with texture of 4.

__________________
Hanging out at Antonica.World
Reply With Quote