Jump to content
  • 0

Problem With Integrated Aa Exchange In Agumenter Npc


gaidalcain

Question

So what is the problem , I want to intergrate AA exhange in Agumenter NPC but I get error : missing files when try to exchange!

Thanks !post-107476-0-35718500-1445504194_thumb.jpg

 

Error is :

My Txt is missing 

data/html/trainter/50020-11.htm

 

The files for npc is 50020 only, the npc dont have file 50020-11.htm

 

 

This is code:
<html><body>Augmenter and Skills Enchanter:<br>
Welcome! How can I help you? Go ahead, ask me anything, I'm a 3rd generation blacksmith and a proud Dwarf. You won't find a Dwarf in these parts with a fuller beard, on that I'll stake my shop! I'm also a master of my profession, if I do say so myself. So don't be shy -- ask away!<br>
<a action="bypass -h npc_%objectId%_Link common/augmentation_01.htm">Augment Item.</a><br>
<a action="bypass -h npc_%objectId%_Link common/augmentation_02.htm">Cancel item Augmentation.</a><br>
<a action="bypass -h npc_%objectId%_multisell 50020">Buy Minerals</a><br>
<br>
<a action="bypass -h npc_%objectId%_EnchantSkillList">Skill Enchantment</a><br>
<a action=40><button action="bypass -h npc_%objectId%_Chat 11" width=32 height=32 back="icon.etc_pig_adena_i00" fore="icon.etc_pig_adena_i00"></td>
<td width=220>
<table>
<tr><td>Seven Signs</td></tr>
<tr><td><font color=ae9977>Use some of the seven signs bonuses !</font></td></tr>
</body></html>
Edited by gaidalcain
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

How you want to open a file which does not exist?

 

Create the file or change the bypass. You are supposed to do the second.

Edited by SweeTs
Link to comment
Share on other sites

  • 0

How you want to open a file which does not exist?

 

Create the file or change the bypass. You are supposed to do the second.

How to change bypass , what must to be change , can help me with this ? 

Link to comment
Share on other sites

  • 0

How to change bypass , what must to be change , can help me with this ?

 

mmon/augmentation_02.htm">Cancel item Augmentation.</a><br>

 

<a action="bypass -h npc_%objectId%_multisell 50020">Buy Minerals</a><

 

Change 50020 with a new multisell...just add what you want to change...on new multisell..

Link to comment
Share on other sites

  • 0
a action=40><button action="bypass -h npc_%objectId%_mulstisell 50020" width=32 height=32 back="icon.etc_pig_adena_i00" fore="icon.etc_pig_adena_i00"></td>

<td width=220>

 

Ok I will change to be multisell 50020 but in mutlisell what must to be code to can make exchange 

 

Edit: Problem Fixed 


<td width=40><button action="bypass -h npc_%objectId%_multisell 90005" width=32 height=32 back="icon.etc_pig_adena_i00" fore="icon.etc_pig_adena_i00"></td>

<td width=220>

<table>

<tr><td>Ancient Adena Trade</td></tr>

<tr><td><font color=ae9977>Trade seal stones for Ancient Adena</font></td></tr>

 

LOCKED!

Edited by gaidalcain
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...