- 0
-
Activity
-
4
State of Private Server Metin2?
I know they did some legal action on some servers thats why I wanna know how is it right now -
4
State of Private Server Metin2?
Ah that one, well as you can see that was almost 5 years ago. They did cancel most of P-Server footage on YouTube but that is about it. Did not cancel any server directly whatsoever. -
35
[Work in Progress] QuantumCore
they can't take down the core source code, but they can still take down any pserver (use of the client,use of assets, ...) -
-
17
Advanced GR2 Tool
One thing.. Why this fuc**** string with _new..? Just simply replace is better or easy for code and managment save in new folder like this input xx. gr2 drag on. exe and output folder/xx.gr2... Btw. For other.. You can ctrl+c 1, 3, 4 and ctrl+v -
4
State of Private Server Metin2?
That is new Where have they published this claim? Other than that, P-Server situation did not change much. Still getting more attention than Gameforge servers. -
35
[Work in Progress] QuantumCore
Thats from the client I'm speaking on the serverside.. If u redo all the client too, everything is changed just the concept is the same -
35
[Work in Progress] QuantumCore
you're still using all the assets (models textures ui etc) so they have every right to do so -
35
[Work in Progress] QuantumCore
Being a open source core made by you does GameForge have rights to apply legal implications against Private Servers? I mean they dont own the core..
-
-
Recently Browsing
No registered users viewing this page.
Question
Hik 19
Hi guys, could someone tell me why, using this code, I can increase the statistics of the pg but when the server is restarted they return to the basic ones?
int pc_set_dx0(lua_State* L) { if (!lua_isnumber(L, 1)) return 0; int point = (int)lua_tonumber(L, 1); LPCHARACTER ch = CQuestManager::instance().GetCurrentCharacterPtr(); ch->SetRealPoint(POINT_DX, ch->GetRealPoint(POINT_DX) + point); ch->PointChange(POINT_DX, point); ch->ComputePoints(); ch->PointsPacket(); return 1; }
Link to post
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.