• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook pagefor updates, or we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.)

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