Black Gold

Anyone else that posts about Age of Wushu after my 4 times warning. I'll make sure you're infracted and a Super gets involved.
I'm done repeating myself.

4-cylinder Ford Mustang had the same engine as the Pinto did back in the day.
Didn't make the vehicles the same, just because they share the same engine....
Same goes for this thread... Just because both games use the same Engine does NOT make them the same game.

===============

Posting about another game or another topic is considered "hijacking" the thread. Which in itself is a rule violation.
Repeating the offense is considered spamming.

(just so there is no further "confusion"...) ----> Please make your own thread if it is about a "different" game.
 
Last edited:
I want understand The Engine of Black Gold To Make Age of wushu server Because you guys said Age of wuhsu and Black gold same Engine

(paging DNC)
The same engine does not mean you can just take another game's contents and stick it in, and play on it!
Sure, a ton of games use the Unity engine, but does that mean you can use any game's exe created with Unity and replace it with different resources?
 
  • Like
Reactions: DNC
Code:
DELIMITER $$

DROP PROCEDURE IF EXISTS `nx_district`.`create_account`$$
CREATE DEFINER=`ragezone`@`%` PROCEDURE  `nx_district`.`create_account`()
BEGIN
declare i int;
set i = 1;
while i < 101 do
insert into dc_accounts values  (concat('test',lpad(i,'3','0')),'test',CURRENT_TIMESTAMP,CURRENT_TIMESTAMP,'',CURRENT_TIMESTAMP,51,1,11,0,0,0,'');
set i = i + 1;
end while;
END $$

DELIMITER ;
\Res\mysql\create_account.sql
 
this is not nothing said ???
insert into dc_accounts values (concat('test',lpad(i,'3','0')),'test',CURRENT_TIMESTAMP,CURRENT_TIMESTAMP,'',CURRENT_TIMESTAMP,51,1,11,0,0,0,'');
i'm sorry, are you - stupid
if you do not understand such simple things - go play in the dandy
i'm close my correspondence with you
 
(have not engaged in the game, much that i forgot)
-use chinese client (in english you can not perform actions (you already knew that))
-try to find all chinese patches and install them one by one on the old сhinese client (can not remember the last working version of the patch (it seems that the 100 or so) but, in any case, new classes will not be)
-for synchronization server with the client uses 'share' folder of the client (unpack and move it to the same folder on the server)
- client reads uncompressed folder (.package), you need to unpack and put them in a folder 'res' (except Lua - it to the root folder of the game)
-lua scripts client can easily decompile of bytecode and edit them (then again to do bytecode)

chinese and english client (as i remember) are quite different gameplay (quest chain, etc...)

----upd---
here are remembered)

When I tried to understand why not to do anything in the English client found that do not match the way for action (...hard to explain in words) ... to capture packets on the server side (game_member) and compare that sends client English and Chinese (path, name-effects) - you see the difference

and more))) - to parts of the server, you can connect via telnet commands (see the folder LUA)

and more)))) - gm console (the same effects editor, quests, animations, and other things - it's all there in the client) can connect lua corrected on the client side (look for the hot keys F1 F2, etc.)
Hello, could you please share the repaired client? I can no longer find a complete client anywhere — it's been too long. I've searched on the Web Archive for a long time, but many files are already corrupted and cannot be downloaded fully.
 
62281964d1fff2f80695573 - Black Gold - RaGEZONE Forums


The standalone version of this game was released on the Chinese forum on June 28, 2023. Is it fun to play?
 
Last edited:
When using the Mage class, I cannot right-click to pick up dropped items or perform dodge maneuvers. What could be the reason for this
 
Back