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!

[help] PvP Arena don't working

Junior Spellweaver
Joined
Mar 26, 2011
Messages
194
Reaction score
13
someone could post as the process of configuring the IP ...:mellow:


4kF5yzY - [help]  PvP Arena don't working - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Junior Spellweaver
Joined
Jan 12, 2013
Messages
127
Reaction score
18
I've Explained this

Make sure ServiceCore.dll.config in line

<setting name="DSExecPath" serializeAs="String">
<value>C:\Development\vindictus\zh-tw-x-gm\client\srcds.exe</value>
</setting>

Points to the SRCDS.exe in the Client Folder also if the Server is WAN u need a copy of your Client folder and then point the String to the SRCDS of the Copied Folder
 
Upvote 0
Newbie Spellweaver
Joined
Oct 26, 2013
Messages
85
Reaction score
22
i've a error...
07-09 22:01:58 > [1][(null) ((null))][HeroesContentsLoader] - HeroesContentsLoader in 64bit
07-09 22:01:58 > [1][(null) ((null))][HeroesContentsLoader] - GetGameCode : FeatureMatrix
07-09 22:01:58 > [1][(null) ((null))][HeroesContentsLoader] - GetGameCodeEnd : FeatureMatrix
07-09 22:01:58 > [1][(null) ((null))][HeroesContentsLoader] - GetFeatureMatrix : ZH-TW-X-GM
07-09 22:01:58 > [1][(null) ((null))][HeroesContentsLoader] - GetFeatureMatrixEnd : ZH-TW-X-GM
07-09 22:02:02 > [1][(null) ((null))][ConnectionStringLoader] - Testing Contents DB Connection...
07-09 22:02:02 > [1][(null) ((null))][HeroesContentsLoader] - GetGameCode : FeatureMatrix
07-09 22:02:02 > [1][(null) ((null))][HeroesContentsLoader] - GetGameCodeEnd : FeatureMatrix
07-09 22:02:02 > [1][(null) ((null))][HeroesContentsLoader] - GetTable : PvpInfo
07-09 22:02:02 > [1][(null) ((null))][HeroesContentsLoader] - GetTableEnd : PvpInfo
07-09 22:02:02 > [1][(null) ((null))][PvpService] - config doesnot exist : CTF MaxSize
07-09 22:02:02 > [1][(null) ((null))][PvpService] - config doesnot exist : CTF PairOfPlayer
07-09 22:02:02 > [1][(null) ((null))][PvpService] - config doesnot exist : CTF PvpUserCountKey
07-09 22:02:02 > [1][(null) ((null))][PvpService] - config doesnot exist : CTF LevelLimitMin
07-09 22:02:02 > [1][(null) ((null))][PvpService] - config doesnot exist : CTF LevelLimitMax
07-09 22:02:02 > [1][(null) ((null))][PvpService] - config doesnot exist : CTF IsGuild
07-09 22:02:02 > Exception Occurred : Ђ¤аҐб ⠢맮ў ᮧ¤ « ЁбЄ«о祭ЁҐ.
07-09 22:02:02 > ў System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
07-09 22:02:02 > ў System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
07-09 22:02:02 > ў System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
07-09 22:02:02 > ў Executer.Program.RunService(String[] args)
07-09 22:02:02 > ў Executer.Program.Main(String[] args)
07-09 22:02:02 >
07-09 22:02:02 > InnerException : €­ЁжЁ «Ё§ в®а вЁЇ "PvpService.PvpContents" ўл¤ « ЁбЄ«о祭ЁҐ.
07-09 22:02:02 > ў PvpService.PvpContents.Initialize()
07-09 22:02:02 > ў PvpService.PvpService.Initialize(JobProcessor thread)
07-09 22:02:02 > ў ServiceCore.ServiceInvoker.StartService(String ip, String portstr, Service service, Boolean bUsePerfLog)
07-09 22:02:02 > ў PvpService.PvpService.StartService(String ip, String portstr)
07-09 22:02:02 >
07-09 22:02:02 > == Begin RCClient Command Support ==
07-09 22:02:02 $AddCustomCommand 'Set Verbose Level|set-verboselevel [Level:string]'
07-09 22:02:02 > == End RCClient Command Support ==
 
Upvote 0
Junior Spellweaver
Joined
Jan 12, 2013
Messages
127
Reaction score
18
the Config LIne is wrong

Try this in RCClient
<Process Name="PvpService" Type="PvpService" Description="PVPService" WorkingDirectory="..\zh-tw-x-gm\bin" ExecuteName="Executer.exe" ExecuteArgs="PvpService.dll PvpService.PvpService StartService PvpService IPHERE 42" ShutdownString="" CustomCommandString="" BootedString="launched" CheckPerformance="True" PerformanceString="" PerformanceDescription="" LogLines="100" DefaultSelect="False" AutomaticStart="False" AutomaticRestart="False" UpdateExecuteName="" UpdateExecuteArgs="" TraceChildProcess="False" ChildProcessLogStr="" MaxChildProcessCount="10" />
 
Upvote 0
Experienced Elementalist
Joined
Sep 23, 2008
Messages
277
Reaction score
90
@WAMVN thank you for your answer that I corrected but I always have the same thing
<setting name="DSExecPath" serializeAs="String">
<value>C:\Development\Vindictus\zh-tw-x-gm\client\srcds.exe</value>
</setting>
<setting name="DSServicePort" serializeAs="String">
<value>27018</value>


Help please
 
Last edited:
Upvote 0
Newbie Spellweaver
Joined
Jun 19, 2016
Messages
65
Reaction score
13
Also does not work arena (


And pvp server quietly runs on a virtual machine where there is no srcds.exe.
I do not know what is responsible for srcds.exe but on the pvp server it lied can influence
 
Upvote 0
Experienced Elementalist
Joined
Nov 8, 2014
Messages
233
Reaction score
14
Arena want work maybe need this
 
Upvote 0
Experienced Elementalist
Joined
Nov 8, 2014
Messages
233
Reaction score
14
gorhan2009 - [help]  PvP Arena don't working - RaGEZONE Forums

PVPDS run, but client cant connect Arena

gorhan2009 - [help]  PvP Arena don't working - RaGEZONE Forums


I USE WINDOWS SERVER 2012
 
Last edited:
Upvote 0
Back
Top