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!

Fresh Download Link for 3.3 Patch (Hremia)

Junior Spellweaver
Joined
Mar 14, 2018
Messages
159
Reaction score
13
yea the client thats in the source works but i wanna edit the client. i wanna delete gameguard and do other stuff but i cant do that because compile doesnt work :D <.<
 
Junior Spellweaver
Joined
Mar 14, 2018
Messages
159
Reaction score
13
what ver of vs are you using to compile?

on 2k17 Its incompatible so Im guessing

ive been using vs 2003 for the past like 3 years and it has always worked with my other sources (4.4 etc)
havent tried any other version yet.
 
Junior Spellweaver
Joined
Mar 14, 2018
Messages
159
Reaction score
13
skills mount etc can be changed in tstart.. tables and createchar function in database.
for lvl up rewards you need to code your own thing in sql. its really easy. you can maybe do that in tquest file aswell but i never tried.

if u want i can send you a sql files with oldschool start mount, skils etc (all skills lvl 0 or 1, 150% mount, no bags no gold etc..)
 
Newbie Spellweaver
Joined
Aug 7, 2019
Messages
37
Reaction score
0
Hey Guys,
I played a little bit in Derion to LVL 50.
The Quests have bugs.
An example is the Wabbear quest in the beginning. If I kill the Wabbear the Quest isnt finnish.
Have someone solutions for these problems?
 
Junior Spellweaver
Joined
Mar 14, 2018
Messages
159
Reaction score
13
take a look at questchart in db and tquest file.. there might be an error ^^
i dont have any problem with the quest btw
 
Junior Spellweaver
Joined
Mar 14, 2018
Messages
159
Reaction score
13
it doesnt actually take long to test all quests with gm speed pot and weapon :)
i already fixed most of them some time ago.. i will do the rest for ya aswell if i have some free time at the weekend. maybe friday or saturday but idk yet.
 
Newbie Spellweaver
Joined
Oct 3, 2016
Messages
66
Reaction score
4
it doesnt actually take long to test all quests with gm speed pot and weapon :)
i already fixed most of them some time ago.. i will do the rest for ya aswell if i have some free time at the weekend. maybe friday or saturday but idk yet.

Thanks for your help.. I'm testing different quests in Valorian and the are also different bugs!
Another problem is that Bonus Point doesn't work (Double click and you don't receive any cash point).
Hope to see a better Db fixed ^^
 
Junior Spellweaver
Joined
Mar 14, 2018
Messages
159
Reaction score
13
well im not sure if i can fix bp because i am not very familiar with the 4s source and im like 80% sure that bp bugs are source related...
also, theres one big problem. i can fix the quests but i cant test if they really work or which do not because these server files are running with gameguard.
my pc is running on win10 and i would need to insert the dll into the gamefolder to fix the lags but the gameguard would block the dll. that means i would need a client with either a disabled hack protection or hackshield (hackshield doesnt block the dll)
and since its not possible to compile the source of hremia, i cant get either and thus, its kinda impossible for me to find out which quests arent working...
 
Newbie Spellweaver
Joined
Aug 7, 2019
Messages
37
Reaction score
0
here are the Rebuild Services and the Client.
 
Junior Spellweaver
Joined
Mar 14, 2018
Messages
159
Reaction score
13
without gameguard? can you tell me how you did it? im getting errors at client compile ...
 
Newbie Spellweaver
Joined
Oct 3, 2016
Messages
66
Reaction score
4
Well, about quests bugged i found a solution!! The problem for me it's not in the quest but in the Npc: For example i'm making different quests in Lonbalei (Valo) and i can't complete some quests. The reason is that the npc in the Db is bugged.
So i take a look in the Npc.tcd file (in my example Tnpc0000402 for Lonbalei Npcs) and the problem is that X Y Z coord are correct in tcd file but are wrong in Database! So i changed the xyz coord in db (i copied the correct coordinates from tcd file) and all the quest of that npc are fully working!! ;)
 
Newbie Spellweaver
Joined
Jul 24, 2018
Messages
32
Reaction score
7
. Here's another 3.3 source I have on my mega cloud.


9/6/2019 tested x works perfectly pforwarded no issues had. (●´ω`●)
source is not compilable tho... at least on visual 2k17
however the precomp exec tclient works just fine lol with .bat
some ss:
hremia - Fresh Download Link for 3.3 Patch (Hremia) - RaGEZONE Forums

hremia - Fresh Download Link for 3.3 Patch (Hremia) - RaGEZONE Forums

hremia - Fresh Download Link for 3.3 Patch (Hremia) - RaGEZONE Forums

hremia - Fresh Download Link for 3.3 Patch (Hremia) - RaGEZONE Forums

hremia - Fresh Download Link for 3.3 Patch (Hremia) - RaGEZONE Forums
cheers and thx a lot ~ :blushing:

EDIT: I know this is old howev this post might also help newcomers;
the project works under vs2012 :)



To remove hackshield from the source

1)Open tclient source
2)Go to Tclient.cpp
3)Find the code below and delete it.
4)Compile

if (!HackShield_Update())
return FALSE;

if( !HackShield_Init() )
{
HackShield_UnInit();
return FALSE;
}

if ( !HackShield_StartService() )
{
HackShield_StopService();
HackShield_UnInit();
return FALSE;
}
 
Last edited by a moderator:
Junior Spellweaver
Joined
Mar 14, 2018
Messages
159
Reaction score
13
. Here's another 3.3 source I have on my mega cloud.
P.S. I dont give a single flying F* for this community. Who cares about 4story? its 2k20 you wont be rich or something from 4story. Stop wasting your time
some people do it because they like the game and they just wanna play on their own server or test somethings and not for money :)

To remove hackshield from the source

1)Open tclient source
2)Go to Tclient.cpp
3)Find the code below and delete it.
4)Compile
thanks but everyone already knows how to remove hackshield but how to do it with gameguard? i deleted all of the gameguard code from the tclient.cpp > gg is still working
i deleted all of the gameguard code from tnationoption.cpp > gg is still working
xD <.<
 
Last edited by a moderator:
Newbie Spellweaver
Joined
Aug 7, 2019
Messages
37
Reaction score
0
When you write in tnationoption.cpp
BOOL CTNationOption::INSTALL_HACKSHIELD = FALSE;
BOOL CTNationOption::INSTALL_GAMEGUARD = FALSE;

it should maybe work
 
Newbie Spellweaver
Joined
Oct 3, 2016
Messages
66
Reaction score
4
. Here's another 3.3 source I have on my mega cloud.





the project works under vs2012 :)


To remove hackshield from the source

1)Open tclient source
2)Go to Tclient.cpp
3)Find the code below and delete it.
4)Compile

Sooo can you explain the differences between the files on the 1st post and these?? :)
 
Last edited by a moderator:
Back
Top