yakuu 0 Posted April 30, 2014 (edited) Hey guys, i wanna ask how to diff domain support into the client. What i need is, on 2012 it works to login via domain (youdomain.ro.com) on 2013 you need to add the IP. How do i do that? its verry needed for me. Thanks so far~ just if someone ask for it. <?xml version="1.0" encoding="euc-kr" ?><clientinfo><servicetype>korea</servicetype><servertype>primary</servertype><connection><display>Ragnarok</display> <address>mydomain.com</address> <port>6900</port> <version>20</version> <langtype>18</langtype> <registrationweb></registrationweb> <aid> <admin>2000010</admin> <yellow></yellow> </aid> <loading> <image>loading00.jpg</image> <image>loading01.jpg</image> <image>loading02.jpg</image> <image>loading03.jpg</image> <image>loading04.jpg</image> <image>loading05.jpg</image> <image>loading06.jpg</image> <image>loading07.jpg</image> <image>loading08.jpg</image> <image>loading09.jpg</image> <image>loading10.jpg</image> </loading> </connection></clientinfo> Client:2013-06-12dRagexe.exe Diffs: <?xml version="1.0"?><DiffProfile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Name>Last Patches</Name> <Entries> <DiffProfileEntry> <PatchID>2</PatchID> <PatchName>Allow Chat Flood (? lines)</PatchName> <Inputs> <DiffProfileInput> <name>allowChatFlood</name> <value>6</value> </DiffProfileInput> </Inputs> </DiffProfileEntry> <DiffProfileEntry> <PatchID>9</PatchID> <PatchName>Disable 1rag1 type parameters</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>13</PatchID> <PatchName>Disable Ragexe Filename Check</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>15</PatchID> <PatchName>Disable HShield</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>61</PatchID> <PatchName>Disable Packet Encryption</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>68</PatchID> <PatchName>Enable 64k Hairstyle</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>49</PatchID> <PatchName>Enable Multiple GRFs</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>64</PatchID> <PatchName>@ Bug Fix (Recommended)</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>28</PatchID> <PatchName>Increase Headgear ViewID to 5000</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>65</PatchID> <PatchName>Load ItemInfo.lua before lub</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>33</PatchID> <PatchName>KOREA ServiceType XML Fix</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>87</PatchID> <PatchName>Only Second Login Background</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>35</PatchID> <PatchName>Read Data Folder First</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>36</PatchID> <PatchName>Read msgstringtable.txt</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>38</PatchID> <PatchName>Remove Gravity Ads</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>39</PatchID> <PatchName>Remove Gravity Logo</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>73</PatchID> <PatchName>Remove Hourly Annonce</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>84</PatchID> <PatchName>Remove Serial Display</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>40</PatchID> <PatchName>Restore Login Window</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>50</PatchID> <PatchName>Skip License Screen</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>42</PatchID> <PatchName>Skip Resurrection Buttons</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>44</PatchID> <PatchName>Translate Client In English</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>45</PatchID> <PatchName>Use Custom Aura Sprites</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>46</PatchID> <PatchName>Use Normal Guild Brackets</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>48</PatchID> <PatchName>Use Plain Text Descriptions</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>47</PatchID> <PatchName>Use Ragnarok Icon</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>54</PatchID> <PatchName>eXtract MsgStringTable.txt</PatchName> <Inputs /> </DiffProfileEntry> <DiffProfileEntry> <PatchID>62</PatchID> <PatchName>eXtract txt file strings</PatchName> <Inputs /> </DiffProfileEntry> </Entries></DiffProfile> Added diff "enable DNS support" and it works! Thanks jaBote!! Edited May 2, 2014 by yakuu Quote Share this post Link to post Share on other sites
0 jaBote 438 Posted April 30, 2014 Check if you have a patch called somewhat like "enable DNS support". That one is supposed to let you use a domain name instead of a server IP. 1 yakuu reacted to this Quote Share this post Link to post Share on other sites
0 Sunzuki 1 Posted May 3, 2014 I think IP Rules Settings in packet.conf do not support DNS Quote Share this post Link to post Share on other sites
0 jaBote 438 Posted May 4, 2014 Hi Sunzuki. We dropped conf/packets.conf around a year ago. Hercules uses src/map/packets.h. And sorry I don't understand the purpose of allowing DNS support on the IP rules server-side, since only clients can connect to the server and they all will have different host names, so that would be useless IMHO. Quote Share this post Link to post Share on other sites
Hey guys,
i wanna ask how to diff domain support into the client.
What i need is, on 2012 it works to login via domain (youdomain.ro.com) on 2013 you need to add the IP.
How do i do that? its verry needed for me.
Thanks so far~
just if someone ask for it.
Client:
2013-06-12dRagexe.exe
Diffs:
Added diff "enable DNS support" and it works!
Thanks jaBote!!
Edited by yakuuShare this post
Link to post
Share on other sites