-
re: [Release] zTeam Season 6 EP3 + Source
Quote:
Originally Posted by
LightRaven
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:
4. Go to the file QuestExpLuaBlind.h and add this in the end of the file:
Example:
http://i.imgur.com/7WDm865.png
5. Now go to the folder GameServer/Data and open the file ServerInfo.dat and add "FreeServer = 1" to enable GensQuests like this:
http://i.imgur.com/KikUNoC.png
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:
a. Replace with this:
OR
b. Replace with this:
That's all.
out of topic::
what version of ur Visual studio btw?
well im not coder, but i want to know how it works
bcoz ive try to use Visual studio 2010 profesional and after compilng it give me an error
M:\
or maybe u can give the link how to compile it
thanks
-
re: [Release] zTeam Season 6 EP3 + Source
Guys, how can I use auto reset ingame system? Command /reset doesnt work!
-
re: [Release] zTeam Season 6 EP3 + Source
Quote:
Originally Posted by
tehnique
Guys, how can I use auto reset ingame system? Command /reset doesnt work!
NPC in Loren Market? -.-
-
re: [Release] zTeam Season 6 EP3 + Source
please uploud a gameserver, on this.. Golden Dragon Invasion don`t appear ,socket item can`t be sold ,trade or drop...
-
re: [Release] zTeam Season 6 EP3 + Source
-
re: [Release] zTeam Season 6 EP3 + Source
lolz,
your resetsystem is fkd up
-
re: [Release] zTeam Season 6 EP3 + Source
Quote:
Originally Posted by
bendol
out of topic::
what version of ur Visual studio btw?
well im not coder, but i want to know how it works
bcoz ive try to use Visual studio 2010 profesional and after compilng it give me an error
M:\
or maybe u can give the link how to compile it
thanks
Install the vc 2010,12,13 if will you will work on more project it will be usefull.
Btw, I am using vc2013 for build this files.
M:\ you dont need to debug the files, you get the M:\ if you try to debug, and the gs doesnt find the patch..
If you want to debug with vc etc... you need to change the gs debug / release patch in the config. if you just want to build a new GS and after that take into your Gameserver folder, right click on the project and rebuild.
-
re: [Release] zTeam Season 6 EP3 + Source
Quote:
Originally Posted by
LightRaven
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:
4. Go to the file QuestExpLuaBlind.h and add this in the end of the file:
Example:
http://i.imgur.com/7WDm865.png
5. Now go to the folder GameServer/Data and open the file ServerInfo.dat and add "FreeServer = 1" to enable GensQuests like this:
http://i.imgur.com/KikUNoC.png
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:
a. Replace with this:
OR
b. Replace with this:
That's all.
After 3 and 4:
Error 2 error C2065: 'gFreeServer' : undeclared identifier C:\MuServer\Source\zGameServer-master\GameServer\GameMain.cpp 1764 1 GameServer
-
re: [Release] zTeam Season 6 EP3 + Source
nobody can`t share a GAMESERVER GOOD ? with Golden Dragon Invasion and socket items can be trade or sold?
-
re: [Release] zTeam Season 6 EP3 + Source
Quote:
Originally Posted by
djsad94
Install the vc 2010,12,13 if will you will work on more project it will be usefull.
Btw, I am using vc2013 for build this files.
M:\ you dont need to debug the files, you get the M:\ if you try to debug, and the gs doesnt find the patch..
If you want to debug with vc etc... you need to change the gs debug / release patch in the config. if you just want to build a new GS and after that take into your Gameserver folder, right click on the project and rebuild.
after compile it i got an error for gameserver its say "cannot find M:\ drive" when i try to open it
btw i am using VS2008, 2010 and 2012
thanks
-
re: [Release] zTeam Season 6 EP3 + Source
Quote:
Originally Posted by
bendol
after compile it i got an error for gameserver its say "cannot find M:\ drive" when i try to open it
btw i am using VS2008, 2010 and 2012
thanks
Again. Try to switch compile mode to release....m drive error comes with debug mode.
-
re: [Release] zTeam Season 6 EP3 + Source
Quote:
Originally Posted by
ianvalls90
Again. Try to switch compile mode to release....m drive error comes with debug mode.
Probably he trying to run bin far from Data folder
Code:
if( FindFirstFile(COMMONSERVER_PATH,&wfd) == INVALID_HANDLE_VALUE )
{
MessageBox(NULL, "Cannot find M:\\ Drive.", "Error", MB_OK|MB_ICONHAND|MB_APPLMODAL);
return 0;
}
-
re: [Release] zTeam Season 6 EP3 + Source
..............................
-
re: [Release] zTeam Season 6 EP3 + Source
ItemRank work? Himself configuration is loaded, and there are no changes. Properties of the object have been, and remain in the client ... Just seen them additional% and on the server side does not work.
-
re: [Release] zTeam Season 6 EP3 + Source
Quote:
Originally Posted by
ianvalls90
Again. Try to switch compile mode to release....m drive error comes with debug mode.
yep it work but i need to copy/paste it into server files folder
if i run it on release folder its give an error cannot find M:\ Drive
thanks dude :D
-
re: [Release] zTeam Season 6 EP3 + Source
How to encrypt files and BMD ?
-
re: [Release] zTeam Season 6 EP3 + Source
-
re: [Release] zTeam Season 6 EP3 + Source
i got this error when i try to compile with VS2012
http://s12.postimg.org/wj0glvs99/GSerror.jpg
-
re: [Release] zTeam Season 6 EP3 + Source
Quote:
Originally Posted by
bendol
disable all cheatguard and try again
-
re: [Release] zTeam Season 6 EP3 + Source
Quote:
Originally Posted by
fabiann1
disable all cheatguard and try again
how to do that :D
-
re: [Release] zTeam Season 6 EP3 + Source
search in the gs the cheatguard stuff and disabled... tested and start modification
sorry bad english
-
re: [Release] zTeam Season 6 EP3 + Source
I run gameserver and creat new gameserver ( sub server 1,2 .. .. )
but i use cmd : /post ---> sub server 1 show but sub 2,3.. NO show ..
Please help me use /post show all sub server . Thanks for reading .
-
re: [Release] zTeam Season 6 EP3 + Source
Quote:
Originally Posted by
TraspyAble
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.
My Test :>> ELF SOLDİER CLİCK gameserver DEBUG SHOW :) MY quest delete
-
re: [Release] zTeam Season 6 EP3 + Source
Quote:
Originally Posted by
ruterus
How to encrypt files and BMD ?
You can find some script which can encrpty your bmd files on the forum, just use searcher.
Or maybe a better idea, pack the files into your main, or into your launcher what you want to protect.
Mi van mégse vagy annyira okos?:S de azért válaszolok magyarul is, bár tudom hogy te angolul tudsz olvasni meg értelmezni.
a fórumon van több lehetőség is leírva hogyan titkosítsd a fájlokat, van egy nagyon jó amit a .hu is használhat akár.. ecrpty bmd files néven talán meg is találod....
vagy ha nem , akkor ott a lehetőség hogy a main-be vagy a launcherbe bele csomagold a fájlokat, amiket a main használni tudni fog, de nem fognak látszódni a mappában ahol lenniük kellene, hiszen miután belecsomagoltad kitörlöd őket onnan.
Ez talán még egy fokkal jobb is, tehát nem belehookolod a ahogy egy dll-t kéne, hanem bele csomagolod. de viszont itt jön az hogy nem mindegy milyen programmal rakod bele, mert van amelyikre a virusírtók sírni fognak, jó keresgélést.
I hope I helped.
-
re: [Release] zTeam Season 6 EP3 + Source
hey i want max lvl 1000 :/ but i only look this for 97D "http://forum.ragezone.com/f196/max-level-1000-97d-77500/index2.html",
someone have for S6.3 ?please