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!

Gs 1.5.5

Initiate Mage
Joined
Aug 9, 2013
Messages
49
Reaction score
66
Original contains not only gs, but not full server (gamed directory have only gs file) -
 

Attachments

You must be registered for see attachments list
Elite Diviner
Joined
Jun 26, 2013
Messages
486
Reaction score
91
Can someone re-upload to a different website since I cant seem to register for QQ. :blink::blink:



File was removed someone who has downloaded it should re-upload.
 
Experienced Elementalist
Joined
Apr 18, 2011
Messages
280
Reaction score
11
i start the server, all started without error but can't start the map, got this error on log
env TZ =
ÅäÖÃÎļþ:'gs.conf' ÅäÖÃÔö²¹Îļþ:'gsalias.conf'
ÎÞ·¨¶ÁÈ¡ÎïÆ·ºÍ¹ÖÎïµÄÄ£°åÎļþ:'/pwserver/gamed/config/elements.data'
µÚÒ»²½³õʼ»¯Ê§°Ü£¬´íÎóºÅ:-3

i am using elements.data tasks.data and tasks_npc.data from latest pwi files, the elements.data is version 181

can some one help?
 
Initiate Mage
Joined
Jan 20, 2015
Messages
71
Reaction score
20
I have not tested yet
But I know: elements.data 156 tasks.data 129

 
Elite Diviner
Joined
Jun 26, 2013
Messages
486
Reaction score
91
i start the server, all started without error but can't start the map, got this error on log
env TZ =
ÅäÖÃÎļþ:'gs.conf' ÅäÖÃÔö²¹Îļþ:'gsalias.conf'
ÎÞ·¨¶ÁÈ¡ÎïÆ·ºÍ¹ÖÎïµÄÄ£°åÎļþ:'/pwserver/gamed/config/elements.data'
µÚÒ»²½³õʼ»¯Ê§°Ü£¬´íÎóºÅ:-3

i am using elements.data tasks.data and tasks_npc.data from latest pwi files, the elements.data is version 181

can some one help?


They are not complete files and will not run until more are released.
 
Initiate Mage
Joined
Jan 20, 2015
Messages
71
Reaction score
20
Time consuming for it
The file is incomplete
Missing Map NPC..v.v.v
Active but incomplete. So I only share the GS without sharing the whole file because it lacks a lot of functionality.
It is pointless to waste time
 
Experienced Elementalist
Joined
Apr 18, 2011
Messages
280
Reaction score
11
Time consuming for it
The file is incomplete
Missing Map NPC..v.v.v
Active but incomplete. So I only share the GS without sharing the whole file because it lacks a lot of functionality.
It is pointless to waste time

what is the point of sharing the GS only if it does not working?



The files works 100%

yeah, right.
 
Junior Spellweaver
Joined
Oct 16, 2012
Messages
136
Reaction score
46
what is the point of sharing the GS only if it does not working?.

Reason for that is quite simple, lets say you wanted to sell the 1.5.5 files. But your recieving party wanted proof first.

Thus, this happens, you give out some files to verify its 1.5.5. But at the same time make it useless on its own by not giving out the rest of the files required.
 
Banned
Banned
Joined
Dec 17, 2011
Messages
470
Reaction score
245
The files works i just tested them. This files are not ussles if you know what to do, you can easy take maps from pwi client and you can easy get aipolicy file. That is the only missing files and the din_tasks.



In case anyone needs :)

Here struct for gshop:


PHP:
struct SUB_TYPE
{
	wchar_t sub_type[64];
};

struct MAIN_TYPE
{
	char main_type[128];
	int sub_type_count;
	SUB_TYPE sub_types[sub_type_count];
};

struct GSHOP_ITEM
{
	int local_id;
	int cat_index;
	int sub_cat_index;
	char surface_path[128];
	unsigned int item_id;
	unsigned int item_amount;
	struct
	{
		unsigned int price;
		unsigned int expire_date;
		unsigned int duration;
		unsigned int start_date;
		int control_type;
		unsigned int day;
        unsigned int vipLevel;
		unsigned int status;
		unsigned int flag;
       
	}
	sale_options[4];
	char description[1024];
	char name[64];
	unsigned int gift_id;
	unsigned int gift_amount;
	unsigned int gift_duration;
	unsigned int log_price;
	unsigned int owner_npcs[8];
    unsigned int UK1;
    unsigned int UK2;

};

struct
{
	time_t timestamp;
	int item_count;
    GSHOP_ITEM data[item_count];
	MAIN_TYPE main_types[8]<optimize=false>;
} file;
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Apr 18, 2011
Messages
280
Reaction score
11
i got the server running without error, but when after the character selection and to login in to the world, it show "disconnected from server, please log in again" i am using tasks.data v124 because if i use v129 tasks.data, map can't start.
 
Back
Top