Jump to content
  • 0

Critical Error With Quest


Question

Posted

Hi , i've install a Nobless master script (C4 SERVER) , but when i talk to the Npc, and press Make noble, my client crash and apears this:

Critical error:
http://pastebin.com/dqqyhw1k

I think that its because an error on HTML .
Now the htm of the NPC (id: 66666)
http://pastebin.com/v4sipNak

__init__.py of the script :
http://pastebin.com/vw4CRsua

1.htm:
http://pastebin.com/uLcJev4T
Error1.htm:
http://pastebin.com/nkkgDMu1
Error2.htm:
http://pastebin.com/czL30mpH
End.htm:
http://pastebin.com/aFTu6AM0

i put it on : data/scripts/quest/8204_NpcNoblesse, and i add on scripts.cfg like: 
quests/8204_NpcNoblesse/__init__.py

Thanks!!

7 answers to this question

Recommended Posts

  • 0
Posted
  On 9/5/2015 at 11:24 PM, torsello said:

<a button value="Make Nobles" action="bypass -h npc_%objectId%_Quest 8204_NpcNoblesse" width=74 height=21 back="sek.cbui36" fore="sek.cbui75"> </a>

 

Action like this?

try it if it crash make it 

 

<button.... <a action   </a>  ">

  • 0
Posted
  On 9/5/2015 at 11:15 PM, ton3 said:

 

1.htm check line 22

<br><br><br><tr> I believe u must remove this code <tr>

i think 66666 html miss <a   </a> on action

  • 0
Posted

<a button value="Make Nobles" action="bypass -h npc_%objectId%_Quest 8204_NpcNoblesse" width=74 height=21 back="sek.cbui36" fore="sek.cbui75"> </a>

 

Action like this?

Guest
This topic is now closed to further replies.


×
×
  • Create New...