Use this, hope it works fine!
http://www.filedropper.com/zclient
Use this, hope it works fine!
http://www.filedropper.com/zclient
who can share server with fixes? many peoples waiting for this
You can remove it simple through the source.
Just search for the button at Interface.cpp, below to:
Comment the button with "//".Code:void Interface::Load() { this->BindObject(eSAMPLEBUTTON, 0x7AA4, 16, 15, 175, 1);
And this just because it's good remove image from load, search for the respect button image, at Interface.cpp, below to:
And comment the respective line too.Code:void Interface::LoadImages() {
Compile and done.
i don`t have source, please upload a zclient.dll perfect :D
Someone know if in zClient.dll source already have unlocked now items to be added like new weapons and sets?
If yes or no, what is the process for those files.
Last edited by crancenul; 11-02-15 at 04:57 PM.
how activate Gens Quest?????
thanks
After 400 Level, master level character zen drop get f*cked (if my level is < 400, then zen drop is normal):
any solution? thanks.
lvl 400 no zen drop this is normal no bug/error
anyone tryed doing a dropevent ? only the person who dropped the BOK or any other eventbag can pick it up normally afther some time passes anyone can pick up the item. anyone know a fix ?
Yea we adjusted it to a much longer time and still afther that the items just dissapeared and couldnt be picked up by others
Fix to GensQuest (it disables Wandering Merchant Zyro quests but I will tell you how to fix it at the end).
1. Open GameServer.sln (solution of visual studio).
2. Find the file GameMain.cpp search for this:
3. Add this below that:gEventOff = GetPrivateProfileInt("GameServerInfo","EventOff",0, SERVER_INFO_PATH);
if(gEventOff != 0)
{
LogAdd("EventOff");
}
4. Go to the file QuestExpLuaBlind.h and add this in the end of the file:gFreeServer = GetPrivateProfileIntA("GameServerInfo", "FreeServer", 0, SERVER_INFO_PATH);
if (gFreeServer)
LogAdd("Free Server");
Example:extern int gFreeServer;
5. Now go to the folder GameServer/Data and open the file ServerInfo.dat and add "FreeServer = 1" to enable GensQuests like this:
6. To enable Wandering Merchan Zyro quests with this FreeServer = 1, go to the file Quest_Main_NPC_TalkList.lua in the folder Data/Lua from the server files, open it with notepad and search for the this: function Ep7_NPCTalkList(iObjIndex). Inside of it, search for it:
You can do two things here, it's the same:if FreeServer == 0 and NotGlobalQuest == 0 then
a. Replace with this:
ORif FreeServer == 1 and NotGlobalQuest == 0 then
b. Replace with this:
That's all.if NotGlobalQuest == 0 then
what is that ?
![]()
Last edited by crancenul; 18-02-15 at 08:47 PM.
It's just simply information code. You can simply delete it in source code by deleting a few lines of text in probably QuestLua or something like that.
It doesn't bother with something. It's just debug information. Doesn't mean that this is error, doesn't mean that this is warning or somethnig.