[HELP]Custom NPC -> Wedding function

Results 1 to 3 of 3
  1. #1
    Member c4354r is offline
    MemberRank
    May 2007 Join Date
    54Posts

    [HELP]Custom NPC -> Wedding function

    've tried to add the "I want to Marry" link to the one of Andremeda npc, but I get no response after clicking the second Page thats shows up (that is wedding/start.htm):


    this is the code of the npc:
    <html><body>Grand Master Andromeda:<br>
    This town...it looks different, and the stink of blood is heavy in the air.<br>
    Those like me who have courted death's embrace become sensitive to its presence in a place... You don't seem so very different from me. Or am I wrong?<br>
    <a action="bypass -h npc_%objectId%_Quest dark_elven_change_2">Listen to information about second class transfer.</a><br>
    <a action="bypass -h npc_%objectId%_Link villagemaster/SubClass.htm">Sub Class.</a><br>
    <a action="bypass -h npc_%objectId%_Quest 9000_clan">Clan.</a><br>
    <a action="bypass -h npc_%objectId%_Quest 9001_alliance">Alliance.</a><br>
    <a action="bypass -h npc_%objectId%_Quest 4000_ShadowWeapons">Use Shadow Weapon Exchange Coupon.</a><br>
    <a action="bypass -h npc_%objectId%_Link wedding/start.htm">I want to marry</a><br>
    <a action="bypass -h npc_%objectId%_Quest">Quest.</a>
    </body></html>
    in red there is the code that I added...
    suggestions on how to make this work?


  2. #2
    Account Upgraded | Title Enabled! andycris1993 is offline
    MemberRank
    Sep 2007 Join Date
    RomaniaLocation
    283Posts

    Re: [HELP]Custom NPC -> Wedding function

    You can't do it because the npc's have 2 different classes 1 is classmaster and 2 is wedding manager.You need to make a new class instance fot that npc

  3. #3
    Member c4354r is offline
    MemberRank
    May 2007 Join Date
    54Posts

    Re: [HELP]Custom NPC -> Wedding function

    Quote Originally Posted by andycris1993 View Post
    You can't do it because the npc's have 2 different classes 1 is classmaster and 2 is wedding manager.You need to make a new class instance fot that npc
    uhm so i have to change the class instance?... in which one? can u tell what i need to do?



Advertisement