Jump to content

DNScriptCreator


Mr def nerd

Recommended Posts

  On 10/17/2013 at 9:36 PM, Zappa said:

 

  On 10/17/2013 at 9:21 PM, Superman said:

 

  On 10/17/2013 at 9:14 PM, Dashboard said:

Well we have a very large user base to begin with, which includes 100+ pre made scripts.

We have more actions, more conditions, and now we're working on a streamlined interface (we're still working on it, but will be much faster than before).

 

2InGqfO.png

Sure yours may be way ahead. But your SSF is 25 dollars. If there are two, (I think 's will be free), do you really think people are going to spend 25 dollars on a script when there is a free one? You got some competition @Dashboard, can't wait to see how this turns out.

 

 

This is actually the fourth script factory haha

 

:o

 

How come I haven't seen the other 2?

Link to comment
Share on other sites

  On 10/18/2013 at 11:17 AM, 5uck said:

Looks great so far, can't wait to see how it performs\how user friendly it is. Keep up the good work :)

Thanks :), Sadly its not to user-friendly in it current state as everything is added to combo boxes, I am planning on creating reworking some parts of the GUI to make it even easier to set up
Link to comment
Share on other sites

  On 10/17/2013 at 9:42 PM, Superman said:

 

  On 10/17/2013 at 9:36 PM, Zappa said:

 

  On 10/17/2013 at 9:21 PM, Superman said:

 

  On 10/17/2013 at 9:14 PM, Dashboard said:

Well we have a very large user base to begin with, which includes 100+ pre made scripts.

We have more actions, more conditions, and now we're working on a streamlined interface (we're still working on it, but will be much faster than before).

 

2InGqfO.png

Sure yours may be way ahead. But your SSF is 25 dollars. If there are two, (I think 's will be free), do you really think people are going to spend 25 dollars on a script when there is a free one? You got some competition @Dashboard, can't wait to see how this turns out.

 

 

This is actually the fourth script factory haha

 

ohmy.png

 

How come I haven't seen the other 2?

 

 

QBots has one that is free beta trial right now, and GG is making one

Link to comment
Share on other sites

  On 10/21/2013 at 9:03 PM, GoldenGates said:

Way to go...wasted all my time. -.- Good job though still.

 

@Others, I don't know if I wish to continue the script, there's only one obstacle I'm currently stuck at, other than that, the script is complete, (excluding action editing and loading/saving)

 

What's the issue?

Link to comment
Share on other sites

I would like to see some sql style code implemented into this or xml formatting. This would be a good feature to implement, the user would  write a line of code for each method like this:

Method 1 -> IF PlayerHP >= 30 THEN kill nearest npc(id/name) WHILE run(AntibanMethod)

Each method will have a certain condition, a set action and a possible "while" action to do when the main action is being executed. This would require basically a small compiler that would analyse the statement and transform it to java.

 

Saying that would be pushing it a bit though, so it is possible to create a very generic class and fill in parameters of the condition, main action and have it done like that. 

Edited by Delta
Link to comment
Share on other sites

  On 10/22/2013 at 7:22 AM, Delta said:

I would like to see some sql style code implemented into this or xml formatting. This would be a good feature to implement, the user would  write a line of code for each method like this:

Method 1 -> IF PlayerHP >= 30 THEN kill nearest npc(id/name) WHILE run(AntibanMethod)

Each method will have a certain condition, a set action and a possible "while" action to do when the main action is being executed. This would require basically a small compiler that would analyse the statement and transform it to java.

 

Saying that would be pushing it a bit though, so it is possible to create a very generic class and fill in parameters of the condition, main action and have it done like that. 

 

Just one thing, don't use while loops, use conditionalsleep.

Link to comment
Share on other sites

  On 10/22/2013 at 8:06 AM, 03storic said:

 

  On 10/22/2013 at 7:22 AM, Delta said:

I would like to see some sql style code implemented into this or xml formatting. This would be a good feature to implement, the user would  write a line of code for each method like this:

Method 1 -> IF PlayerHP >= 30 THEN kill nearest npc(id/name) WHILE run(AntibanMethod)

Each method will have a certain condition, a set action and a possible "while" action to do when the main action is being executed. This would require basically a small compiler that would analyse the statement and transform it to java.

 

Saying that would be pushing it a bit though, so it is possible to create a very generic class and fill in parameters of the condition, main action and have it done like that. 

 

Just one thing, don't use while loops, use conditionalsleep.

 

 

Haha. No the "while" command is not there as a loop, its a keyword as in, run this while the main action is executed.

 

Obviously it would need refining and there are probably better words to use but i gave this as an example

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...