Giter Site home page Giter Site logo

Comments (13)

JasperAppec avatar JasperAppec commented on July 28, 2024

I could fix it for you sometime soon, but rolling out a full update is going to take me more time that I don't really have. Would that be okay?

from sai-editor.

Rushor avatar Rushor commented on July 28, 2024

yeah sure :)

from sai-editor.

JasperAppec avatar JasperAppec commented on July 28, 2024

I just tried this and the event parameters aren't copied over when using the "Link to" button. Are you sure it wasn't a human error?

from sai-editor.

Rushor avatar Rushor commented on July 28, 2024

hm no, maybe i used an outdated version - i will update to the newest one and test it again

from sai-editor.

JasperAppec avatar JasperAppec commented on July 28, 2024

Alright let me know!

from sai-editor.

Rushor avatar Rushor commented on July 28, 2024

okay i cloned the newest version (branch master) and it's the same issue, i will make a video

from sai-editor.

Rushor avatar Rushor commented on July 28, 2024

and the video: https://youtu.be/c8dhw13Rwws

thanks for reviewing it :)

from sai-editor.

JasperAppec avatar JasperAppec commented on July 28, 2024

Weird, I can't reproduce it myself. Even with LinkFrom. Can you try it without using a world database?

from sai-editor.

Rushor avatar Rushor commented on July 28, 2024

yep without database connection it works fine :o

-- <Could not generate name> SAI
SET @ENTRY := 19;
-- No changes to the AIName were made because there is no world database connection.
DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=0;
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,0,0,1,1,0,100,0,2000,2000,2000,2000,11,@ENTRY*100+08,0,0,0,0,0,1,0,0,0,0,0,0,0,"Npc - Event - Action (phase) (dungeon difficulty)"),
(@ENTRY,0,1,0,61,0,100,0,0,0,0,0,11,7,0,0,0,0,0,1,0,0,0,0,0,0,0,"Npc - Event - Action (phase) (dungeon difficulty)");

from sai-editor.

JasperAppec avatar JasperAppec commented on July 28, 2024

Ah I see. I don't have a world database to test it with atm, so it'll be trial and error. I'll give it a shot later.

from sai-editor.

JasperAppec avatar JasperAppec commented on July 28, 2024

@Rushor let me know if it works with recent commit. Still don't have a local database for TC myself and I'm clueless as to why it works without a database connection.

I now remember why commenting code is good practice... 😞

from sai-editor.

Rushor avatar Rushor commented on July 28, 2024

@Discover- yes that fix works fine. thank you! <3

from sai-editor.

JasperAppec avatar JasperAppec commented on July 28, 2024

Great to hear! Thanks for testing, no problem. 😄

from sai-editor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.