I need an simple script 4 "Neo-Modus" wich contains an
simple stand alone >>> #redirect me...
It should redirect an user by the given command.
Plz excuce me if i ask 4 it @ this place but i didn?t find
something like this @ any place in the net... ;(
Maybe someone can help for this (ONCE) time, it?s realy
importend for me... :))
Please HELP!
Thx 4 now ;)
*********************************************
It should look like this (don?t LOL!) :D
*********************************************
'=====================================
' This script redirects users
'=====================================
Sub Main()
botname="RED-Bot"
RedirectIP = "ABC-Hub.no-ip.de"
Sub DataArival(curUser, sCurData)
if (cmd=="#redme") then
Curuser.PrivateMessage cstr(" Umleitung nach... ;)" & frmHub.txtRedirect
else
frmHub.DoEventsForMe
curUser.ForceMove frmHub.txtRedirect
end if
End Sub
I?d helped myself; AS EVERY TIME!
Thx! Men...(http://board.univ-angers.fr/images/smilies/mad.gif)
try that ;)
BotName = "RedirectMySelf" --//BotName
redirectme = "!redme" --//Set Command name
redirectaddress = "address.no-ip.org" --//SetRedirectAddres
function Main()
frmHub:RegBot(BotName)
end
function DataArrival(user, data)
if (strsub(data,1,1) == "<") then
data = strsub(data,1,strlen(data)-1)
local s,e,cmd = nil
s,e,cmd = strfind( data, "%b<>%s+(%S+)" )
if cmd == redirectme then
user:SendPM(BotName, "You are redirected to " ..redirectaddress)
user:SendData("$ForceMove "..redirectaddress)
end
end
end
QuoteOriginally posted by DorianG
try that ;)
BotName = "RedirectMySelf" --//BotName
redirectme = "!redme" --//Set Command name
redirectaddress = "address.no-ip.org" --//SetRedirectAddres
function Main()
frmHub:RegBot(BotName)
end
function DataArrival(user, data)
if (strsub(data,1,1) == "<") then
data = strsub(data,1,strlen(data)-1)
local s,e,cmd = nil
s,e,cmd = strfind( data, "%b<>%s+(%S+)" )
if cmd == redirectme then
user:SendPM(BotName, "You are redirected to " ..redirectaddress)
user:SendData("$ForceMove "..redirectaddress)
end
end
end
sorry, but seems to be for PX - B@B? was searching for a Neo-Script .......
does that Hubsoft still exist ?( ?( ?(
QuoteI?d helped myself; AS EVERY TIME!
Thx! Men...
maby posting at the right section whould help :)
I had not read well :)
that many posts and searching for *Neo-Modus* ????
Can't figure it out!
First:
I?m Owner of 3 Hubs, one of them is an NEO.
The NEO-Hub is an ONLY Chat & Game Fun-Hub.
He has the best Scripts Collection ever seen 4 NEO, a lot of work
(from me and a lot of very good scripters) is in it and it?s realyy heavy
2 cut the workin from years...so i never close this one... ;)
Than:
@ DorianG & Horizon
>>>>>>> Thx a lot! :P
@ [NL]Pur & Troubadour
Where should i post an NEO-Mode-Script, you beleave?
I did it in OffTopic because of it?s NEO, not LUA -
so i thought- it?s the right area...isn?t it? ;)
However: How i said: Prob is fixed... :]
Hi,
B@B?
This forum is only for LUA scripts, NMDCH is in VB scripts there is another forum to that....
try this...
HERE (http://dc.ww-ei.com/index.php)
Best regards, nErBoS
Thx a lot!
That?s a nice one... ;)
But 4 the other 2 hubs i?ll need this place.
They are PtoKax/LUA...
However: Thx! 8)