Jump to content
UBot Underground

Recommended Posts

  • Replies 538
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Popular Posts

Ubotplugin.com End of Business Good day Ubot community. Over the last 9 years I invested a lot of time in developing the plugins. I hope that it was of good use for all of you. Only in the last

Pash i have some clients who cannot open their compiled bots because of this:      But i didn´t knew the bots will call your server once compiled this is wrong please remove it!   Buddy i understand

V3.2.0.0 (BETA)   Please use new config file or remove old config file New Keyboard Shortcuts Shift + Control + C = Create new comment node Shift + Control + X = Comment node Shift + Control + Z

Posted Images

Hey Pash, .. 

 

 

Firstly not sure what is different in the latest version but everything is quicker/sharper .. no lag .. nothing just a pleasure to develop in again :)

 

However, .. lol, .. 

 

I seem to have lost my "Filter/Sort" header and 90% of the bottom buttons/controls in the "Debug" window :

<a href="https://gyazo.com/736c4164c99df2f050703bcfd50ffff8"><imgsrc="https://i.gyazo.com/736c4164c99df2f050703bcfd50ffff8.png" alt="https://gyazo.com/736c4164c99df2f050703bcfd50ffff8" width="200"/></a>

 

 

Ive tried multiple different settings for "Debug Window settings" in "Config file", .. Turning it to "False" does not disable anything :(

its a shame as everything else is perfect lol

 

 

Am i missing something ?

perhaps ive overlooked one of the settings in the Config file ?

 

 

Cheers

CJ

Link to post
Share on other sites

Hey Pash, .. 

 

 

Firstly not sure what is different in the latest version but everything is quicker/sharper .. no lag .. nothing just a pleasure to develop in again :)

 

However, .. lol, .. 

 

I seem to have lost my "Filter/Sort" header and 90% of the bottom buttons/controls in the "Debug" window :

<a href="https://gyazo.com/736c4164c99df2f050703bcfd50ffff8"><imgsrc="https://i.gyazo.com/736c4164c99df2f050703bcfd50ffff8.png" alt="https://gyazo.com/736c4164c99df2f050703bcfd50ffff8" width="200"/></a>

 

 

Ive tried multiple different settings for "Debug Window settings" in "Config file", .. Turning it to "False" does not disable anything :(

its a shame as everything else is perfect lol

 

 

Am i missing something ?

perhaps ive overlooked one of the settings in the Config file ?

 

 

Cheers

CJ

 

Please download new config file (Update 28-10-2016) & restart ubot after edit config file

 

Filter and Sort use this

post-5560-0-33979300-1477830537_thumb.jpg

post-5560-0-77766700-1477830543_thumb.jpg

  • Like 1
Link to post
Share on other sites

Please download new config file (Update 28-10-2016) & restart ubot after edit config file

 

Filter and Sort use this

 

 

Thanks for the quick reply Pash, 

I did do that initially, but happy to try it again just in case :)

 

.. ill come back and let you know what happens.

Link to post
Share on other sites

Please download new config file (Update 28-10-2016) & restart ubot after edit config file

 

Filter and Sort use this

 

 

No Joy :(

downloaded brand new Config file, Restarted PC, .. 

 

https://gyazo.com/122781a7016e70e5cb73546cf90aed11

Link to post
Share on other sites

you use ubot version?

it work only ubot 5.9.33.

 

 

Ahaa, .. that will be the problem, .. 

I thought i read somewhere about the version compatibility, but couldnt find it again so though i imagined it lol, 

 

Ill revert back to 33 now check it out.

 

 

 

Sorry about that Pash, I cant see the wood for the trees sometimes lol

 

Cheers

CJ

 

 

 

 

Edit : Yep that did the trick, thanks again :)

Link to post
Share on other sites

@pash

 

for latest ubot 5.9.37, can we use the BETA version?

 

i mixed up things, which version is compatible with which and vice versa..

 

currently running with ubot 5.9.37 and latest advanced ubot 2 v3.2.3.9 BETA, the option in debug window and the main menu is missing..

 

------------EDIT-------------

 

Changed back into Advanced Ubot 2 v3.2.1.4 and change in config "Main Window Fix Enable:False"

 

seems normal for now.. 

Link to post
Share on other sites

Hey mate, seems to be when I try to use the 'on close' command, like this....

 

    plugin command("Advanced Ubot 2.dll", "on closing", "Are you sure you want to close?", "Closing", "Warning", "YesNo", "ExitProgramYesClick()", "ExitProgramNOClick()", "ExitProgramNOClick()", "False", "ExitProgramDialog()", "False")

 

When I click No, it causes the program to freeze. The define, ExitProgramNOClick is just an empty define because I want the program to just continue running with no further alerts or such.

 

Frank

Link to post
Share on other sites

Hey mate, seems to be when I try to use the 'on close' command, like this....

 

    plugin command("Advanced Ubot 2.dll", "on closing", "Are you sure you want to close?", "Closing", "Warning", "YesNo", "ExitProgramYesClick()", "ExitProgramNOClick()", "ExitProgramNOClick()", "False", "ExitProgramDialog()", "False")

 

When I click No, it causes the program to freeze. The define, ExitProgramNOClick is just an empty define because I want the program to just continue running with no further alerts or such.

 

Frank

I found the problem on Ubot 5.9.37. I am looking for a solution.

Link to post
Share on other sites

V3.2.5.0
Update special command
on closing: fix not work on ubot 5.9.37

on load("Bot Loaded") {
    plugin command("Advanced Ubot 2.dll", "on closing", "Are you sure you want to close?", "Closing", "Warning", "YesNo", "ExitProgramYesClick()", "ExitProgramNOClick()", "ExitProgramNOClick()", "True", "ExitProgramDialog()", "True")
}
define ExitProgramYesClick {
    alert("You click \"Yes\"")
}
define ExitProgramNOClick {
    alert("You click \"No\"")
}
define ExitProgramDialog {
    alert("This \"No Dialog\"")
}
Link to post
Share on other sites

Pash, I upgraded and no change the command still freezes the bot. Actually pretty bizarre. I'm troubleshooting right now. If I pull the code from my bot into a new one, all works.

 

Frank

Link to post
Share on other sites
  • PRO locked this topic
Guest
This topic is now closed to further replies.

×
×
  • Create New...