Custom Channels

Results 1 to 4 of 4
  1. #1
    Novice neru is offline
    MemberRank
    Dec 2006 Join Date
    3Posts

    ! Custom Channels

    Before everyone flames me for having not used the search function, I assure you I have, for two days.

    The problem I'm having seems to have something to do with either my channelrule.xml or channel.xml, as I only have the problem when I use my custom channels, although, I can't pinpoint exactly what's causing it.

    When I go in game, my channels appear as they are supposed to, no problem there. The problem occurs when I try to make a room in said channels.

    The error I get is;

    You cannot make the room. (E30008)

    The weird thing about it is, in four of my thirteen channels, I don't get the error, and it's only the quest channels that allow me to make rooms, the rest yield this.

    I've searched over both the channel.xml and channelrule.xml countless times, I've found nothing that stands out as an error, and have changed many things to see if it had any effect, but to no avail.

    Any ideas? This is killing me guys.


  2. #2
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    Re: Custom Channels

    Post your channelrule.xml in [code] tag

  3. #3
    Novice neru is offline
    MemberRank
    Dec 2006 Join Date
    3Posts

    Re: Custom Channels

    Code:
    <?xml version="1.0" ?>
    
    <XML id="channelrule">
    
    	<CHANNELRULE id="0" name="rankidm">
    	    <GAMETYPE id="0" />
            <GAMETYPE id="1" />
    	    <GAMETYPE id="9" />
            <GAMETYPE id="2" />
    	    <GAMETYPE id="3" />
            <GAMETYPE id="4" />
    	    <GAMETYPE id="5" />
    
    		<MAP name="RelayMap" />
    		<MAP name="Mansion" />
    		<MAP name="Prison" />
    		<MAP name="Prison II" />
    		<MAP name="Island" />
    		<MAP name="Garden" />
    		<MAP name="Station" />
    		<MAP name="Battle Arena" />
    		<MAP name="Factory" />
    		<MAP name="Town" />
    		<MAP name="High_Haven" />
    		<MAP name="Citadel" />
    	</CHANNELRULE>
    	
    	<CHANNELRULE id="1" name="rankiidm">
    	    <GAMETYPE id="0" />
            <GAMETYPE id="1" />
    	    <GAMETYPE id="9" />
            <GAMETYPE id="2" />
    	    <GAMETYPE id="3" />
            <GAMETYPE id="4" />
    	    <GAMETYPE id="5" />
    
    		<MAP name="RelayMap" />
    		<MAP name="Mansion" />
    		<MAP name="Prison" />
    		<MAP name="Prison II" />
    		<MAP name="Island" />
    		<MAP name="Garden" />
    		<MAP name="Station" />
    		<MAP name="Battle Arena" />
    		<MAP name="Factory" />
    		<MAP name="Town" />
    		<MAP name="High_Haven" />
    		<MAP name="Citadel" />
    		<MAP name="Port" />
    		<MAP name="Ruin" />
    		<MAP name="Castle" />
    		<MAP name="Dungeon" />
    	</CHANNELRULE>
    	
    	<CHANNELRULE id="2" name="rankiiidm">
    	    <GAMETYPE id="0" />
            <GAMETYPE id="1" />
    	    <GAMETYPE id="9" />
            <GAMETYPE id="2" />
    	    <GAMETYPE id="3" />
            <GAMETYPE id="4" />
    	    <GAMETYPE id="5" />
    
    		<MAP name="RelayMap" />
    		<MAP name="Mansion" />
    		<MAP name="Prison" />
    		<MAP name="Prison II" />
    		<MAP name="Island" />
    		<MAP name="Garden" />
    		<MAP name="Station" />
    		<MAP name="Battle Arena" />
    		<MAP name="Factory" />
    		<MAP name="Town" />
    		<MAP name="High_Haven" />
    		<MAP name="Citadel" />
    		<MAP name="Port" />
    		<MAP name="Ruin" />
    		<MAP name="Castle" />
    		<MAP name="Dungeon" />
    		<MAP name="Lost Shrine" />
    		<MAP name="Stairway" />
    	</CHANNELRULE>
    	
    	<CHANNELRULE id="3" name="quest">
    	    <GAMETYPE id="6" />
            <GAMETYPE id="7" />
    
    		<MAP name="RelayMap" />
    		<MAP name="Mansion" />
    		<MAP name="Prison" />
    		<MAP name="Prison II" />
    		<MAP name="Island" />
    		<MAP name="Garden" />
    		<MAP name="Station" />
    		<MAP name="Battle Arena" />
    		<MAP name="Factory" />
    		<MAP name="Town" />
    		<MAP name="High_Haven" />
    		<MAP name="Citadel" />
    		<MAP name="Halloween Town" />
    	</CHANNELRULE>
    	
    	<CHANNELRULE id="4" name="rankiduel">
    	    <GAMETYPE id="10" />
    
    		<MAP name="Hall" />
    		<MAP name="Catacomb" />
    	</CHANNELRULE>
    	
    	<CHANNELRULE id="5" name="rankiiduel">
    	    <GAMETYPE id="10" />
    
    		<MAP name="Hall" />
    		<MAP name="Catacomb" />
    	</CHANNELRULE>
    	
    	<CHANNELRULE id="6" name="playerevent">
    	    <GAMETYPE id="0" />
            <GAMETYPE id="1" />
    	    <GAMETYPE id="9" />
            <GAMETYPE id="2" />
    	    <GAMETYPE id="3" />
            <GAMETYPE id="4" />
    	    <GAMETYPE id="5" />
    
    		<MAP name="RelayMap" />
    		<MAP name="Mansion" />
    		<MAP name="Prison" />
    		<MAP name="Prison II" />
    		<MAP name="Island" />
    		<MAP name="Garden" />
    		<MAP name="Station" />
    		<MAP name="Battle Arena" />
    		<MAP name="Factory" />
    		<MAP name="Town" />
    		<MAP name="High_Haven" />
    		<MAP name="Citadel" />
    		<MAP name="Halloween Town" />
    	</CHANNELRULE>
    	
    	<CHANNELRULE id="7" name="serverevent">
    	    <GAMETYPE id="0" />
            <GAMETYPE id="1" />
    	    <GAMETYPE id="9" />
            <GAMETYPE id="2" />
    	    <GAMETYPE id="3" />
            <GAMETYPE id="4" />
    	    <GAMETYPE id="5" />
    
    		<MAP name="RelayMap" />
    		<MAP name="Mansion" />
    		<MAP name="Prison" />
    		<MAP name="Prison II" />
    		<MAP name="Island" />
    		<MAP name="Garden" />
    		<MAP name="Station" />
    		<MAP name="Battle Arena" />
    		<MAP name="Factory" />
    		<MAP name="Town" />
    		<MAP name="High_Haven" />
    		<MAP name="Citadel" />
    		<MAP name="Halloween Town" />
    	</CHANNELRULE>
    	
    </XML>
    Hope it helps. Still haven't figured this out.

  4. #4
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    Re: Custom Channels

    You're using 2008 files, right?



Advertisement