Jump to content
  • 0

Summon Mammon for Giran


Question

Posted

Hi everyone, I have a problem with my L2Off
I would like to leave a mammon npc in giran, but when I sumono it to rotate and I will talk to him, immediately it some

6 answers to this question

Recommended Posts

  • 0
Posted
  On 1/14/2018 at 7:36 PM, dark42 said:

when I put the mammon in spin and I'll talk to it then it disappears

Expand  


Hehe, I find it very amusing :)

First off, tell us about your files, who's and what's , version etc. - I think you got either:

a) Buggy npcdata.txt - ai=[ ]
b) ai.obj is buggy

did you summon the mammon via npcpos.txt ?

  • 0
Posted

mammon_m

class 1 mammon_m : merchant
{
handler:
  EventHandler TALKED( talker )
  {
    myself::ShowPage( talker, "merchant_of_mammon001.htm" );
    return;
  }
}

 

mammon_b

class 1 mammon_b : merchant
{
handler:
  EventHandler TALKED( talker )
  {
    myself::ShowPage( talker, "blacksmith_of_mammon001.htm" );
    return;
  }
}

 

npcdata.txt

npc_begin	citizen	35720	[mammon_m]	level=70	acquire_exp_rate=0.0	acquire_sp=0	unsowing=1	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_dwarves;@s_full_magic_defence}	npc_ai={[mammon_m];{[fnHi]=[merchant_of_mammon001.htm]};{[MoveAroundSocial]=0};{[MoveAroundSocial1]=203};{[MoveAroundSocial2]=203}}	category={}	race=dwarf	sex=male	undying=1	can_be_attacked=0	corpse_time=7	no_sleep_mode=0	agro_range=0	ground_high={120;0;0}	ground_low={50;0;0}	exp=429634524	org_hp=2444.46819	org_hp_regen=7.5	org_mp=1345.8	org_mp_regen=2.7	collision_radius={22;22}	collision_height={18;18}	str=40	int=21	dex=30	wit=20	con=43	men=20	base_attack_type=fist	base_attack_range=40	base_damage_range={0;0;80;120}	base_rand_dam=30	base_physical_attack=688.86373	base_critical=4	physical_hit_modify=5	base_attack_speed=253	base_reuse_delay=0	base_magic_attack=470.40463	base_defend=295.91597	base_magic_defend=216.53847	physical_avoid_modify=0	soulshot_count=0	spiritshot_count=0	hit_time_factor=0.6	item_make_list={}	corpse_make_list={}	additional_make_list={}	additional_make_multi_list={}	hp_increase=0	mp_increase=0	safe_height=100	npc_end
npc_begin	citizen	35721	[mammon_b]	level=70	acquire_exp_rate=0.0	acquire_sp=0	unsowing=1	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_dwarves;@s_full_magic_defence}	npc_ai={[mammon_b];{[fnHi]=[blacksmith_of_mammon001.htm]};{[MoveAroundSocial]=0};{[MoveAroundSocial1]=85};{[MoveAroundSocial2]=140}}	category={}	race=dwarf	sex=male	undying=1	can_be_attacked=0	corpse_time=7	no_sleep_mode=0	agro_range=0	ground_high={120;0;0}	ground_low={50;0;0}	exp=429634524	org_hp=2444.46819	org_hp_regen=7.5	org_mp=1345.8	org_mp_regen=2.7	collision_radius={8;8}	collision_height={16.5;16.5}	str=40	int=21	dex=30	wit=20	con=43	men=20	base_attack_type=fist	base_attack_range=40	base_damage_range={0;0;80;120}	base_rand_dam=30	base_physical_attack=688.86373	base_critical=4	physical_hit_modify=5	base_attack_speed=253	base_reuse_delay=0	base_magic_attack=470.40463	base_defend=295.91597	base_magic_defend=216.53847	physical_avoid_modify=0	soulshot_count=0	spiritshot_count=0	hit_time_factor=0.6	item_make_list={}	corpse_make_list={}	additional_make_list={}	additional_make_multi_list={}	hp_increase=0	mp_increase=0	safe_height=100	npc_end

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...