@
[Only registered and activated users can see links. Click Here To Register...] what server files are you working with?
Edit: OK I just checked 9.5 files and the blue pixie is not even in the summon resource tables wich also removes its card link from taming and I can't even tame them much less form them.
I had no issues with staging a unique pet and it having the normal amount of dura.
But if you somehow have tamed blue pixies I can assume you are inserting pets and if you are inserting staged pets they will always have 0 dura inserted unless you add a little .lua code to your script functions .lua and insert staged pets with a special command...
.lua code addition...
Code:
function insert_staged_pet(summon_code,enhance,card_id)
if enhance > 0 and enhance < 6 then
insert_summon_by_summon_id(summon_code)
local petcard_array = get_item_handle_list(card_id)
local new_pet = table.getn(petcard_array)
set_item_enhance(petcard_array[new_pet],enhance)
else
message("Error. Use an enhance-value between 1 and 5!")
end
end
Insert staged pet command...
insert_staged_pet(summon_code,enhance,card_id)
but were still going to have to re add them back into the summon resource in order to be able to farm a blue pixie
Edit 2: Never mind the whole summon resource thing they switch the BP card ID on me instead of the old I have in my command sheet 540042 it is now a new ID 540006