PtokaX forum

Archive => Grimoire => AllInOne Scripts => Archived 5.1 boards => Grimoire - Bugs => Topic started by: Rincewind on 05 November, 2006, 21:13:48

Title: Fixes for PX 3.5.2
Post by: Rincewind on 05 November, 2006, 21:13:48
In the downloads (http://www.darknexus.co.uk/scripts/download.php) section of my site (http://www.darknexus.co.uk) are fixes to Grimoire v3.2.0 (http://www.darknexus.co.uk/scripts/download.php?view.158), DarkClerk v1.2.0 (http://www.darknexus.co.uk/scripts/download.php?view.159) and Octavo v1.1.1 (http://www.darknexus.co.uk/scripts/download.php?view.160).

This is an "upgrade" which must be installed over the top of an existing installation and will allow the hubsoft to be upgraded to 3.5.2 and still use one of my scripts  :D
Title: Re: Fixes for PX 3.5.2
Post by: 6Marilyn6Manson6 on 06 November, 2006, 07:52:57
I have problem with Rincewind's DarkClerk v1.2.1 Lua 5.1 Edition's link. Can you fixed it? Thanks
Title: Re: Fixes for PX 3.5.2
Post by: Rincewind on 06 November, 2006, 10:17:58
Link is now fixed. Thanks for the alert
Title: Re: Fixes for PX 3.5.2
Post by: 6Marilyn6Manson6 on 06 November, 2006, 10:37:45
Quote from: Rincewind on 06 November, 2006, 10:17:58
Link is now fixed. Thanks for the alert

NP :D
Title: Re: Fixes for PX 3.5.2
Post by: ollobollo on 28 November, 2006, 17:54:50
if there is a chance to to get help for an error?
i want to change my hub allin1 scipt, so i try darkclerk and now i have the following error in main chat:

?:0: attempt to concatenate field 'Email' (a nil value)

whats the meaning of this?
ptokax 0.3.5.2 and darkclerk 1.3.0 ,no other script

and btw, one question: is it possible and how can ich change the rightklick menu in german or any ather language? i dont find anything in the package.
Title: Re: Fixes for PX 3.5.2
Post by: Rincewind on 28 November, 2006, 18:38:49
DarkClerk v1.3.0 does include the ability to change the right click language. You can do this via the GUI; the frame is available via the globe icon.

Do you know what was being done when the Email error showed up? (to set your mind at rest slightly, the error will only show to Operators)

I've taken a look through the code and the only places I use a variable called Email is in the reging of Bots and as a switch. SO could you have a look in Settings.ini and see if all the bots have an Email set up; e.g.

tMain = {
Name = "•Grimoire•",
Desc = "[BookOfMagic]",
Email = frmHub:GetHubBotEmail(),
IsReg = 1,
},

and also have a look under tSwitches and see if there is an entry there for Email.
Title: Re: Fixes for PX 3.5.2
Post by: Thor on 28 November, 2006, 19:06:00
Email   = (frmHub:GetHubBotEmail() or ""),
wouldn't be better? If an owner want to avoid himself from spam, he don't set it up...
Title: Re: Fixes for PX 3.5.2
Post by: ollobollo on 28 November, 2006, 19:47:01
Great, it works perfect....sofar...ha haha.


thx for help, if i find some more things about your script, i'll find you here, right?
Title: Re: Fixes for PX 3.5.2
Post by: Rincewind on 28 November, 2006, 20:47:59
You can set the bot emails to use the hub bot email (which if blank will be set by DarkClerk on start up). But I also allow the users to define each bots email individually if they should wish to do so.

Pleased you got sorted ollo'. Yes I can be reached here if there are prolems or suggestions. I'd recommend you start a new thread for each problem/suggestion to make sure they all get dealt with and don;t get overlooked.