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
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





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

I was glad to revive this post. Hope everyone can work as a TEAM. :)
Im trying to install on vps, step by step i will share my progress and what i found
 
Last edited:
Retired Developer
Joined
Jun 16, 2005
Messages
496
Reaction score
213
Just let you know that the element editor is finish

here some work on the translation

rocklee330 - [Mobile Game] Rise of god Vmware Ready [ONLINE] - RaGEZONE Forums

rocklee330 - [Mobile Game] Rise of god Vmware Ready [ONLINE] - RaGEZONE Forums

rocklee330 - [Mobile Game] Rise of god Vmware Ready [ONLINE] - RaGEZONE Forums

rocklee330 - [Mobile Game] Rise of god Vmware Ready [ONLINE] - RaGEZONE Forums


For inquiry about tools you can contact me or directly YurecRUS
 
Last edited:
Retired Developer
Joined
Jun 16, 2005
Messages
496
Reaction score
213
YurecRUS allow me to share the elements.data that he edited (he didn't translate it yet)
But he added ID so you can see all ID as GM

 
Newbie Spellweaver
Joined
Oct 3, 2020
Messages
25
Reaction score
2
Guys, tell me how to start, I do everything according to instructions, and the result is no.
Here is a screenshot
 
Banned
Banned
Joined
May 23, 2009
Messages
233
Reaction score
24
Found one thing.
Database data not mySQL its Oracle database.

GM Tool Working. Im Improving it .
image_2020_11_01T16_21_31_521Z - [Mobile Game] Rise of god Vmware Ready [ONLINE] - RaGEZONE Forums

Game Master Tools Improved and Working

gG8PUdA - [Mobile Game] Rise of god Vmware Ready [ONLINE] - RaGEZONE Forums


hV7E943 - [Mobile Game] Rise of god Vmware Ready [ONLINE] - RaGEZONE Forums


GajCaXt - [Mobile Game] Rise of god Vmware Ready [ONLINE] - RaGEZONE Forums


5HwOeRu - [Mobile Game] Rise of god Vmware Ready [ONLINE] - RaGEZONE Forums


Ban Player work proof
grdWlnu - [Mobile Game] Rise of god Vmware Ready [ONLINE] - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Retired Developer
Joined
Jun 16, 2005
Messages
496
Reaction score
213
about the login System

Code:
package com.zulong.sdk.constant;
public class URLFunAdd {
    public static final String BindAccountURL = "/api/guestupgrade";
    public static final String BindPhoneNumURL = "/api/bind_cellphone";
    public static final String CANCEL_BILLID = "/api/cancel_billid_with_openid";
    public static final String CHECK_GAME_UPDATE_URL = "/api/get_latest_version";
    public static final String CREATE_ALIPAY_ORDER_URL = "/api/get_alipay_billid_with_openid";
    public static final String CREATE_UNIONPAY_ORDER_URL = "/api/get_unionpay_billid";
    public static final String CREATE_WXPAY_ORDER_URL = "/api/get_wxpay_billid_with_openid";
    public static final String CheckUserBindStateURL = "/api/check_user_bindstate";
    public static final String GET_SHOW_PLATFORM = "/api/get_thirdplat_hide";
    public static final String GetCaptchaRandKeyURL = "/api/get_rand_for_captcha";
    public static final String GetEmailVerifyCodeURL = "/api/get_email_captcha";
    public static final String GetEmailVerifyRandKeyURL = "/api/get_rand_for_emailcaptcha";
    public static final String GetSigURL = "/api/sig";
    public static final String LoginURL = "/api/login";
    public static final String LoginWithPassWordURL = "/api/loginwithpasswd";
    public static final String LoginWithTokenURL = "/api/loginwithtoken";
    public static final String PAYSDKURL = "/get_payjsp_with_openid";
    public static final String QuickURL = "/api/guestlogin";
    public static final String RegisterCheckCaptchaURL = "/api/check_sms_captcha";
    public static final String RegisterCheckURL = "/api/check_name_available";
    public static final String RegisterGetCaptchaURL = "/api/get_sms_captcha";
    public static final String RegisterURL = "/api/register";
    public static final String RetrieveEmailAccountURL = "/api/findpasswd_by_email";
    public static final String RetrievePhoneAccountURL = "/api/findpasswd_by_cellphone";
    public static final String RetrieveURL = "/api/getbackpasswd_by_cellphone";
    public static final String ThirdLoginURL = "/api/thirdaccountlogin";
    public static final String USER_CENTER_URL = "/usercenter/getusercenterjsp";
    public static final String UnBindPhoneNumURL = "/api/unbind_cellphone";
}
Code:
https://sdkserver.zulong.com/api/sig
https://sdkserver.zulong.com/api/get_thirdplat_hide
https://sdkserver.zulong.com/api/get_latest_version
https://sdkserver.zulong.com/api/loginwithtoken

https://sdkserver.zulong.com/api/register
https://sdkserver.zulong.com/api/loginwithpasswd
https://sdkserver.zulong.com/api/get_rand_for_emailcaptcha
 
Retired Developer
Joined
Jun 16, 2005
Messages
496
Reaction score
213
nice graphics.. work fine?
yes really fine
the game is smoth and for now if we use full chinese file no bugs really

so the translation still in progress and few tools are available :)



For extract the data on client side

you can use my PCK tool that i use on swordsman (from the original creator and translated by me).

This pck can extract and pack back in .pck



but first you have to rename all .png into .pck

if you are on windows just open batch cmd and do : rename *.png *.pck
 
Retired Developer
Joined
Jun 16, 2005
Messages
496
Reaction score
213
We miss you on Aion section :junglejane: i think you are r
etired
:sneaky2::cool:
i'm retired from many games :)

RF Online, Pristontale, Cabal, Aion and now Swordsman
Aion was my Favorite one :) but my location today i can't dev that one maybe if one day i'm back in Europe
 
Banned
Banned
Joined
May 23, 2009
Messages
233
Reaction score
24
We test with a nice kind of users we found some bugs

Arc of Noa Event not works
Dungeon Events not Works
Group System nto Works (Party)
Class Change Skills not work, cant fight
 
Retired Developer
Joined
Jun 16, 2005
Messages
496
Reaction score
213
We test with a nice kind of users we found some bugs

Arc of Noa Event not works
Dungeon Events not Works
Group System nto Works (Party)
Class Change Skills not work, cant fight
As i told you on Skype

you have to edit date of events because this client and server was made long ago (2016 i guess)
so all events wont work as expected due the date

for fix those above you have to edit elements.data and campaignlist_dev.lua

edit all years/months/days of events that you need to activate and have a double check on elements with events ID and see if they are open for 2020

or just rollback your machine time and have some test
 
Banned
Banned
Joined
May 23, 2009
Messages
233
Reaction score
24
As i told you on Skype

you have to edit date of events because this client and server was made long ago (2016 i guess)
so all events wont work as expected due the date

for fix those above you have to edit elements.data and campaignlist_dev.lua

edit all years/months/days of events that you need to activate and have a double check on elements with events ID and see if they are open for 2020

or just rollback your machine time and have some test

Yes, the main problem its the Party system. Needed to do some quests.
 
Initiate Mage
Joined
Nov 15, 2023
Messages
2
Reaction score
0
العرش الخالد | صعود الآلهة - ملف الخادم

هنا ملف الخادم المستخرج




تثبيت :
هذه العملية أدناه مخصصة فقط للوصول إلى الجذر الكامل. إذا كنت تريد المزيد من الحماية، فيجب عليك إنشاء ملف مستخدم وchmod بشكل صحيح

[الكود] Sudo mkdir /home/rog
شمود 0700 /home/rog[/CODE]

استخراج كافة الملفات في /home/rog

قم بتعيين كل الملفات على 0777 (سيقوم المستخدم المجرب فقط بتعيين الملف القابل للتنفيذ 0755 والباقي 0644)

تحرير /gdeliveryd
(ستلاحظ أنني قمت بإنشاء مجلد تكوين فارغ فيه فقط قم بحذفه)
أنشئ رابطًا رمزيًا إلى /gamed/config

[الكود]cd /home/rog/gdeliveryd
ln -s /home/rog/gamed/config config[/CODE]

قم بتحرير عنوان IP الخاص بـ Wan أو عنوان IP لخادم الاختبار المحلي الخاص بك في /gdlink
تحرير: glinkd.conf
[الكود] [جلينكسيرفر]
النوع = برنامج التعاون الفني
المنفذ = 9225
; قم بتعيين عنوان IP الخاص بشبكة wan الخاصة بك أدناه للاتصال الخارجي وأضف المنفذ TCP 9225 إلى جدار الحماية الخاص بك
العنوان = 192.168.1.100 (على سبيل المثال إذا كان اتصال الشبكة المحلية)
العنوان = 127.0.0.1
[/شفرة]

تحرير /zdir

لاحظ أنني قمت بتعطيل نظام التشغيل iOS لأننا نستخدم APK فقط في الوقت الحالي

قم بتحرير الملف /home/rog/zdir/version.xml
أقترح عليك استخدام اسم نطاق مع HTTPS لخادمك المباشر واستبدال 192.168.254.100 باسم المجال الخاص بك أو IP
[الكود]<resource_update packext=".svzp" مشروع = "seven-android"
عنوان = " "
القائمة المهمة = "">
</resource_update>
<إعلان url="http://192.168.254.100/seven/android_openbeta/bin/notice.xml" />[/CODE]

ثم هناك مجلد wwwroot الذي يجب عليك تعيينه على خادم الويب الخاص بك لمطابقة patcher وzdir

يجب عليك تعديل عميلك بنفس المعلومات

لبدء الخادم أحب استخدام الطريقة القديمة:)

قم أولاً ببدء تشغيل خادم المصادقة أثناء استخدام الشاشة لكل منهم

[الكود]cd /home/rog/auany
./start.sh[/CODE]
لاحظ أنني قمت بتحرير ملف start.sh أثناء استخدامي لـ Java 1.8

بدء تشغيل خادم ghubd
[الكود]cd /home/rog/ghubd
./restart_hub.sh[/CODE]

وأخيرا بدء تشغيل الخادم بأكمله
[الكود]cd /home/rog/
./service.sh البداية[/CODE]


عملية قتل :

[الكود]cd /home/rog/
./كيلش[/CODE]

[الكود]cd /home/rog/ghubd
بكيل -9 gdhubd[/CODE]

آسف لذلك لأنني لم أنهي كل النص لأنني ما زلت أختبره

[الكود]cd /home/rog/
./service.sh توقف[/CODE]

يحرر :
عميل الاختبار الخاص بي:
الرجاء إعادة إرسال الرابط لا يعمل من فضلك
 
Back
Top