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] Community Edition Season6 Episode3 z-Team

selling server files is against RZ rules
Joined
Feb 26, 2013
Messages
540
Reaction score
130
please tell me.
I create an account, and immediately all the characters available.
Where to adjust the level to create characters? in commonserver set requirement level.

подскажите пожалуйста.
Я создаю аккаунт, и сразу все персонажи доступны.
Где настроить уровень для создания персонажей? в коммонсервере настроено требование по уровню.
 
Experienced Elementalist
Joined
Apr 16, 2013
Messages
241
Reaction score
59
RacRac - [Development] Community Edition Season6 Episode3 z-Team - RaGEZONE Forums



Because this happens

Since I solve this problem.


i use windows 7 ultimate and vs 2010 pack 1

Help please

Thanks

My GS is also giving this crash. anyone found a solution?
 
Junior Spellweaver
Joined
Dec 19, 2012
Messages
148
Reaction score
135
If someone wanna know all difference in code between original source and quskevel one look att
 

Attachments

You must be registered for see attachments list
Last edited:
Apprentice
Joined
Dec 14, 2007
Messages
839
Reaction score
430
a lot of work to put all this together, Razzor, but, excuse my ignorance, who cares about customs quskevel development, since he said:
My gs from this theared dont crash
dont ask me about my source, bcz i added my own Leader System for my Project and more more more customs =).
What i say wrong?
 
Junior Spellweaver
Joined
Dec 19, 2012
Messages
148
Reaction score
135
a lot of work to put all this together, Razzor, but, excuse my ignorance, who cares about customs quskevel development, since he said:

It's all changes (addons, removes, replacing) so a lot of fixes are included in it, so you take what u want ignoring customs:D
 
Experienced Elementalist
Joined
Jan 28, 2013
Messages
275
Reaction score
52
It's all changes (addons, removes, replacing) so a lot of fixes are included in it, so you take what u want ignoring customs:D
Its old source :D

Maybe who know how to fix?:




i think, need add:
else if ( citem->m_Type == ITEMGET(14,151) ) //season 6 - Quest
{


gObjInventoryItemSet(aIndex, pos, -1);
gObj[aIndex].pInventory[pos].Clear();
GCInventoryItemDeleteSend(aIndex, pos, 1);
}

but what function need to call... before
 
Junior Spellweaver
Joined
Jul 18, 2005
Messages
124
Reaction score
74
Its old source :D

Maybe who know how to fix?:




i think, need add:
else if ( citem->m_Type == ITEMGET(14,151) ) //season 6 - Quest
{


gObjInventoryItemSet(aIndex, pos, -1);
gObj[aIndex].pInventory[pos].Clear();
GCInventoryItemDeleteSend(aIndex, pos, 1);
}

but what function need to call... before

You need to code function, its missing.
 
Experienced Elementalist
Joined
Apr 16, 2013
Messages
241
Reaction score
59
@cocs55
qual a função do cheatguard eu removo?? se e u tiro tudo da erro.
alguem poderia postar a source ja sem o cheatguard por favor.

what function do I remove the cheatguard ?? and if u shoot all the error.
could someone post the source already without cheatguard please.
@michael_admin quais os files? which files.
 
Experienced Elementalist
Joined
Dec 2, 2004
Messages
225
Reaction score
30
@cocs55
qual a função do cheatguard eu removo?? se e u tiro tudo da erro.
alguem poderia postar a source ja sem o cheatguard por favor.

what function do I remove the cheatguard ?? and if u shoot all the error.
could someone post the source already without cheatguard please.
@michael_admin quais os files? which files.


i used this files of first post
 
Experienced Elementalist
Joined
Apr 16, 2013
Messages
241
Reaction score
59
Anyone know how to let the GS compatible with win server 2003, 2008 64bit
alguem sabe como deixar o GS compativel com win server 2003, 2008 64bits

crash GS in win server 2003, 2008 64bit

CRASH GS WIN SERVER 2003 E 2008 R2 64BITS SOLUTION??
 
Last edited:
Experienced Elementalist
Joined
Jan 28, 2013
Messages
275
Reaction score
52
deleted its not fix :D



//UPD for non worked Earth option im replace to My New work option:
RacRac - [Development] Community Edition Season6 Episode3 z-Team - RaGEZONE Forums

RacRac - [Development] Community Edition Season6 Episode3 z-Team - RaGEZONE Forums

RacRac - [Development] Community Edition Season6 Episode3 z-Team - RaGEZONE Forums

RacRac - [Development] Community Edition Season6 Episode3 z-Team - RaGEZONE Forums

RacRac - [Development] Community Edition Season6 Episode3 z-Team - RaGEZONE Forums

=)
 
Last edited:
Skilled Illusionist
Joined
Dec 9, 2009
Messages
373
Reaction score
42
If someone wanna know all difference in code between original source and quskevel one look att

Hi Razzor,

For example in the change of Event.cpp, what does this line mean?

90a93,116
> void DataSendEventChip(char* pMsg, int size)
> {
> if ( IsEventChipServerConnected == FALSE && ::EventChipServerConnect != FALSE )
> {
> wsEvenChipServerCli.Close();
> wsEvenChipServerCli.CreateSocket(ghWnd);
> if ( GMEventChipServerConnect:):gEventChipServerIp, WM_GM_EVENTCHIP_CLIENT_MSG_PROC) == FALSE )
> {
> IsEventChipServerConnected = FALSE;
> LogAddTD("Can not connect EventChip Server");
>
> return;
> }
>
> ::IsEventChipServerConnected = TRUE;
>
> }
>
> if ( ::IsEventChipServerConnected != FALSE && ::EventChipServerConnect != FALSE )
> {
> ::wsEvenChipServerCli.DataSend((char *)pMsg, size);
> }
> }


--> So does it mean we go to line 90 and add in the above code, so it will stop at line 116? What does number 93 means?
 
Junior Spellweaver
Joined
Dec 19, 2012
Messages
148
Reaction score
135
Download "WinMerge" and you gonna see graphic colored differences
REMOVED

btw as u see func is removed
 
Last edited:
Experienced Elementalist
Joined
Dec 2, 2004
Messages
225
Reaction score
30
a question where I change the drop of items ancient from kundun of lostmap 7 in the file kundun itembag are no items that drop
 
Experienced Elementalist
Joined
Apr 16, 2013
Messages
241
Reaction score
59
crash GS for login e password
GS crash after entering username and password and click connect. ai gs closes
AyRKVN3 - [Development] Community Edition Season6 Episode3 z-Team - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Back
Top