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!

F1 Teleport Fix (2017 Engine)

Experienced Elementalist
Joined
Mar 15, 2014
Messages
234
Reaction score
95
What about costumes !:love: can You tell us how to fix it
 
Newbie Spellweaver
Joined
Jun 13, 2018
Messages
16
Reaction score
10
Lol this don’t work with copy paste, thanks for nothing

you copy & paste this code
Code:
[COLOR=#666666]int __cdecl F1Fix(int a, int b)[/COLOR]
[COLOR=#666666]{[/COLOR]
[COLOR=#666666]return 1;[/COLOR]
[COLOR=#666666]}[/COLOR]

[COLOR=#666666]Tools->Intercept(ITools::_I_CALL,(void*)0x00685F8E,F1Fix,5);[/COLOR]
in your clientside source and then recompile the engine.dll
 
Junior Spellweaver
Joined
Dec 21, 2008
Messages
191
Reaction score
8
you copy & paste this code
Code:
[COLOR=#666666]int __cdecl F1Fix(int a, int b)[/COLOR]
[COLOR=#666666]{[/COLOR]
[COLOR=#666666]return 1;[/COLOR]
[COLOR=#666666]}[/COLOR]

[COLOR=#666666]Tools->Intercept(ITools::_I_CALL,(void*)0x00685F8E,F1Fix,5);[/COLOR]
in your clientside source and then recompile the engine.dll

thank you
 
Newbie Spellweaver
Joined
Sep 22, 2013
Messages
22
Reaction score
1
you copy & paste this code
Code:
[COLOR=#666666]int __cdecl F1Fix(int a, int b)[/COLOR]
[COLOR=#666666]{[/COLOR]
[COLOR=#666666]return 1;[/COLOR]
[COLOR=#666666]}[/COLOR]

[COLOR=#666666]Tools->Intercept(ITools::_I_CALL,(void*)0x00685F8E,F1Fix,5);[/COLOR]
in your clientside source and then recompile the engine.dll
Okay, but WHERE do you paste it? That's the part I can't figure out. There are several places with similar calls to Tools->Intercept, but none really seem like the right place.
 
Initiate Mage
Joined
Mar 19, 2020
Messages
3
Reaction score
0
you copy & paste this code
Code:
[COLOR=#666666]int __cdecl F1Fix(int a, int b)[/COLOR]
[COLOR=#666666]{[/COLOR]
[COLOR=#666666]return 1;[/COLOR]
[COLOR=#666666]}[/COLOR]

[COLOR=#666666]Tools->Intercept(ITools::_I_CALL,(void*)0x00685F8E,F1Fix,5);[/COLOR]
in your clientside source and then recompile the engine.dll


still didnt get it, where can I paste this code ? I have the f1 teleport issue.
 
Newbie Spellweaver
Joined
Jan 8, 2023
Messages
27
Reaction score
2
where does that code go in the source?... i got the source opened and cant find where it would go
 
Back
Top