- Sep 10, 2005
- 890
- 3
- 105
took this from an old senture post, but says swmaster logged on when 2nd castle owner logs on
whats wrong with it?
[@Login]
#IF
ISCASTLEMASTER = SW
#ACT
goto @swmast
#ELSEACT
goto @dmast
[@dmast]
#IF
ISCASTLEMASTER = DrakenCastle
#ACT
goto @drmast
#ELSEACT
goto @swmem
[@swmast]
#ACT
Sendmsg 1 SwMaster<%S>Online.
close
[@drmast]
#ACT
Sendmsg 1 DrakenMaster<%S>Online.
close
[@swmem]
#IF
ISCASTLEGUILD = SW
#ACT
goto @swmemb
#ELSEACT
goto @dmem
[@swmemb]
Sendmsg 1 SwMember<%S>Online.
close
[@dmem]
#IF
ISCASTLEGUILD = DrakenCastle
#ACT Sendmsg 1 DrakenMember<%S>Online.
#ELSEACT
close
this is in my sabukwall.txt in the "0" folder in castle
[Setup]
CastleName=SW
ChangeDate=22/02/2007 21:24:09
WarDate=22/02/2007 20:00:42
IncomeToday=15/03/2007 20:50:30
this is in my sabukwall.txt in the "1" folder in castle
[Setup]
CastleName=DrakenCastle
ChangeDate=12/03/2007 20:11:31
WarDate=12/03/2007 20:01:30
IncomeToday=15/03/2007 20:50:30
whats wrong with it?
[@Login]
#IF
ISCASTLEMASTER = SW
#ACT
goto @swmast
#ELSEACT
goto @dmast
[@dmast]
#IF
ISCASTLEMASTER = DrakenCastle
#ACT
goto @drmast
#ELSEACT
goto @swmem
[@swmast]
#ACT
Sendmsg 1 SwMaster<%S>Online.
close
[@drmast]
#ACT
Sendmsg 1 DrakenMaster<%S>Online.
close
[@swmem]
#IF
ISCASTLEGUILD = SW
#ACT
goto @swmemb
#ELSEACT
goto @dmem
[@swmemb]
Sendmsg 1 SwMember<%S>Online.
close
[@dmem]
#IF
ISCASTLEGUILD = DrakenCastle
#ACT Sendmsg 1 DrakenMember<%S>Online.
#ELSEACT
close
this is in my sabukwall.txt in the "0" folder in castle
[Setup]
CastleName=SW
ChangeDate=22/02/2007 21:24:09
WarDate=22/02/2007 20:00:42
IncomeToday=15/03/2007 20:50:30
this is in my sabukwall.txt in the "1" folder in castle
[Setup]
CastleName=DrakenCastle
ChangeDate=12/03/2007 20:11:31
WarDate=12/03/2007 20:01:30
IncomeToday=15/03/2007 20:50:30
