No message everywhere

Results 1 to 17 of 17
  1. #1
    Infraction Banned maxolahird is offline
    MemberRank
    Sep 2010 Join Date
    195Posts

    No message everywhere

    I just followed this tutorial

    http://forum.ragezone.com/f497/clien...jur13n-893996/

    Used all files corretly but I get nomsg everywhere in the game... how to fix?


  2. #2
    Account Upgraded | Title Enabled! Patrick2607 is offline
    MemberRank
    May 2013 Join Date
    The NetherlandsLocation
    345Posts

    Re: No message everywhere

    You don't have a config.xml

  3. #3
    Infraction Banned maxolahird is offline
    MemberRank
    Sep 2010 Join Date
    195Posts

    Re: No message everywhere

    in which folder is it?

  4. #4
    Account Upgraded | Title Enabled! Patrick2607 is offline
    MemberRank
    May 2013 Join Date
    The NetherlandsLocation
    345Posts

    Re: No message everywhere

    It's in the main folder. Create a config.xml in the main folder (where system.mrs and sfx.mrs is) and put this in config.xml:

    Code:
    <?xml version="1.0"?><XML>
    	<SERVER>
    		<IP>0,0,0,0</IP>
    		<PORT>6000</PORT>
    	</SERVER>
    
    
    	<SKIN>Default</SKIN>
    
    
    	<VIDEO>
    		<WIDTH>800</WIDTH>
    		<HEIGHT>600</HEIGHT>
    		<COLORBITS>32</COLORBITS>
    		<GAMMA>255</GAMMA>
    		<FULLSCREEN>TRUE</FULLSCREEN>
    		<REFLECTION>true</REFLECTION>
    		<LIGHTMAP>true</LIGHTMAP>
    		<DYNAMICLIGHT>true</DYNAMICLIGHT>
    		<SHADER>true</SHADER>
    		<CHARACTORTEXTURELEVEL>0</CHARACTORTEXTURELEVEL>
    		<MAPTEXTURELEVEL>0</MAPTEXTURELEVEL>
    		<EFFECTLEVEL>0</EFFECTLEVEL>
    		<TEXTUREFORMAT>1</TEXTUREFORMAT>
    		<MOVINGPICTURERESOLUTION>2</MOVINGPICTURERESOLUTION>
    		<MOVINGPICTUREFILSIZE>1</MOVINGPICTUREFILSIZE>
    		<NHARDWARETNL>false</NHARDWARETNL>
    	</VIDEO>
    
    
    	<AUDIO>
    		<BGM_MUTE>true</BGM_MUTE>
    		<BGM_VOLUME>0.657000</BGM_VOLUME>
    		<EFFECT_MUTE>false</EFFECT_MUTE>
    		<EFFECT_VOLUME>0.634100</EFFECT_VOLUME>
    		<SOUND_3D>1</SOUND_3D>
    		<A8BITSOUND>false</A8BITSOUND>
    		<INVERSESOUND>true</INVERSESOUND>
    		<HWMIXING>true</HWMIXING>
    		<HITSOUND>true</HITSOUND>
    		<NARRATIONSOUND>true</NARRATIONSOUND>
    	</AUDIO>
    
    
    	<MOUSE>
    		<SENSITIVITY>0.990000</SENSITIVITY>
    		<INVERT>FALSE</INVERT>
    	</MOUSE>
    
    
    	<JOYSTICK>
    		<SENSITIVITY>1.000000</SENSITIVITY>
    		<INVERT>FALSE</INVERT>
    	</JOYSTICK>
    
    
    	<KEYBOARD>
    		<USEWEAPON alt="258">29</USEWEAPON>
    		<USEWEAPON2 alt="33">259</USEWEAPON2>
    		<PREVOUSWEAPON alt="-1">-1</PREVOUSWEAPON>
    		<NEXTWEAPON alt="257">18</NEXTWEAPON>
    		<FORWARD alt="-1">17</FORWARD>
    		<BACK alt="-1">31</BACK>
    		<LEFT alt="-1">30</LEFT>
    		<RIGHT alt="-1">32</RIGHT>
    		<MELEEWEAPON alt="256">16</MELEEWEAPON>
    		<PRIMARYWEAPON alt="20">3</PRIMARYWEAPON>
    		<SECONDARYWEAPON alt="21">4</SECONDARYWEAPON>
    		<ITEM1 alt="-1">5</ITEM1>
    		<ITEM2 alt="-1">6</ITEM2>
    		<COMMUNITYITEM1 alt="-1">7</COMMUNITYITEM1>
    		<COMMUNITYITEM2 alt="-1">8</COMMUNITYITEM2>
    		<RELOAD alt="260">19</RELOAD>
    		<JUMP alt="-1">57</JUMP>
    		<SCORE alt="-1">15</SCORE>
    		<MENU alt="-1">1</MENU>
    		<TAUNT alt="-1">41</TAUNT>
    		<BOW alt="-1">7</BOW>
    		<WAVE alt="-1">8</WAVE>
    		<LAUGH alt="-1">9</LAUGH>
    		<CRY alt="-1">10</CRY>
    		<DANCE alt="-1">11</DANCE>
    		<SCREENSHOT alt="-1">88</SCREENSHOT>
    		<RECORD alt="-1">87</RECORD>
    		<MOVINGPICTURE alt="-1">68</MOVINGPICTURE>
    		<DEFENCE alt="-1">42</DEFENCE>
    		<TOGGLECHAT alt="-1">47</TOGGLECHAT>
    		<MOUSESENSITIVITYDEC alt="-1">26</MOUSESENSITIVITYDEC>
    		<MOUSESENSITIVITYINC alt="-1">27</MOUSESENSITIVITYINC>
    	</KEYBOARD>
    
    
    	<MACRO>
    		<F1></F1>
    		<F2></F2>
    		<F3></F3>
    		<F4></F4>
    		<F5></F5>
    		<F6></F6>
    		<F7></F7>
    		<F8></F8>
    		
    	</MACRO>
    
    
    	<ETC>
    		<NETWORKPORT1>7700</NETWORKPORT1>
    		<NETWORKPORT2>7800</NETWORKPORT2>
    		<BOOST>FALSE</BOOST>
    		<LANGUAGE>USA</LANGUAGE>
    		<REJECT_NORMALCHAT>FALSE</REJECT_NORMALCHAT>
    		<REJECT_TEAMCHAT>FALSE</REJECT_TEAMCHAT>
    		<REJECT_CLANCHAT>FALSE</REJECT_CLANCHAT>
    		<REJECT_WHISPER>FALSE</REJECT_WHISPER>
    		<REJECT_INVITE>FALSE</REJECT_INVITE>
    		<CROSSHAIR>5</CROSSHAIR>
    		<FRAMELIMIT>0</FRAMELIMIT>
    	</ETC>
    
    
    	
    </XML>
    That's the default one.

  5. #5
    Infraction Banned maxolahird is offline
    MemberRank
    Sep 2010 Join Date
    195Posts

    Re: No message everywhere

    Still the same issue... created the file config.xml :x

  6. #6
    Good Guy George qet123 is offline
    MemberRank
    Apr 2009 Join Date
    DesertLocation
    1,432Posts

  7. #7
    Infraction Banned maxolahird is offline
    MemberRank
    Sep 2010 Join Date
    195Posts

    Re: No message everywhere

    I got it working but I can only choose resolution up to 1680x1050... how can I make it so I can choose 1920x1080 ingame?

  8. #8
    Infraction Banned maxolahird is offline
    MemberRank
    Sep 2010 Join Date
    195Posts

    Re: No message everywhere

    Also apparently some items says "Item cannot be purchased" and some swords have nomsg... any idea guys?

  9. #9
    Valued Member EvoGamers is offline
    MemberRank
    Nov 2012 Join Date
    102Posts

    Re: No message everywhere

    Quote Originally Posted by maxolahird View Post
    Also apparently some items says "Item cannot be purchased" and some swords have nomsg... any idea guys?
    About " Item cannot be purchased " you just need to add it on your dbo.Item, anyway there's a fix for it that disable your errors,
    About " nomsg " you just have to edit it on ZItem.xml.

  10. #10
    Account Upgraded | Title Enabled! Patrick2607 is offline
    MemberRank
    May 2013 Join Date
    The NetherlandsLocation
    345Posts

    Re: No message everywhere

    Quote Originally Posted by maxolahird View Post
    Also apparently some items says "Item cannot be purchased" and some swords have nomsg... any idea guys?
    The nomsg swords are NPC items. You have to delete them from shop.xml .
    The default NPC ID Items are from 300011 to 300039.

  11. #11
    Infraction Banned maxolahird is offline
    MemberRank
    Sep 2010 Join Date
    195Posts

    Re: No message everywhere

    Quote Originally Posted by Patrick2607 View Post
    The nomsg swords are NPC items. You have to delete them from shop.xml .
    The default NPC ID Items are from 300011 to 300039.
    Will try that thanks

    Quote Originally Posted by EvoGamers View Post
    About " Item cannot be purchased " you just need to add it on your dbo.Item, anyway there's a fix for it that disable your errors,
    About " nomsg " you just have to edit it on ZItem.xml.
    How to disable the errors? I changed all IsCashItem to 0

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

    Re: No message everywhere

    Remove the Foreign Key from the dbo.Item. Nomsg could also deal with the strings.xml as well. So you can check into that.

  13. #13
    Infraction Banned maxolahird is offline
    MemberRank
    Sep 2010 Join Date
    195Posts

    Re: No message everywhere

    Quote Originally Posted by Anju View Post
    Remove the Foreign Key from the dbo.Item. Nomsg could also deal with the strings.xml as well. So you can check into that.
    I couldn't find that Foreign Key thing... I use MSSQL 2005

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

    Re: No message everywhere

    Click the + on the left side of dbo.Item. There will be Columns, Keys, Constraints, Triggers, Indexes, and Statistics. Click the + on Keys. It should be a gold key image and remove that. I can't show you because I already removed it from my dbo.Item.

  15. #15
    Infraction Banned maxolahird is offline
    MemberRank
    Sep 2010 Join Date
    195Posts

    Re: No message everywhere

    Got an error while trying to delete it

    TITLE: Microsoft SQL Server Management Studio Express
    ------------------------------

    Drop failed for Index 'Item_PK'. (Microsoft.SqlServer.Express.Smo)

    For help, click: Source&#58; ID&#58; &#40; &#41; - Events And Errors Message Center&#58; Message Details

    ------------------------------
    ADDITIONAL INFORMATION:

    An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.Express.ConnectionInfo)

    ------------------------------

    An explicit DROP INDEX is not allowed on index 'dbo.Item.Item_PK'. It is being used for PRIMARY KEY constraint enforcement. (Microsoft SQL Server, Error: 3723)

    For help, click: Source&#58; MSSQLServer ID&#58; 3723 &#40;SQL Server 09.00.5000&#41; - Events And Errors Message Center&#58; Message Details

    ------------------------------
    BUTTONS:

    OK
    ------------------------------

  16. #16
    Infraction Banned maxolahird is offline
    MemberRank
    Sep 2010 Join Date
    195Posts

    Re: No message everywhere

    help :s

  17. #17
    Account Upgraded | Title Enabled! Patrick2607 is offline
    MemberRank
    May 2013 Join Date
    The NetherlandsLocation
    345Posts



Advertisement