• 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 NPC XML File Creator - Updated 29/6/2008 Version 2.0 - Full Parameter Support!

Delirium

OTLand veteran
Staff member
Global Moderator
Joined
May 28, 2007
Messages
3,365
Solutions
1
Reaction score
289
Location
Athens, Greece
NPC XML File Creator - Updated 29/6/2008 Version 2.1 - Full Parameter Support!

Hello.I was bored before two days so I decided to post here the program I made for otland ONLY.


Description:
With this program instead of coding the whole XML crap out,you can use this and just write your decided settings and the XML file is automatically written.It also supports a save function.

Version 1.0 Features:
  • Saves File
  • Ability to choose addons and outfits
  • Ability to choose name and name of the NPC's script
  • Clear text function
  • Ability to choose if the NPC will auto walk or change flor

Version 2.0 Features:
  • Full Parameter support with customizable text
  • Improved look
  • Installer
  • Fixed XML Syntax errors
  • File saving will not terminate the program anymore when you choose "no" on the message box asking if you want to create the NPC's folder.
  • Fixed some NPC attributes bug

Version 2.1 Features:
  • Fixed an issue with NPC's attributes and outfit looks where you couldn't add them again if you cleared the text
  • Fixed an issue with parameters not being added when you clear the text
  • Installer suspended for a bit till connectivity issue fixing
  • Fixed an issue with the script getting the NPC's name instead of the one specified in the text box

Todo:
  • Tibia Client Style Look selection (Progress 0%) - For Version 3.0

If you find any bug/error please inform me and I'll fix it ASAP.
Note: This program is NOT to be released on other forums.

Also I am recruiting for a person to make an Icon for this program.If you want to do so,please PM me.


Download:


Installer:
Suspended,check Version 2.1 for more info

Program Without Installer:
View attachment NPC XML Creator - Files.rar


Screenie:
program1.JPG


I am also making another program for otland.Check this thread:
http://otland.net/showthread.php?t=7812

Ignore the screenshot,it's old.
 
Last edited:
I got something cool you should make..
If you choose by yourself what colour and things the npc should have..
Then this editor will be perfect!

nikolasdg9.png
 
I got something cool you should make..
If you choose by yourself what colour and things the npc should have..
Then this editor will be perfect!

nikolasdg9.png



YES! I will love you if you do that one, Nikolas!
 
Neat Idea Sizaro,however I'd like someone to tell me the number of each color since I got no idea about that.Anyway,yeah I'll add it on my todo list
 
The numbers starts from upper left corner and the first one is 0, then they go from left to the right (by lines).
 
It goes like that

{0 ,1 ,2 , 3, 4, 5, 6,}
{7, 8, 9, 10, 11, 12,}
{and, so, on}

Now..? Got that?

@Here:
 
Last edited:
- Program fully updated.Full parameter support now and installer! -
 
Very Nice ! I like that new update very much.
But add travel system in TODO list.

Code:
<parameter key="module_travel" value="1" />
Code:
<parameter key="travel_destinations" value="TRAVEL NAME,X,Y,Z,GOLD" />

exemple
Code:
<parameter key="module_travel" value="1" />
<parameter key="travel_destinations" value="ab'dendriel,32734,31669,6,90" />
 
I got one more thing you should add in the TODO List.

make like NPC Look Type Generator pogram that you can use a copy outfit funktion in game


Outfit
Make a tool that copy outfit id of an npc or a player that is on your screen.
The player that using this pogram should choose what npc / player he want to copy.
 
I did some bug testing and this is what I've come up with so far.

Bugs V2.0

  1. If you add attributes, clear text, then try to add the attributes again, it won't let you.
  2. Same with outfit.
  3. You can't add parameters if you've clear the text.
  4. The .lua file gets the NPC name instead of the script name.

If I find more I'll post them. Most bugs are just problems with clearing the text. Also, it would be nice to edit the attributes/outfit/parameters.

Jo3
 
I did some bug testing and this is what I've come up with so far.

Bugs V2.0

  1. If you add attributes, clear text, then try to add the attributes again, it won't let you.
  2. Same with outfit.
  3. You can't add parameters if you've clear the text.
  4. The .lua file gets the NPC name instead of the script name.

If I find more I'll post them. Most bugs are just problems with clearing the text. Also, it would be nice to edit the attributes/outfit/parameters.

Jo3

Fixed everything except the last one.What the heck do you mean?
 
Back
Top