Event Horizon - A Smart-AI Editor

I noticed earlier that if I fail my login the error message misprints the IP I’m attempting to connect to… It shows 192.168.1.102. Correct IP is 112.

When I don’t mess up my password it properly connects to the .112 SQL server. “bug” is only in the error display message.

v1.x (110)

 

o Added action: (94,95,96,97) Add/Remove/Set Dynamic Flag and Jump to Pos.

o New login window with support for multiple saved session.

o You can now search for / load a creatures or game-objects by name.

 

To the OP, you think we could ever see this feature in a future release? (circled in red)

 

Yep. Its already done. I’ll have it up later today

Thank you so much for this! It has made converting custom ai_scripts so much easier.

One inquiry: Would it be possible to have the port be saved as well, when setting up a connection? I noticed any custom sql port does not seem to be saved and reverts to 3306.

yes…the same here…pls save the port and maybe the password too

but exordenary excellent work…thank you so much!

Can u add option to disable "SET @SOURCETYPE := " in export ?

One bug found.

When you mass export gameobject script line


UPDATE gameobject_template SET AIName="SmartObjectAI" WHERE entry=@ENTRY LIMIT 1;

Where it should be


UPDATE gameobject_template SET AIName="SmartGameObjectAI" WHERE entry=@ENTRY LIMIT 1;

Also that line is missing all of ```````` marks for nice regular expressions code.

Just a little something I noticed. Keep up the good work!

So this project is dead?

If the author could release the source code of this, then someone would be able to update it to the new SAI features we’ve implemented on TC, that would be awesome.

We’re waiting for the upgrade of this nice SAI editor .

Ive find a sourcecode of another one that can be good i think we need to test it .

https://github.com/Singlem/SmartAI_Generator/tree/master/Source

I need to get this so I can have a better understanding of smart AI /emoticons/default_sad.png(( My server is at a halt because I need to add things which can only be done through smart ai, without that, i cant continue my server project

You don’t need the editor to use the Smart AI.

Well, I never find good tutorials, to at least have a basic knowledge. And I’ve tried searching well.

Look at the old Event AI tutorial at http://archive.trinitycore.info/How-to:EventAI

The SAI is basically a new, improved version of EAI and works basically the same way.

Thx checking it out

Are you going to add new SMART_ACTIONS and SMART_EVENTS which were implemented few months ago (like send target variable, …)

Don’t expect him to be coming back anytime soon. “Last Active Oct 21 2011 03:45 AM”

Check out Truice if you want the latest implementations (someone is actively updating it atm). It has an SAI section. It may not be nearly as intuitive, but SAI isn’t that difficult to understand.

There is also TrinityEditor4, I don’t know if anyone has been playing with that, but both Truice and TE4 are light years ahead…