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!

Released Teleport System by Mentus

Initiate Mage
Joined
May 18, 2021
Messages
35
Reaction score
1
You need to define APP_Teleporter in either wndField.cpp/h or resData.h
 
Initiate Mage
Joined
Aug 27, 2021
Messages
8
Reaction score
2
Yea already did that, i backuped the corrupted files and know i get no errors anymore still cant open the teleporter ingame i defined it in FuncApplet



Still no errors encountered, i went through all comments know double checked everything but my neuz keeps crashing when i press v to open the teleporter
 
Inactive
Joined
Jan 20, 2009
Messages
1,015
Reaction score
1,830
Initiate Mage
Joined
Aug 27, 2021
Messages
8
Reaction score
2
i set the properties for the neuz projekt "Debugging" to my client folder and added the command arguments to "sunkist", after debbuging i got this error :Ausgelöste Ausnahme: Lesezugriffsverletzung"lpWndApplet" war "nullptr".
and this line of code got an red X : rect = CRect(ptLeftTop.x, ptLeftTop.y, ptLeftTop.x + lpWndApplet->size.cx, ptLeftTop.y + lpWndApplet->size.cy);
 
Initiate Mage
Joined
Sep 18, 2015
Messages
20
Reaction score
0
Ive added everything
Compiled Successfully
Running Server
Running Client

But when I press V It crashes
I tried Debugging
Debug Result:
 
Inactive
Joined
Jan 20, 2009
Messages
1,015
Reaction score
1,830
Ive added everything
Compiled Successfully
Running Server
Running Client

But when I press V It crashes
I tried Debugging
Debug Result:

You need to apply the resource and add it to your client.
 
Initiate Mage
Joined
Sep 18, 2015
Messages
20
Reaction score
0
applying resource to the client is using merge and copy the data.res dataSub1.res DataSub2.res Flyff.a files to the client? if yes i did that also
 
Inactive
Joined
Jan 20, 2009
Messages
1,015
Reaction score
1,830
You have to make new resource files are you sure you did this? Becuase looking at that debug it seems it cannot create the app.

Usually this is always do to the resource not being correct.

Make sure you copy your source/ResData.h to your server, and make new resource, then copy that.
 
Initiate Mage
Joined
Sep 18, 2015
Messages
20
Reaction score
0
I repeat Everything I Got this error now


------------------

Fixed Everything is working now all i need is to change the coordinates and change the names

Thanks for your support Ketchup
 
Last edited:
Banned
Banned
Joined
Aug 26, 2016
Messages
336
Reaction score
19
Hello, I am having trouble adding it on v15 Ketchup shared.
Here is the screenshot of my error after adding it.

Thank you.
 
Inactive
Joined
Jan 20, 2009
Messages
1,015
Reaction score
1,830
Hello, I am having trouble adding it on v15 Ketchup shared.
Here is the screenshot of my error after adding it.

Thank you.

Incorrect resData format.

Downgrade it to V15.

This same question was answered on page #2.
 
Banned
Banned
Joined
Aug 26, 2016
Messages
336
Reaction score
19
Incorrect resData format.

Downgrade it to V15.

This same question was answered on page #2.

Hi, Thank you, its working now, I just have some problem. Where to put LoadMap folder in Client?
When I pressed V there is no map logo when click the specific map.
 
Initiate Mage
Joined
Sep 18, 2015
Messages
20
Reaction score
0
I corrected the coordinates correctly and i compiled it successfully but there are lots of warning


This is just what i change


It does teleport though sometimes it Crashes

When it crash debug report is
 
Last edited:
Inactive
Joined
Jan 20, 2009
Messages
1,015
Reaction score
1,830
Junior Spellweaver
Joined
Aug 5, 2011
Messages
169
Reaction score
7
dON4T WORK NOTHING HAPPEN IN GAME

It works, I've tested it in the past. You're missing something. Provide error logs or debug if you need any help, otherwise it will be really difficult to assist you. Have you properly editted ResData?

As Ketchup said above, it is recommended to use Nanus' teleport system. It is way better indeed!
 
Back
Top