mogrande Posted July 22, 2011 Posted July 22, 2011 o New Conditions Editor. (Alpha) o New 'Script Inheritance' which allows you to easily copy behaviors from any other script in the DB to the current one. o Fixed a random bug which prevented the creation of timed events. o Added tooltips for most fields / buttons. o Optimization on the login code, It is now faster to startup event horizon. o Login details can now be saved. o Better handling for GUID script editing. ( e.g. creature names will not show up etc.. ) o Correct web browser class for MacOSX. o + Other minor fixes and optimization to the code. And please, make an offline mode! Quote
lolkoper Posted August 6, 2011 Posted August 6, 2011 from the looks of it, it's... pretty awesome! I have one tiny problem though... I am unable to connect to the database >.> I get the following error: Communications link failure Last packed sent to the server was 0 ms ago. so uh.. help? I'm pretty sure I entered the correct info... and indeed, please, make an offline mode! Quote
Time Posted August 9, 2011 Posted August 9, 2011 from the looks of it, it's... pretty awesome! I have one tiny problem though... I am unable to connect to the database >.> I get the following error: Communications link failure Last packed sent to the server was 0 ms ago. so uh.. help? I'm pretty sure I entered the correct info... and indeed, please, make an offline mode! Are you behind a firewall? e.g. at work or school? -- I would love an offline mode (or, support for HTTP tunneler scripts, which is the only way that I can connect to SQL databases at school, where I spend the majority of my time). Quote
Acheron Posted August 30, 2011 Posted August 30, 2011 Hey Guys it does not look like this tool is being support at all now? Anyway Look www.github.com/Singlem have a SAI generator there, please all bugs or suggestions please comment I'm not online here a lot anymore Quote
Pyro Posted September 2, 2011 Author Posted September 2, 2011 Still supported. Its just that I'm out of ideas and I don't get many bug reports so I assume it is stable enough. Quote
h2.havok Posted September 23, 2011 Posted September 23, 2011 Great program. Been using it for a couple weeks now. Just playing around making NPC henchmen, lol. I have yet to notice any bugs. Quote
rysliv Posted September 25, 2011 Posted September 25, 2011 Please make an offline mode! just run a db on your comp locally. Quote
Pyro Posted October 9, 2011 Author Posted October 9, 2011 Update ( 120 ) 1.2 o Added tabbed panels. Update ( 110 ) 1.1 o Added missing action: 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 creatures or game-objects by name. Enjoy : ] Quote
Subv Posted November 26, 2011 Posted November 26, 2011 Pyro, great job with the editor, but i wanted to fill a bug report, in the creature text editor (and i guess in some other places), if you write something with a ' on it, it wont save, you must manually escape it with \', it would be nice to have that fixed, other than that GOOD JOB Quote
granthill Posted December 21, 2011 Posted December 21, 2011 A good intention can provide another download address, the web page I visit can't! Quote
Mikibey Posted January 16, 2012 Posted January 16, 2012 I have a question.How can i make a creature cast a spell on another creature?Please tell me if its possible using sai,or this soft. Here is my code. -- Generated by Event Horizon - SAI Editor (http://devsource-eventhorizon.tk/) -- Slate Dragon SET @ENTRY := 44652; SET @SOURCETYPE := 0; DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=@SOURCETYPE; UPDATE creature_template SET AIName="SmartAI" WHERE entry=@ENTRY LIMIT 1; INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES (@ENTRY,@SOURCETYPE,1,2,62,0,100,1,44652,0,0,0,2,16,0,0,0,0,0,1,0,0,0,0.0,0.0,0.0,0.0,"State Dragon - Gossip Button Faction Change"), (@ENTRY,@SOURCETYPE,2,0,61,0,100,0,0,0,0,0,11,83432,0,0,0,0,0,1,0,0,0,0.0,0.0,0.0,0.0,"State Dragon - CastSelf - Binded Will"), (@ENTRY,@SOURCETYPE,3,0,12,0,100,0,0,90,0,0,11,83603,4,0,0,0,0,10,6519620,44600,0,0.0,0.0,0.0,0.0,"Halfus Stone Touch - In Combat Cast Spell on boss at 90%"); Quote
Pyro Posted January 9, 2013 Author Posted January 9, 2013 A good intention can provide another download address, the web page I visit can't! My website is closed, I've decided to open a facebook page instead.You can still download Event Horizon over at Mediafire. Enjoy. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.