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!

[Development] Webgame MuOnline

Newbie Spellweaver
Joined
Oct 18, 2011
Messages
10
Reaction score
0
I use this script and after translating it, I upload it with sqlyog


<?php

mysql_connect("localhost","root","root");
mysql_select_db("muglobal");
$re=mysql_query("select * from system_script where id=50");
//$re=mysql_query("select * from dungeon_template where //dungeon_id=999");

$f=mysql_fetch_array($re);
header("Content-type: application/vnd.ms-excel");


echo $f['data'];
//echo $f['map_data'];

?>

is ready to use =)

Thanks
which version excel do you use for xls translation?
 
Coxiez
Banned
Joined
Aug 31, 2006
Messages
859
Reaction score
67
I use this script and after translating it, I upload it with sqlyog


<?php

mysql_connect("localhost","root","root");
mysql_select_db("muglobal");
$re=mysql_query("select * from system_script where id=50");
//$re=mysql_query("select * from dungeon_template where //dungeon_id=999");

$f=mysql_fetch_array($re);
header("Content-type: application/vnd.ms-excel");

echo $f['data'];
//echo $f['map_data'];

?>

is ready to use =)

Thanks
for what you say!. i understand how to translate the bin and xls thanks you!
 
Coxiez
Banned
Joined
Aug 31, 2006
Messages
859
Reaction score
67
hyyy... Anyone know how to import mb xls file on muglobal/system_script only i can import is kb xls file some mb xls file is, name of NPC and MOBS. i realy need help here!
 
Newbie Spellweaver
Joined
May 27, 2016
Messages
11
Reaction score
5
hyyy... Anyone know how to import mb xls file on muglobal/system_script only i can import is kb xls file some mb xls file is, name of NPC and MOBS. i realy need help here!

Export Example
KH4Znk2 - [Development] Webgame MuOnline - RaGEZONE Forums



Import Example

vjenGEC - [Development] Webgame MuOnline - RaGEZONE Forums




I'm using MySQL-front



you need to edit your mysql my.ini file
max_allowed_packet = 128M
I am using UniServerZ

 

Attachments

You must be registered for see attachments list
Coxiez
Banned
Joined
Aug 31, 2006
Messages
859
Reaction score
67
Export Example
KH4Znk2 - [Development] Webgame MuOnline - RaGEZONE Forums



Import Example

vjenGEC - [Development] Webgame MuOnline - RaGEZONE Forums




I'm using MySQL-front



you need to edit your mysql my.ini file
max_allowed_packet = 128M
I am using UniServerZ

nice thanks a lot!
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
Jan 3, 2019
Messages
1
Reaction score
0
Hello, could anyone help me?
I'm in trouble, when I go to get into the black screen game, does anyone know how to fix it?
 
Newbie Spellweaver
Joined
Oct 23, 2018
Messages
35
Reaction score
17
Hello everyone, i gona share all for free in english, with all tools, mini client e.t.c

Here is full project download link

Here is 2 difrent database translation, mix them for better translation :


And here is little update for modules in webcms:



Everything what need to make a server.
 
Junior Spellweaver
Joined
Oct 29, 2012
Messages
155
Reaction score
16
in www/qj/res. copy there and double chick on the exe file and wait to finish . You will have other res folder with all the files decrypted.

the files that do not turn into image as open to translate?
90011.swf ???
 
Newbie Spellweaver
Joined
Jul 27, 2011
Messages
33
Reaction score
2
How to add admin to this server and how to edit items? Have no idea how to edit this ....
 
Newbie Spellweaver
Joined
Mar 9, 2015
Messages
30
Reaction score
26
Hi. How do I connect from another computer? I have a connection, but on another computer, I click server list and reject from the server

Deny access
The server rejected the user's search request. Please check your access to this page.
Error code 102 (net::err_connection_refused)

OS : WIN10


I'm sorry Google translation
 
Last edited:
Experienced Elementalist
Joined
Dec 2, 2004
Messages
225
Reaction score
30
Hi. How do I connect from another computer? I have a connection, but on another computer, I click server list and reject from the server

Deny access
The server rejected the user's search request. Please check your access to this page.
Error code 102 (net::err_connection_refused)

OS : WIN10


I'm sorry Google translation

Hi

you need to open the corresponding ports and configure the ip to work on different computers, server and clients

Thanks
 
Initiate Mage
Joined
Jan 30, 2019
Messages
2
Reaction score
0
Hello everyone, i gona share all for free in english, with all tools, mini client e.t.c

Here is full project download link

Here is 2 difrent database translation, mix them for better translation :


And here is little update for modules in webcms:



Everything what need to make a server.


Hello FleksisLV, thanks for that!!!

Could you please explain how to create a char with normal letters? Some names dont works. And how can we join/use this admin page?

Thank you!
 
Last edited:
Back
Top