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

Initiate Mage
Joined
Oct 28, 2020
Messages
2
Reaction score
0
hi ragezone team. i got few technical problem and hopefully got some advice for me.

I donno why suddenly, all mob on map 1 map 2 map 3 has missing. when i try to respawn the mob nothing happened yet. i need solution :(
 
Newbie Spellweaver
Joined
Aug 13, 2019
Messages
39
Reaction score
10
Something wrong with the file "Arrangment" for those maps on \Script\Game on your server files.

Take a look on the logs, they may say something about this
 
Newbie Spellweaver
Joined
Jun 1, 2020
Messages
22
Reaction score
28
hi ragezone team. i got few technical problem and hopefully got some advice for me.

I donno why suddenly, all mob on map 1 map 2 map 3 has missing. when i try to respawn the mob nothing happened yet. i need solution :(

Hello ezenheidher2, I am almost 100% sure that your problem is in the files "MonsterProtoType.gsf" and "MonsterProtoType.txt". Something you should know is that the file "MonsterProtoType.GSF" recognizes its decimal numbers with "," commas. and the file "MonsterProtoType.TXT" recognizes its decimal numbers with "." points.
ezenheidher2 - Help me.... - RaGEZONE Forums


So if you edited these files and the .GSF is left with "." or vice versa, the .TXT file is left with "," commas when you enter the game you will not see any monster. Don't be scared, here is a link for you to download a tutorial made by me to edit these files using "Excel" and the "Notepad", it is a cumbersome process, but it works. I recommend that you use the "ScriptConverter" to make it easier. I also leave you a link to download it.

Mainly the problem is that when changing the "." points for "," commas, the names of the monster models, for example "Mon_Seaman.GCMDS" are misspelled, and you cannot find them, because it would look like "Mon_Seaman,GCMDS" and this model does not exist, here is the main error.

TUTORIAL:
SCRIPT CONVERTER:

I hope this helps. Bye
 
Banned
Banned
Joined
Oct 17, 2020
Messages
12
Reaction score
1
Edit txt and compile it bro with compilers, do not copy paste..
 
Back
Top