Horse Spawning Problem

Users who are viewing this thread

artifex

Knight
Okay, title may be misleading, but there is no problem with actually spawning horses, the problem lies in the fact that the prices are mislabeled. A courser costs 2000 in the spawn menu, and in game by the horse purchase item is says they cost 1000. But they don't, they still cost 2000. Same with hunters, it is labeled to cost 1200, but in the spawn menu they cost 2200 and even though the TBFC item says it is 1200 it still costs 2200. The point is, I think you need to create two horse codes for each horse.

Example:
This would be the horse in the spawn menu
["courser_spawn","Courser", [("courser",0)], itp_merchandise|itp_type_horse, 0, 2000,abundance(70)|body_armor(12)|hit_points(110)|difficulty(2)|horse_speed(50)|horse_maneuver(44)|horse_charge(12)|horse_scale(106),imodbits_horse_basic|imodbit_champion],

This would be the horse that is spawned by the tbfc_horse_ _____ objects
["courser_objectspawn","Courser", [("courser",0)], itp_merchandise|itp_type_horse, 0, 1000,abundance(70)|body_armor(12)|hit_points(110)|difficulty(2)|horse_speed(50)|horse_maneuver(44)|horse_charge(12)|horse_scale(106),imodbits_horse_basic|imodbit_champion],

Then just go into the source and make it so that the tbfc_horse items use the "courser_objectspawn" and then the spawn menu uses the courser labeled "courser_spawn".

Does anything I said make sense Laszlo?
 
actually..there is a problem...courser (that one for 1K) does not spawn allways. I do not know in which circumstances.What I know that sometimes does not spawn for me.
 
... Novicius, that is the problem. They don't cost 1k, they cost 2k. The item only says they cost 1k, but the item they are supposed to spawn (the courser) is coded to cost 2k. So regardless of how much it says its worth, you need 2k to buy a courser even though it says 1k.
 
IMO there should be no spawning with horse + it was implemented only because prop spawning was bugged before warband 1.13x.
Additionally, horse props weren't touched since long time (at last since PWMOD_v1), and that's the reason why it shows different price than it really cost.
 
artifex said:
... Novicius, that is the problem. They don't cost 1k, they cost 2k. The item only says they cost 1k, but the item they are supposed to spawn (the courser) is coded to cost 2k. So regardless of how much it says its worth, you need 2k to buy a courser even though it says 1k.

silly me :mrgreen: :oops:
EDIT: acctually while we talk about horses: can we remove or fix invisible ones...
 
Back
Top Bottom