NXS-3 Countiued - Page 4
 

News:

29 December 2022 - PtokaX 0.5.3.0 (20th anniversary edition) released...
11 April 2017 - PtokaX 0.5.2.2 released...
8 April 2015 Anti child and anti pedo pr0n scripts are not allowed anymore on this board!
28 September 2015 - PtokaX 0.5.2.1 for Windows 10 IoT released...
3 September 2015 - PtokaX 0.5.2.1 released...
16 August 2015 - PtokaX 0.5.2.0 released...
1 August 2015 - Crowdfunding for ADC protocol support in PtokaX ended. Clearly nobody want ADC support...
30 June 2015 - PtokaX 0.5.1.0 released...
30 April 2015 Crowdfunding for ADC protocol support in PtokaX
26 April 2015 New support hub!
20 February 2015 - PtokaX 0.5.0.3 released...
13 April 2014 - PtokaX 0.5.0.2 released...
23 March 2014 - PtokaX testing version 0.5.0.1 build 454 is available.
04 March 2014 - PtokaX.org sites were temporary down because of DDOS attacks and issues with hosting service provider.

Main Menu

NXS-3 Countiued

Started by Dyzan, 14 June, 2004, 13:39:42

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

6Marilyn6Manson6

Hello.... I have fixed most bug... can I made NXS 3.9b ???

NightLitch

Well I don't mind, it is open source so go on, and it is a closed project for me, so....
//NL

6Marilyn6Manson6

#77
Hello NightLitch.... thanks for all.... I'm very happy for your permission.. very thanks at you and DyzaN....

PS: have change you avatar... LoL ^_^

NightLitch The BEST LMAO

6Marilyn6Manson6

Hello I work at NXS3.9b....

This is ChangeLog:

      
3.9b   :   6Marilyn6Manson6 fixed bug of scripting 3.9a .
         Fixes a bug in redirectallnow [ now work ^^ ].
         Fixes a bug in VipChatRoom [ now only VIP login in chat ].
         Fixes a bug in registered Master [ now only HubOwner can registere they ].
         Fixes a bug in MB.
         Change Flood Functions [ now only op see ban ].
         Change command  mmops  [ it can now be used also by the simple user ( good for report fake/ecc ecc ].

and other... thanks for all ;)

bye bye

Dyzan

#79
Send me the changes. I kan update and do a official release of it. And ofcource. Many thanks to 6Marilyn6Manson6.
//Dyzan @ Swenorth
Download: NXS-3.v.3.9a
Creator of NXS-3: NightLitch

6Marilyn6Manson6

#80
Hello Dyzan... I love NXS. I have hub of 1600 users with PtokaX and... I use NXS because I things is very very good. bug is:

if you yse command   !redirectallnow  you have this error:

Syntax error: attempt to concat global `REDIRECT' (a nil value)
stack traceback:
   1:  function `DoRedAll' at line 1009 [file `NXS-3/data/FUNCTIONS.lua']
   2:  function <53:file `NXS-3/data/COMMANDS.lua'> at line 53
   3:  function `GetCom' at line 649 [file `...lanetarium-scripts.no-ip.info\scripts\NXS-3.lua']
   4:  function `DataArrival' at line 546 [file `...lanetarium-scripts.no-ip.info\scripts\NXS-3.lua']


and I for resolve it have change in FUNCTIONS.lua :

-- Redirect All Users --
function DoRedAll(curUser,data)
	curUser:SD(BotName, " are redirecting all users to: "..REDIRECT)
	SendToAll(BotName, "Redirecting... |$ForceMove "..REDIRECT.."|")
end

to

-- Redirect All Users --
function DoRedAll(curUser,data)
	curUser:SD(BotName, " are redirecting all users to: "..frmHub:GetRedirectAddress())
	SendToAll(BotName, "Redirecting... |$ForceMove "..frmHub:GetRedirectAddress().."|")
end

other bug:  VipChat... because.... if it is VipChat... I things.. only vip use it.

other bug:
Syntax error: attempt to index local `vUser' (a nil value)
stack traceback:
1: function `KicksRegVipOp' at line 155 [file `NXS-3/data/Handlings.lua']
2: function `ToKickMsg' at line 1036 [file `... HUB =-\planetarium.no-ip.org\scripts\NXS-3.lua']
3: function `DataArrival' at line 552 [file `... HUB =-\planetarium.no-ip.org\scripts\NXS-3.lua']


other bug: registered master not found

dyzan.... i want betatester of NXS ... pleaseeee i love it ^^

and I have request.... add command  !changeredfull  for change hub of redirect for hub full...

bye bye bye byeeee

Dyzan

#81
Hmm, I guess I have to start working again on NXS-3. My life is emty enough. Just to draw some time.

Well, I will lock at the bugs. Theres some bogus here and there.

You can all wait for 3.9b release soon.
//Dyzan @ Swenorth
Download: NXS-3.v.3.9a
Creator of NXS-3: NightLitch

6Marilyn6Manson6

Yes yes yesssssssss i wait... and i test it ;) thanks Dyzan thanks NightLitch

n1ck

If you havent already, im in the pre-lim stages of making a GUI for it.
 Cant wait for the next release, love this bot!
dcuk.direct-connect.co.uk

**compiled bots are like what microsoft is to open source!**

FrAcTi0n

i have a question, is there a way to allow some right click menu commands also for reg and vip users?

Dyzan

QuoteOriginally posted by FrAcTi0n
i have a question, is there a way to allow some right click menu commands also for reg and vip users?

Yes, that would not be impossible.  :]
//Dyzan @ Swenorth
Download: NXS-3.v.3.9a
Creator of NXS-3: NightLitch

n1ck

curUser:SendData("$UserCommand 1 3 Info\\Show Hub Info$<%[mynick]> !hubinfo||")
curUser:SendData("$UserCommand 1 3 Info\\Show Hub Time$<%[mynick]> !uptime||")
curUser:SendData("$UserCommand 1 3 Info\\Show VIPs$<%[mynick]> !showvips||")
curUser:SendData("$UserCommand 1 3 Info\\Show Regs$<%[mynick]> !showregs||")

I currently use right click commands like the ones above - isn't it just a case of changing the 1 3 to the numbers of the rank you want to have the commands??
dcuk.direct-connect.co.uk

**compiled bots are like what microsoft is to open source!**

bastya_elvtars

1 3 means its in hub menu/user menu either. The prob is rather this:

local rccustomcmd2="$UserCommand 1 3 LawMaker\\Help\\Show hublists$<%[mynick]> !"..customcmd2.."|"

Note that | is missing from end.
Everything could have been anything else and it would have just as much meaning.

n1ck

Lost me fella! I see the difference - but whats the prob?
dcuk.direct-connect.co.uk

**compiled bots are like what microsoft is to open source!**

bastya_elvtars

QuoteOriginally posted by n1ck
Lost me fella! I see the difference - but whats the prob?

nvm i misunderstood the whole thingy. i thought this is the other thread ;)

lol @ me
Everything could have been anything else and it would have just as much meaning.

n1ck

lol - yeah you did have me rather confused there fella  :D
dcuk.direct-connect.co.uk

**compiled bots are like what microsoft is to open source!**

SMF spam blocked by CleanTalk