Some requests and an other thing
 

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

Some requests and an other thing

Started by Syphrone-NL, 11 May, 2006, 19:27:21

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Syphrone-NL

Hello again lol

I saw in the help file of octavo 1.0.1 (+octavo)? +hubconfig
Tryed this command but doesnt do anything so maybe you can delete this in the help file??

A request about the ascii files
Can it be send to main and that all the users it can see.
Now it is send to main but only the one who typed the command can see it
but only the ascii files not the index the index needs to be send only to the user itself

A request about Trivia
maybe a other setup
Now you see:
Quote
Question 1 of .....: <Question>
But i wanted it to be:
Quote
-----------------------------------------------------------
-- <Category> <Points For Good Answer>
-- <Question>
-- <Answer>: ? ? ? ? ? ? ?
-----------------------------------------------------------
Because i like that its better to see i think a nicer
If this possible

Thats All? ;D :P

Greetzz
Syphrone-NL
Owner of 2 public hubs in Palace Network ---> www.palace-network.nl

Rincewind

hubconfig is not a part of the Octavo and will be removed.

The ascii can be optioned so you can choose to send it to everyone.

Not too sure about the trivia questions. Maybe when I make Gv3 (and DCv1 and Ov1) multilanguage I can do something then to allow for different question formats.

Syphrone-NL

Don't see any option in Octavo for sending ascii to all users only the option In main but then its only send to the user who selected the ascii
Owner of 2 public hubs in Palace Network ---> www.palace-network.nl

Rincewind

Sorry by "can be optioned" I meant that I will make a change to the next version to allow this.

Syphrone-NL

a thank you

but can i do something with it now
want to try this
in the funcion.lua --> -- show ascii or rotating message file

this line:
Quote
               sUser:SendPM(tBots.tAsciiArt.Name,"\r\n"..tmp)
            end

Changing to
Quote
               sUser:SendToAll(tBots.tAsciiArt.Name,"\r\n"..tmp)
            end

and then deselect --> in main

Will it work????
Owner of 2 public hubs in Palace Network ---> www.palace-network.nl

Madman

Quote
               SendToAll(tBots.tAsciiArt.Name,"\r\n"..tmp)
            end

That will send to all in main..
We suffer in silence, we lurk in the shadows, we kill in the night
Site currently down, ETA of returning online is 2099 ;p

Syphrone-NL

Thx madman

Damn so close was I
I begin to learn it :D
Owner of 2 public hubs in Palace Network ---> www.palace-network.nl

Syphrone-NL

Quote from: Madman on 13 May, 2006, 12:23:02
Quote
               SendToAll(tBots.tAsciiArt.Name,"\r\n"..tmp)
            end

That will send to all in main..

So if i change
Quote
SendToAll(tBots.tAsciiArt.Name,"\r\n"..tmp)

to
Quote
SendToAll(<%[mynick]>,"\r\n"..tmp)

It will be send by the user it self and not from the bot???
Owner of 2 public hubs in Palace Network ---> www.palace-network.nl

6Marilyn6Manson6

Quote from: Syphrone-NL on 13 May, 2006, 16:02:47
Quote from: Madman on 13 May, 2006, 12:23:02
Quote
               SendToAll(tBots.tAsciiArt.Name,"\r\n"..tmp)
            end

That will send to all in main..

So if i change
Quote
SendToAll(tBots.tAsciiArt.Name,"\r\n"..tmp)

to
Quote
SendToAll(<%[mynick]>,"\r\n"..tmp)

It will be send by the user it self and not from the bot???

Variable %[mynick] not exist in Lua

Rincewind

If you did
SendToAll(sUser.sName,"\r\n"..tmp)

it should send to all using the users name (I haven't been able to look at the code to verify this as I am not at home but based on your previous post this should work).

p.s. How sad am I; on holiday and still reading the lua forums?  ???

Syphrone-NL

Owner of 2 public hubs in Palace Network ---> www.palace-network.nl

Rincewind

Not a problem; I'll get this done properly in the next version so it is optioned in the GUI

Syphrone-NL

Owner of 2 public hubs in Palace Network ---> www.palace-network.nl

SMF spam blocked by CleanTalk