• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

OpenTibia Small NPC Tool v2

I'll try to figure out the escape problem, and I'll check why it's using the wrong ID.

Jo3
 
Maybe it is correct ID and only description is wrong, but I have no idea and at the moment can't test it since I have not configured houses.
 
Maybe I have to use xml values for the < and >. < would be &lt; and > would be &gt;. Can anyone test it for me?

Jo3
 
Code:
      <parameter key="message_farewell" value="Goodbye and please bring more gold next time <chuckles>. I mean, it would be nice to see you again."/>

Code:
Unescaped '<' not allowed in attributes values

How to fix it? :<


@EDIT!
Mate, if you just add subtype to containers and charges to runes it will work! Because I tracked NPC Frans, he have all runes in file, but it's not have charges, and console just show error of it. So I think if you add to tracker charges and subtype it should work!

escape the < with \, so \<chuckles\>?? :p or &lt; &gt; _/
 
escape the < with \, so \<chuckles\>?? :p or &lt; &gt; _/
He tried the backslash and it didn't work so hopefully &lt; and &gt; will.
Maybe replace it with correct signs... {keyword}
It's not a highlighted message. I believe the bank NPC in Thais says it, and it's <chuckles> not {chuckles}. My program records packets, and when an NPC message is received any highlighted word comes with the {} wrap.

Jo3
 
Ow, sorry then.

Special Characters does the thing
Code:
<parameter key="message_greet" value="Hello, &lt;chuckles&gt;."/>
-
20:59 Ghot: Hello, <chuckles>.
 
uhm a little prob

when i load the tibia 8.4 in the npc tool i got a error and the program stop working

Information:
Stopped working

Problem:
Problemhändelsens namn: CLR20r3
Problemsignatur 01: npc.exe
Problemsignatur 02: 2.1.0.0
Problemsignatur 03: 494bb48e
Problemsignatur 04: System
Problemsignatur 05: 2.0.0.0
Problemsignatur 06: 47577deb
Problemsignatur 07: 2d28
Problemsignatur 08: 7e
Problemsignatur 09: System.Net.Sockets.Socket
OS-version: 6.0.6001.2.1.0.256.1
Språkvariant-ID: 1053

anyone know the prob ?
 
Logout your character on floor level 1 where there is not any creatures, and then relog with NPC Tool. I had same problem.

Code:
EventType : clr20r3     P1 : npc.exe     P2 : 2.0.0.0     P3 : 49474d76     
P4 : system     P5 : 2.0.0.0     P6 : 4333ae87     P7 : 2c6a     P8 : 7e     
P9 : system.net.sockets.socket
Code:
EventType : clr20r3     P1 : npc.exe     P2 : 2.0.0.0     P3 : 49474d76     
P4 : tibiaapi     P5 : 2.4.0.0     P6 : 49474657     P7 : 27d     P8 : 102     
P9 : system.argumentexception
Code:
EventType : clr20r3     P1 : npc.exe     P2 : 2.0.0.0     P3 : 49474d76     
P4 : tibiaapi     P5 : 2.4.0.0     P6 : 49474657     P7 : 27c     P8 : 17     
P9 : system.nullreferenceexception
 
Logout your character on floor level 1 where there is not any creatures, and then relog with NPC Tool. I had same problem.

Code:
EventType : clr20r3     P1 : npc.exe     P2 : 2.0.0.0     P3 : 49474d76     
P4 : system     P5 : 2.0.0.0     P6 : 4333ae87     P7 : 2c6a     P8 : 7e     
P9 : system.net.sockets.socket
Code:
EventType : clr20r3     P1 : npc.exe     P2 : 2.0.0.0     P3 : 49474d76     
P4 : tibiaapi     P5 : 2.4.0.0     P6 : 49474657     P7 : 27d     P8 : 102     
P9 : system.argumentexception
Code:
EventType : clr20r3     P1 : npc.exe     P2 : 2.0.0.0     P3 : 49474d76     
P4 : tibiaapi     P5 : 2.4.0.0     P6 : 49474657     P7 : 27c     P8 : 17     
P9 : system.nullreferenceexception

ah that didnt work either ://
its when im log on the npc prog crashes :S
 
One thing suxs...

I've tracked all rl npcs, and if example Benjamin selling label,parcel then in ingame on ot its buying label,parcel etc understand ?
 
One thing suxs...

I've tracked all rl npcs, and if example Benjamin selling label,parcel then in ingame on ot its buying label,parcel etc understand ?

that is easy to fix just open the npc file and change "shop_buyable" to "shop_sellable" and the sellable should be buyable.

short version, just replace them whit each other.
but if you have all npcs i dont think you want to change that on 300+? npcs :p
 
One thing suxs...

I've tracked all rl npcs, and if example Benjamin selling label,parcel then in ingame on ot its buying label,parcel etc understand ?

Acutally you should update your Tool since I was reporting like 10+ bugs, and all is fixed. Now you need to say "hi " with space and everything is working well.
 
Back
Top