- Joined
- Oct 29, 2004
- Messages
- 266
- Reaction score
- 0
Hi all
I have rabbit as pet in C4 PTS. It was working for few month, now not I dont understand why. it was some error wave when all pets stop working.. striders/etc was replaced by new one..but this still not work to summon by npc or by item:
- console tell me no npclassid 1000002
any help please?
I have rabbit as pet in C4 PTS. It was working for few month, now not I dont understand why. it was some error wave when all pets stop working.. striders/etc was replaced by new one..but this still not work to summon by npc or by item:
- console tell me no npclassid 1000002
Code:
npc_begin warrior 2 [rabbit] level=1 acquire_exp_rate=2939 acquire_sp=200 unsowing=0 clan={} ignore_clan_list={} clan_help_range=300 slot_chest=[] slot_rhand=[] slot_lhand=[] shield_defense_rate=0 shield_defense=0 skill_list={@s_race_animal} npc_ai={[rabbit];
Code:
rabbit] = 1000002
Code:
pet_stat_begin
npc_name=[rabbit]
stat_begin
....
stat_end
pet_stat_end
Code:
class 1 wyvern_maker : citizen
handler 32 33 // MENU_SELECTED
variable_begin
"talker"
"ask"
"reply"
"myself"
"_choiceN"
"_code"
"_from_choice"
variable_end
push_event // ask
push_const 160
add
fetch_i4
push_const 2
negate
equal
branch_false L1
L2
push_event // reply
push_const 164
add
fetch_i4
push_reg_sp
fetch_i
push_const 0
equal
branch_false L1
L3
push_event // myself
push_const 704
add
fetch_i
push_event // talker
push_const 40
add
fetch_i
push_const 6673
//push_const 1012621
push_const 1000002
push_const 70
func_call 184811786 // func[CreatePet]
shift_sp -4
shift_sp -1
L1
call_super
handler_end
class_end
any help please?