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!

Mobile [Mobile Game] Rise of god Vmware Ready [ONLINE]

Banned
Banned
Joined
May 23, 2009
Messages
233
Reaction score
24
Rody’s Angelica Editor 2019

Tryed to edit .data files with that but not works.
 
Banned
Banned
Joined
May 23, 2009
Messages
233
Reaction score
24
Close or delete this thread.
No one intrested to do work on this.
 
Initiate Mage
Joined
Aug 30, 2017
Messages
93
Reaction score
12
I'm interested and looking into this, but atm I don't have a server up ready. I'm using localhost but not the best setup. Soon as I'm up I'll continue with the work
 
Elite Diviner
Joined
Jan 5, 2017
Messages
475
Reaction score
345
I'm trying to create or set up an editor for elements.data here, but it appears to be encrypted or compressed... Anyone familiar with this elements.data...?
 
Banned
Banned
Joined
May 23, 2009
Messages
233
Reaction score
24
I'm trying to create or set up an editor for elements.data here, but it appears to be encrypted or compressed... Anyone familiar with this elements.data...?

I cant find a program to open this
 
Elite Diviner
Joined
Jan 5, 2017
Messages
475
Reaction score
345
As far as I know, there isn't one, that's why I'm trying to make one... I've worked with elements.data from pw, jd, etc, but this one appears to be compressed... I'm not asking for a program...
 
Initiate Mage
Joined
Mar 9, 2020
Messages
1
Reaction score
0
As far as I know, there isn't one, that's why I'm trying to make one... I've worked with elements.data from pw, jd, etc, but this one appears to be compressed... I'm not asking for a program...

Send me your skype in pm i are try make editor too
 
Banned
Banned
Joined
May 23, 2009
Messages
233
Reaction score
24
Trying to make it online on a vps. Without sucess, in local works fine
 
Retired Developer
Joined
Jun 16, 2005
Messages
496
Reaction score
213
Trying to make it online on a vps. Without sucess, in local works fine
i'm on this one since today after you contacted me

So far i already showed you the tool for element :)



As far as I know, there isn't one, that's why I'm trying to make one... I've worked with elements.data from pw, jd, etc, but this one appears to be compressed... I'm not asking for a program...
yes it is compressed
unfortunately the tool will be paid version

So far the developer of the tools will be able to do element and task editor for this game
 
Last edited:
Retired Developer
Joined
Jun 16, 2005
Messages
496
Reaction score
213
Ok i did put a server online (dedicated server) for public

the problem now is the login / registration

it does connect to an official server mean you can't control it from your side
here some sniffing

Remote Address sdkserver.zulong.com/115.159.129.88:443

URL
Remote Address astat.bugly.qq.com/203.205.219.244:8011

URL


URL



Fixing the client side as it has many edited part that arent use at all (client that i downloaded from a vietnam YouTube link).

Started the translation.

Server is fully extracted from VMware and ready to host for live server

The only issue we really have is to remove the login system on official server and use our own system

I can open a test server for those who want to try it out
Just let me know
 

Attachments

You must be registered for see attachments list
Last edited:
Retired Developer
Joined
Jun 16, 2005
Messages
496
Reaction score
213
Immortal Throne | Rise of Gods - Server file

Here the extracted server file




Installation :
this process below are only for full root access if you want more protection you have to create user and chmod file properly

Code:
sudo mkdir /home/rog
chmod 0700 /home/rog

extract all file in /home/rog

set all file on 0777 (experimented user will only set executable 0755 and the rest 0644)

edit /gdeliveryd
(you will notice that i created an empty config folder in it just delete it)
create a symbolic link to /gamed/config

Code:
cd /home/rog/gdeliveryd
ln -s /home/rog/gamed/config config

edit your Wan IP or your Local test server ip in /gdlink
edit : glinkd.conf
Code:
[GLinkServer]
type                    =    tcp
port                    =    9225
; Set below your wan IP for external connection and added port TCP 9225 to your firewall
;address                =    192.168.1.100 (example if it's lan connection)
address                    =    127.0.0.1

edit /zdir

Note that i disabled ios as we only use APK for now

edit the file /home/rog/zdir/version.xml
i suggest you to use a domain name with HTTPS for your live server replace 192.168.254.100 with your domain name or IP
Code:
<resource_update packext=".svzp" project="seven-android"
address="http://192.168.254.100/seven/android_openbeta/"
        importantlist="" >
    </resource_update>
    <announcement url="http://192.168.254.100/seven/android_openbeta/bin/notice.xml" />

then there is a wwwroot folder that you have to set on your webserver for match the patcher and zdir

you have to edit your client with same info

for start the server i like to use old way :)

first start auth server as i use screen for each of them

Code:
cd /home/rog/auany
./start.sh
note that i edit the start.sh as i use java 1.8

start ghubd server
Code:
cd /home/rog/ghubd 
./restart_hub.sh

and finally start the whole server
Code:
cd /home/rog/
./service.sh start


kill process :

Code:
cd /home/rog/
./killsh

Code:
cd /home/rog/ghubd 
pkill -9 gdhubd

sorry for that one i didn't finish all script as i'm still testing

Code:
cd /home/rog/
./service.sh stop

Edit :
My Test Client :
 
Last edited:
Back
Top