Event Horizon - A Smart-AI Editor

[SIZE=24px]Event Horizon 1.x (120) - SAI Editor [/SIZE]

Event Horizon is a tool for scripting creatures through smartAI.

[SIZE=14px]Download[/SIZE]: http://www.mediafire.com/?nbhxmlla0a5gi5q

[SIZE=14px]VirusScan[/SIZE]: http://virusscan.jot…b1d4a03fc419c3d

Remember to Install the latest Java RE ( http://www.java.com/ )

[SIZE=18px]Some Features[/SIZE]

[ul]
[li]Script Creatures or Gameobjects using SmartAI without the knowledge or use of SQL or any other languages or DBMS’s (e.g phpmyadmin,heidiSQL).[/li]

[li]Built in tools and references removes the need to manually calculate bitmasks or lookup smartAI functions or parameter names and id’s.[/li]

[li]Running on the java virtual machine gives Event Horizon amazing portability and it can work on almost any operating systems![/li]

[li]SQL generation makes it possible to export and distribute or to archive and backup your work.[/li]

[li]Fully compatible with any core which supports smartAI. However it was specifically written for Trinitycore and Project Skyfire.[/li]

[li]Can connect to local or remote databases.[/li]
[/ul]

[SIZE=18px]Screens: [/SIZE]

http://i46.servimg.com/u/f46/12/56/08/34/eventh10.jpg

This is bloody brilliant.

Do you have a repository where we can help you by posting bugs/suggestions? The DeviantSource link complains about me using IE 6, even though I tried with Firefox 4 and Chrome 12. That was insulting http://cache.trinitycore.org/f/public/style_emoticons/default/cool.gif

Yeah, the same goes for Opera 11.50 XD

/emoticons/default_laugh.png free hosting sucks. I’ll upgrade once I get credit.

Don’t worry, The bug tracker will be up soon.

There are plenty of excellent free repo sites, like Google Code and Assembla. If you want to keep your repo private, and assuming you’re the only one working on your program, Google Code can be used as a powerful and simple Download center/Bug tracker/Wiki, similar to how Git Extensions uses it. You could literally carry your whole site over there if you like. Up to you.

P.S. This might come in handy: Comparison of source-code-hosting facilities - Wikipedia

WOAH! This is just amazing!!

Good Job Pyro.

Looking good but I’m gonna give you a few suggestions:

  1. Creature text modify tab

Change layout to

TYPE LANGUAGE PROBABILITY EMOTE DURATION SOUND

Adding dropdown boxes to either or all of TYPE, LANGUAGE, EMOTE would be a plus.

The “Save New” button should be “Add Changes”

More to come /emoticons/default_smile.png

[/CODE]

Thanks.

I will add your suggestions in the next update. /emoticons/default_biggrin.png

Event Horizon 0.7b - (Update 2) is now available.

  • Urgent fix to remove an annoying error message along with a few other cosmetic change.

This topic deserves a pin! /emoticons/default_wink.png

Updated to 0.8b. Enjoy.

Very nice work!

A few things:

[ul][li]Allow the program to recall the original login info for quick access. And perhaps further down the road - allow the user to save different login sessions to connect to multiple DBs just by selecting them from a drop-down menu.[/li][li]This is minor, but users are used to hitting TAB to get to the next text box in order to continue filling in login info. We type in the username, then hit TAB, then type in the password. Done. Event Horizon requires two taps of the TAB key because it first selects the “Connect” button. Also, hitting the ENTER key doesn’t connect us. Minor, but noteworthy.[/li][li]I noticed that you made an awesome Tutorial on your website. This should definitely go in the program somewhere, like in the Help menu.[/li][li]The Step 1, Step 2 areas are very user-friendly and keep it simple. Thumbs up.[/li][li]The Trinity Devs are good enough to make well-documented smart_scripts, which enables us to find a creature’s script that is similar to what we want the creature to do. Let us copy an existing script into a new entry so we can tweak it and cut our development time by a large margin. At the moment, I’m still using my DB management tool to duplicate the scripts because Event Horizon would force me to write it all out manually.[/li][/ul]

Excellent suggestions! I’ll be sure to implement them in the next update. Thanks.

can someone explane me for what is this and how it works, couse i’m newbee and dont know all the stuff but im learning, thanks

It’s a SmartAI editor.

Brilliant!

Simply amazing. Keep up this awesome job and let nothing stop you in pushing out new updates and patches for this fantastic program!!!

nice program… some more explanation/tutorial please specially on links

thanks…

Good program.

Could you add connection with SSH key?

Thanks. /emoticons/default_biggrin.png

There are a few tutorials on the homepage.

When using params for X, Y, Z and O information, please replace the use of 0.0 with a simple 0. Spares time. /emoticons/default_smile.png