Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

【SHARE】DDTank II R2.7

dat face
Loyal Member
Joined
May 25, 2012
Messages
1,738
Reaction score
621
yeah i hv used that.. it likes a proxy that shows what are u posting n getting.. usually many ppl used that to cheat.. :p.

yeah.. that true.. charles and cheat engine ~
 
Junior Spellweaver
Joined
Sep 29, 2012
Messages
121
Reaction score
1
HELLLLLLOOOOO GUYSSSSSSSSSSSS

Today i want to share DDTank II R2.7 file

what new in this file ?
some stupid bug already fix
Society 100%
Ferreiro 100%
Weapons Gold 100%
Gild Weapons 100%
Fix PVP 100%
Farm 100%
90% Pet
add New weapons


Links:
Server file :

password :pass:dgsegwe2gE@GEgvadvE@GQVE@GEGwgweT$@GE@

Resource:
part1:
part 2:
part 3:
part 4:
password :trminhpc

DDTank Manager (english ) share by Ipan Dungun
http://forum.ragezone.com/f111/db_tank-manager-v1-1-eng-929874/

tutorial for setup

this video miss one step , remember go to the request--> webconfig .
this video quality got some problem XD
Before you setup server , you need to prepare something
1)notepad++ <--for config .config, .XML , .Webconfig
2)SQL SERVER 2008 R2 <--- database
3)IIS <-- for running the website/admin page
4)NETFrame 4.0


**NOTE**
I not sure the bug are fix because i just copy this from brazil forum , and the brazil dude copy from vietnam forum
i just finish setup and no problem

credit ;
Trminhpc
stormcch <<< i just share it XD

original thread from brazil
ragezone com br/showthread.php/87250-DDTank-II-r2-7-PURAS-Edit-Trminhpc

original thread from vietnam
(UNKNOW )

Remember like and + rep XD

when you playing newbie quest , after finish , blank page will find you , close the game and login again and the problem gone

please support this thread http://forum.ragezone.com/f600/section-ddtank-becoming-common-section-936344/ we need a ddtank section , so we can easy to share file and talk about ddtank Thank you !


e - 【SHARE】DDTank II R2.7 - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Sep 29, 2012
Messages
121
Reaction score
1
d - 【SHARE】DDTank II R2.7 - RaGEZONE Forums

HELP ME ? Plz
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Sep 29, 2012
Messages
121
Reaction score
1

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Sep 29, 2012
Messages
121
Reaction score
1
are config the server correctly?

= File Center.Service
<?xml version="1.0"?>
<configuration>
<appSettings>
<add key="LanguagePath" value="Languages\Language-vn.txt"/>
<add key="conString" value="Data Source=FREDDY\SQLEXPRESS;Initial Catalog=Db_Tank;Persist Security Info=True;User ID=sa;Password=123456"/>
<add key="countDb" value="Data Source=FREDDY\SQLEXPRESS;Initial Catalog=Db_Count;Persist Security Info=True;User ID=sa;Password=123456"/>
<add key="IP" value="127.0.0.1"/>
<add key="Port" value="9202"/>
<add key="LoginLapseInterval" value="1"/>
<add key="SaveInterval" value="1"/>
<add key="SaveRecordInterval" value="1"/>
<add key="ScanAuctionInterval" value="60"/>
<add key="ScanMailInterval" value="120"/>
<add key="ScanConsortiaInterval" value="1"/>
<add key="ServerID" value="1"/>
<add key="GameType" value="1"/>
<add key="AreaID" value="1"/>
<add key="LogPath" value="RecordLog"/>
<add key="TxtRecord" value="true"/>
<add key="HelpStr" value="退出:exit;重新加载:reload;系统公告:notice;ssssssss"/>
<!--anti-addiction system-->
<add key="AAS" value="false"/>
<!--Daily-Award-Open-->
<add key="DailyAwardState" value="true"/>
</appSettings>
<system.serviceModel>
<behaviors>
<serviceBehaviors>
<behavior name="Center.Server.CenterServiceBehavior">
<serviceMetadata httpGetEnabled="true"/>
<serviceDebug includeExceptionDetailInFaults="false"/>
</behavior>
</serviceBehaviors>
</behaviors>
<bindings>
<netTcpBinding>
<binding name="CenterService">
<security mode="None">
</security>
</binding>
</netTcpBinding>
</bindings>
<services>
<service behaviorConfiguration="Center.Server.CenterServiceBehavior" name="Center.Server.CenterService">
<host>
<baseAddresses>
<add baseAddress="http://127.0.0.1:2008/CenterService/"/>
</baseAddresses>
</host>
<endpoint address="net.tcp://127.0.0.1:2009/" binding="netTcpBinding" bindingConfiguration="CenterService" contract="Center.Server.ICenterService">
</endpoint>
<endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange"/>
</service>
</services>
</system.serviceModel>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>

Fighting.Service.exe

<?xml version="1.0"?>
<configuration>
<appSettings>
<add key="Ip" value="127.0.0.1"/>
<add key="Port" value="9208"/>
<add key="GP_Rate" value="1"/>
<add key="Xu_Rate" value="5"/>
<add key="Gold_Rate" value="0"/>
<add key="Gift_Rate" value="0"/>
<add key="Logconfig" value="logconfig.xml"/>
<add key="LanguagePath" value="Languages\Language-vn.txt"/>
<add key="conString" value="Data Source=FREDDY\SQLEXPRESS;Initial Catalog=Db_Tank;Persist Security Info=True;User ID=sa;Password=123456"/>
<add key="ServerID" value="4"/>
<add key="GameType" value="1"/>
<add key="AreaID" value="1"/>
<add key="LogPath" value="RecordLog"/>
<add key="ClientSettingsProvider.ServiceUri" value=""/>
</appSettings>
<system.web>
<membership defaultProvider="ClientAuthenticationMembershipProvider">
<providers>
<add name="ClientAuthenticationMembershipProvider" type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri=""/>
</providers>
</membership>
<roleManager defaultProvider="ClientRoleProvider" enabled="true">
<providers>
<add name="ClientRoleProvider" type="System.Web.ClientServices.Providers.ClientRoleProvider, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" cacheTimeout="86400"/>
</providers>
</roleManager>
</system.web>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>


<?xml version="1.0"?>
<configuration>
<!--
<connectionStrings>
<add name="Db_TankConnectionString" connectionString="Data Source=FREDDY\SQLEXPRESS;Initial Catalog=Db_Tank;Persist Security Info=True;User ID=sa;Password=123456" providerName="System.Data.SqlClient" />
</connectionStrings>
-->
<appSettings>
<!--Must Config-->
<add key="ServerID" value="4"/>
<add key="LanguagePath" value="Languages\Language-vn.txt"/>
<add key="IsSqlConfig" value="True"/>
<add key="Port" value="9200"/>
<add key="IP" value="127.0.0.1"/>
<add key="ServerName" value="7Road Server"/>
<add key="ServerNameShort" value="7Road"/>
<!--Rate for wining game-->

<add key="GP_Rate" value="1"/>
<add key="Xu_Rate" value="5"/>
<add key="Gold_Rate" value="0"/>
<add key="Gift_Rate" value="0"/>

<add key="conString" value="Data Source=FREDDY\SQLEXPRESS;Initial Catalog=Db_Tank;Persist Security Info=True;User ID=sa;Password=123456"/>
<add key="countDb" value="Data Source=FREDDY\SQLEXPRESS;Initial Catalog=Db_Count;Persist Security Info=True;User ID=sa;Password=123456"/>
<!--game-->
<add key="MustStrengthenGold" value="1000"/>
<add key="MustComposeGold" value="1000"/>
<add key="MustFusionGold" value="2000"/>
<add key="BoxAppearCondition" value="10"/>
<add key="CheckRewardItem" value="11001"/>
<add key="CheckCount" value="2"/>
<add key="HymenealMoney" value="500"/>
<add key="DivorcedMoney" value=""/>
<add key="MarryRoomCreateMoney" value="2000,2700,3400"/>
<add key="FastLimit" value="true"/>
<!--server-->
<add key="PingCheckInterval" value="3"/>
<add key="DBAutosaveInterval" value="10"/>
<add key="LoginServerPort" value="9202"/>
<add key="LoginServerIp" value="127.0.0.1"/>
<add key="FightServerPort" value="9208"/>
<add key="FightServerIp" value="127.0.0.1"/>
<add key="ScriptCompilationTarget" value=".\GameServerScripts.dll"/>
<add key="ScriptAssemblies" value="Game.Base.dll,Game.Logic.dll,Game.Server.dll,SqlDataProvider.dll,Bussiness.dll,System.Drawing.dll"/>
<add key="LogConfigFile" value="logconfig.xml"/>
<add key="MaxClientCount" value="8000"/>
<!--record-->
<add key="AppID" value="1"/>
<add key="SubID" value="1"/>
<add key="GameType" value="1"/>
<add key="AreaID" value="1"/>
<add key="LogPath" value="RecordLog"/>
<add key="CountRecord" value="true"/>
<add key="SaveRecordInterval" value="5"/>
<add key="TxtRecord" value="true"/>
<add key="Edition" value="10990"/>
<!--interface-->
<add key="InterName" value="SevenRoad"/>
<add key="PrivateKey" value="<RSAKeyValue><Modulus>zRSdzFcnZjOCxDMkWUbuRgiOZIQlk7frZMhElQ0a7VqZI9VgU3+lwo0ghZLU3Gg63kOY2UyJ5vFpQdwJUQydsF337ZAUJz4rwGRt/MNL70wm71nGfmdPv4ING+DyJ3ZxFawwE1zSMjMOqQtY4IV8his/HlgXuUfIHVDK87nMNLc=</Modulus><Exponent>AQAB</Exponent><P>7lzjJCmL0/unituEcjoJsZhUDYajgiiIwWwuh0NlCZElmfa5M6l8H+Ahd9yo7ruT6Hrwr4DAdrIKP6LDmFhBdw==</P><Q>3EFKHt4FcDiZXRBLqYZaNSmM1KDrrU97N3CtEDCYS4GimmFOGJhmuK3yGfp/nYLcL2BTKyOZLSQO+/nAjRp2wQ==</Q><DP>SFdkkGsThuiPdrMcxVYb7wxeJiTApxYKOznL/T1VAsxMbyfUGXvMshfh0HDlzF6diycUuQ8IWn26YonRdwECDQ==</DP><DQ>xR9x1NpkB6HAMHhLHzftODMtpYc4Jm5CGsYvPZQgWUN2YbDAkmajWJnlWbbFzBS4N3aAONWtW6cv+ff2itKqgQ==</DQ><InverseQ>oyJzP0Sn+NgdNRRc7/cUKkbbbYaNxkDLDvKLDYMKV6+gcDce85t/FGfaTwkuYQNFqkrRBtDYjtfGsPRTGS6Mow==</InverseQ><D>wM33JNtzUSRwdmDWdZC4BuOYa2vJoD0zc0bNI4x0ml2oyAWdUCMcBfKEds/6i1T6s2e91d2dcJ/aI27o22gO/sfNg3tsr7uYMiUuhSjniqBDB/zyUVig29E4qdfuY1GHxTE8zurroY8mgGEB0aLj+gE0yX9T7sDFkY0QYRqJnwE=</D></RSAKeyValue>"/>
<add key="ClientSettingsProvider.ServiceUri" value=""/>
</appSettings>
<system.serviceModel>
<bindings>
<basicHttpBinding>
<binding name="PassPortSoap" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true">
<readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384"/>
<security mode="None">
<transport clientCredentialType="None" proxyCredentialType="None" realm=""/>
<message clientCredentialType="UserName" algorithmSuite="Default"/>
</security>
</binding>
</basicHttpBinding>
<netTcpBinding>
<binding name="NetTcpBinding_ICenterService" closeTimeout="00:01:00" openTimeout="00:01:00"
receiveTimeout="00:10:00" sendTimeout="00:01:00"
transactionFlow="false" transferMode="Buffered"
transactionProtocol="OleTransactions"
hostNameComparisonMode="StrongWildcard" listenBacklog="10"
maxBufferPoolSize="524288" maxBufferSize="65536" maxConnections="12"
maxReceivedMessageSize="65536">
<readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384"/>
<reliableSession ordered="true" inactivityTimeout="00:10:00" enabled="false"/>
<security mode="None">
<transport clientCredentialType="Windows" protectionLevel="EncryptAndSign"/>
<message clientCredentialType="Windows"/>
</security>
</binding>
</netTcpBinding>
</bindings>
<client>
<endpoint address="http://127.0.0.1/admingunny/Flash_Port/PassPort.asmx" binding="basicHttpBinding" bindingConfiguration="PassPortSoap" contract="WebLogin.PassPortSoap" name="PassPortSoap"/>
<endpoint address="net.tcp://127.0.0.1:2009/" binding="netTcpBinding" bindingConfiguration="NetTcpBinding_ICenterService" contract="CenterService.ICenterService" name="NetTcpBinding_ICenterService"/>
</client>
</system.serviceModel>
<runtime>
<gcServer enabled="true"/>
</runtime>
<system.web>
<membership defaultProvider="ClientAuthenticationMembershipProvider">
<providers>
<add name="ClientAuthenticationMembershipProvider" type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri=""/>
</providers>
</membership>
<roleManager defaultProvider="ClientRoleProvider" enabled="true">
<providers>
<add name="ClientRoleProvider" type="System.Web.ClientServices.Providers.ClientRoleProvider, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" cacheTimeout="86400"/>
</providers>
</roleManager>
</system.web>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
 
dat face
Loyal Member
Joined
May 25, 2012
Messages
1,738
Reaction score
621

Please Put It In SPOILER Tag .. It All Perfect.. Hmm.. Do You Have Teamviewer?
 
dat face
Loyal Member
Joined
May 25, 2012
Messages
1,738
Reaction score
621
i nver test it .. so what is the prob about that ? the fight nver start or what?
 
Back
Top