Does hte job, clean and nice. Although, you could work through the dialog a little, and improve the coding of it. (It does the job, but could be remade to look more professional etc).
I am going to update it, as it needs some proper updates, but I have no time at this point, working on my away system, huge propject of nearly 2.4k lines at this point, when im done with it, and my exams are cooling down, ill make this very, very good.
I didnt test the scripts functionality, which is how it did when u went away, when someone msg'ed u while away etc, etc. I just tested the few basics, and got up with all thoose errors.
I did nt test the scripts functionality, which is how it did when someone joined, how it was greeting etc etc. I just tested the few basics, and got up with all thoose errors.
First off, done use space in ur files... U cant load em like that.
Once again, after following the readme exactly as it said:
* /hload: unable to open 'C:\Regularmirc\XC\XCeptAwa' (line 10, XCeptAwayv1.ini)
when choosing themes (which didnt work for me), it keps echoing "Theme 1 activated" etc, each time u press it. Yet again, u need to work on your dialog functions.
You can press clear the list several times, even without having anyone on the list.
Pressing clear reason list, gives me:
* /hfree: no such table 'XCeptAwayR' (line 128, XCeptAwayv1.ini)
and if I press edit, default away or delete reason, nothing happends. Which is prolly correct, but yet again, dialog work...
Pressing add a reason, clicking cancel, keeps popping up.
after a while it closes, and:
* /hsave: no such table 'XCeptAwayR' (line 102, XCeptAwayv1.ini)
Maybe a check so you cant have multiple entires in the list?
And, maybe u should try to disable so u cant add names such as [€£$/)" as they contain illegal characters etc..
Sorry, I did not find this a good away system at all, and the dialog looks horrible ;/.
You got alot of work to do until this becomes a good script, sorry.
First thing I got when I loaded it:
* /write: unable to open 'C:\Regularmirc\XCeptAgreet\AG.txt' (line 3, xceptagreet.ini)
-
I had extracted all files to the mIRC folder, i shouldnt have hapend.
Secondly, were u drunk while making the readme XD?
If u add a greet, input nothing and just press "ok", it just keeps popping up. I would have used another way to do it..
Nah, there are alot of errors in your code, when you press clean, and you havent used the script before, you get an hashtable error. You should try resolving such stuff.
* /hadd: no such table 'NAG' (line 132, xceptagreet.ini)
* /hfree: no such table 'NAG' (line 151, xceptagreet.ini)
* /hfree: no such table 'AG' (line 91, xceptagreet.ini)
Also, utilize $scriptdir instead of making a specefied folder..
And, make the script write the filed needed when loaded, into $scriptdir instead for us to move them etc.
Try using "did -b/e $dname id"
to disable and enable stuff. If the list is empty, it'll disable delete, clear etc...
I made it for a mate quick, so i thought i might aswell release it here.
But as we have a rule against mass flood scripts, i added a 10 second delay, which will prevent the script from being flooded ;)
If there is anyone who is really using this script daily, id like to get a review from that person. Just to tell me how he feels, what needs to be improved etc.
So I know what to do before I release the new version.
Also, a tip for the aliases:
instead of
Code
use
Code
Just to avoid any errors ;p.
I didnt test it indeeph really, just generally.