mIRC Home    About    Download    Register    News    Help

Print Thread
#3504 26/12/02 01:39 AM
Joined: Dec 2002
Posts: 15
Pikka bird
OP Offline
Pikka bird
Joined: Dec 2002
Posts: 15
Hello. I'm havig problems with this:

alias config {
/dialog -m config config
}

dialog config {
title "Lighting BOT"
size -1 -1 200 190
option dbu
tab "Server", 1, 8 8 183 159
box "Server a Conectar", 6, 13 25 174 48, tab 1
text "Server:", 7, 18 38 18 10, tab 1
combo 8, 41 35 60 12, tab 1 edit drop
text "Puerto:", 9, 136 38 18 10, tab 1
edit %port, 10, 159 35 20 10, tab 1
button "Conectar", 11, 81 55 37 12, tab 1 ok
tab "General", 2
box "Configuración del BOT", 12, 13 25 110 70, tab 2
text "Nick del Dueño:", 13, 18 38 42 10, tab 2
edit "", 14, 65 35 50 10, tab 2
edit "", 15, 65 50 50 10, tab 2
text "Nombre del BOT:", 16, 18 53 42 10, tab 2
edit "", 17, 65 65 50 10, tab 2 pass
text "Password del BOT:", 18, 18 68 48 10, tab 2
edit "", 19, 65 80 50 10, tab 2
text "Identify del BOT:", 20, 18 83 45 10, tab 2
box "Identificación", 21, 125 25 62 70, tab 2
text "Con NickServ", 22, 130 38 42 10, tab 2
radio "Activado", 23, 130 53 50 10, tab 2
radio "Desactivado", 24, 130 68 50 10, tab 2
box "Auto-Join", 25, 13 100 174 62, tab 2
edit "", 26, 48 110 50 10, tab 2
text "Canal 1:", 27, 18 113 25 10, tab 2
edit "", 28, 48 125 50 10, tab 2
text "Canal 2:", 29, 18 128 25 10, tab 2
edit "", 30, 48 140 50 10, tab 2
text "Canal 3:", 31, 18 143 25 10, tab 2
edit "", 32, 132 110 50 10, tab 2
edit "", 33, 132 125 50 10, tab 2
edit "", 34, 132 140 50 10, tab 2
text "Canal 4:", 35, 102 113 25 10, tab 2
text "Canal 5:", 36, 102 128 25 8, tab 2
text "Canal 5:", 37, 102 143 25 8, tab 2
tab "About", 3
text "text", 40, 13 105 144 52, tab 3
link "http://www.ayuda-bots.com.ar", 42, 60 158 75 8, tab 3
button "OK", 4, 58 173 37 12, ok
button "Cancelar", 5, 100 173 37 12, cancel
}

on *:dialog:config:init:*: {
did -a config 8 server1
if (%identify == on) did -c config 23
else did -c config 24 }

it works fine for me, when I open the combo i see the element "server1" but the guy who wrote it and sent it to me doesn't. No element shows in his combo. We have exactly the same alias, dialog and remote. Only difference is he's running mIRC 6.03 and I'm running mIRC 6.01, does anybody know what's wrong?

Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
Mm works fine for me (6.03), maybe he has another script running which uses the dialog name config that has "did -r config 8" in it's init? Ask him to try it on a fresh install.

Joined: Dec 2002
Posts: 15
Pikka bird
OP Offline
Pikka bird
Joined: Dec 2002
Posts: 15
thanks, we just tried to find the text "did -r config 8" in all his files but no match. we also tried //say $isalias(did) and it returned $false. Also he called the dialog and entered /did -a config 8 lalala on a channel window and downloaded mIRC again and put only that in his remotes. Still doesn't work =( this is really weird

Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
This is clutching at straws but is he pulling down the menu when he's checking or is he just looking at the box without pulling the menu down? Unlikely perhaps, but not impossible smile

Joined: Dec 2002
Posts: 15
Pikka bird
OP Offline
Pikka bird
Joined: Dec 2002
Posts: 15
hehe yeah, that was the first thing it crossed my mind but nope, it's not that. I'm about to order some pizza and a beer and go to his place to see it by myself


Link Copied to Clipboard