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!

Nanus FlyFF

Newbie Spellweaver
Joined
Oct 4, 2020
Messages
7
Reaction score
1
debug

Screenshot_8 - Nanus FlyFF - RaGEZONE Forums Screenshot_7 - Nanus FlyFF - RaGEZONE Forums Screenshot_6 - Nanus FlyFF - RaGEZONE Forums deb1 - Nanus FlyFF - RaGEZONE Forums
correct this debug?
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Apr 23, 2020
Messages
11
Reaction score
0
Where do we find teleporteritems?
because if i look into the resource, it's already there or do i missunderstand something?
 
Inactive
Joined
Jan 20, 2009
Messages
1,014
Reaction score
1,830
If your crashing from the teleporter it's one of two reasons.

1. Teleport items.inc is.missing from your data subs.
2. The app itself is missing.
 
Newbie Spellweaver
Joined
Apr 23, 2020
Messages
11
Reaction score
0
then it must be the app itself, because in the Resource folder it's there..
kinda curious.. any idea where to get that?
 
Inactive
Joined
Jan 20, 2009
Messages
1,014
Reaction score
1,830
Code:
APP_TELEPORTER "WndTile08.tga" "" 1 704 480 0x2410000 26
{
"Teleporter"
}
{
""
}
{
    WTYPE_LISTBOX WIDC_LISTBOX1 "WndEditTile00.tga" 1 8 8 214 408 0x20020000 0 0 0 0 46 112 169
    {
    ""
    }
    {
    ""
    }
    WTYPE_BUTTON WIDC_BUTTON1 "ButtTeleport1.bmp" 0 44 414 149 434 0x220010 0 0 0 0 46 112 169
    {
    ""
    }
    {
    ""
    }
    WTYPE_STATIC WIDC_STATIC1 "" 0 218 60 468 310 0x2220002 0 0 0 0 46 112 169
    {
    ""
    }
    {
    ""
    }
    WTYPE_TEXT WIDC_TEXT1 "WndEditTile00.tga" 1 218 320 468 432 0x20020000 0 0 0 0 46 112 169
    {
    ""
    }
    {
    ""
    }
    WTYPE_STATIC WIDC_STATIC2 "WndEditTile200.tga" 1 218 23 468 46 0x22224d1 0 0 0 0 46 112 169
    {
    ""
    }
    {
    ""
    }
    WTYPE_LISTBOX WIDC_LISTBOX2 "WndEditTile00.tga" 1 476 8 683 436 0x20020000 0 0 0 0 46 112 169
    {
    ""
    }
    {
    ""
    }
}
 
Initiate Mage
Joined
Apr 13, 2022
Messages
2
Reaction score
0
Database error. Make sure to restore the databases.



hello i have an problem with this npc vendors



and have anyone the obj_ts0246.o3d for me ?

thank you so much :)

Database error. Make sure to restore the given database backups.
 
Initiate Mage
Joined
Nov 8, 2022
Messages
1
Reaction score
1
thanks Ketchup i have same problem when im using teleport the game client auto closed...



you need to clear the old data and creat new Odbc character,login01,login,ranking...
 
Newbie Spellweaver
Joined
Jul 3, 2022
Messages
22
Reaction score
0
thanks Ketchup i have same problem when im using teleport the game client auto closed...



you need to clear the old data and creat new Odbc character,login01,login,ranking...


How did you fixed it? What do you mean clear old data exactly? I can see that teleportiems and teleport app are there -- upon debug it gives this error

Neuz.exe!std::vector<unsigned long,std::allocator<unsigned long>>::eek:perator=(const std::vector<unsigned long,std::allocator<unsigned long>> & _Right) Line 1361 at G:\VISUAL STUDIO 2022\VC\Tools\MSVC\14.33.31629\include\vector(1361)


Very weird.
 
Newbie Spellweaver
Joined
Apr 21, 2022
Messages
47
Reaction score
3
Code:
APP_TELEPORTER "WndTile08.tga" "" 1 704 480 0x2410000 26
{
"Teleporter"
}
{
""
}
{
    WTYPE_LISTBOX WIDC_LISTBOX1 "WndEditTile00.tga" 1 8 8 214 408 0x20020000 0 0 0 0 46 112 169
    {
    ""
    }
    {
    ""
    }
    WTYPE_BUTTON WIDC_BUTTON1 "ButtTeleport1.bmp" 0 44 414 149 434 0x220010 0 0 0 0 46 112 169
    {
    ""
    }
    {
    ""
    }
    WTYPE_STATIC WIDC_STATIC1 "" 0 218 60 468 310 0x2220002 0 0 0 0 46 112 169
    {
    ""
    }
    {
    ""
    }
    WTYPE_TEXT WIDC_TEXT1 "WndEditTile00.tga" 1 218 320 468 432 0x20020000 0 0 0 0 46 112 169
    {
    ""
    }
    {
    ""
    }
    WTYPE_STATIC WIDC_STATIC2 "WndEditTile200.tga" 1 218 23 468 46 0x22224d1 0 0 0 0 46 112 169
    {
    ""
    }
    {
    ""
    }
    WTYPE_LISTBOX WIDC_LISTBOX2 "WndEditTile00.tga" 1 476 8 683 436 0x20020000 0 0 0 0 46 112 169
    {
    ""
    }
    {
    ""
    }
}


Where to add this? what file.


--- manage to edit and check., but it still crashes. I see there's an app there alreayd. I might need to debug.


cant find anything in the debug. my world server doesn't crash. just the client. I dont even see LOGs in my client
 
Last edited:
Experienced Elementalist
Joined
Jan 7, 2020
Messages
257
Reaction score
97
Where to add this? what file.


--- manage to edit and check., but it still crashes. I see there's an app there alreayd. I might need to debug.


cant find anything in the debug. my world server doesn't crash. just the client. I dont even see LOGs in my client
to ResData.inc :?:
my world server doesn't crash. just the client.
so you should debugg your neuz then.
 
Last edited:
Newbie Spellweaver
Joined
Dec 4, 2022
Messages
32
Reaction score
1
im trying to get the teleporter system on this one to ketchups k18.3 files, i tried twice but i receive a bunch of error when trying to rebuild it after adding the codes.

im using VS22

as of the moment im still retrying it for the 3rd time, will post the error later to get some help or might open up a help thread :)

got a bunch of error just opening nanus in visual studio 2022:


Hi im back again, and after 3rd try i got the same error. I did try to find out what the error was and it appears to be a code or compile error?

most of em are coming from WndField.cpp

if possible can someone tell me what is wrong as some of the errors are actually repetitive and i want to know exactly what they mean. like undefined, undeclared identifier, " is not a member "


thanks and sorry if this is not the right thread for this
Lodelight - Nanus FlyFF - RaGEZONE Forums

Lodelight - Nanus FlyFF - RaGEZONE Forums

Lodelight - Nanus FlyFF - RaGEZONE Forums
 
Last edited:
Junior Spellweaver
Joined
Sep 29, 2021
Messages
133
Reaction score
26
im trying to get the teleporter system on this one to ketchups k18.3 files, i tried twice but i receive a bunch of error when trying to rebuild it after adding the codes.

im using VS22

as of the moment im still retrying it for the 3rd time, will post the error later to get some help or might open up a help thread :)

got a bunch of error just opening nanus in visual studio 2022:
im not really sure, i think it just a warning not an error, im always ignore warning notif, but once again, im not really sure
 
Newbie Spellweaver
Joined
Dec 4, 2022
Messages
32
Reaction score
1
im not really sure, i think it just a warning not an error, im always ignore warning notif, but once again, im not really sure

yeah my bad, i just noticed it was a warning not an error. i did get a bunch of errors in my 3rd try will wait for any clues before proceeding
im really lost dont know what is what atm haha
 
Junior Spellweaver
Joined
Sep 29, 2021
Messages
133
Reaction score
26
yeah my bad, i just noticed it was a warning not an error. i did get a bunch of errors in my 3rd try will wait for any clues before proceeding
im really lost dont know what is what atm haha
have you try to disable this part? and pls make a help section
 
Newbie Spellweaver
Joined
Jan 8, 2023
Messages
14
Reaction score
1
Hello,

ive tried to Implement the Item Wiki+ the Create function.

I even was able to rename one of the Menus and put it in there......without any Guide. Nice feeling to find something out on my own btw :)

So far its working perfectly fine for me except that the "Tree" is not there.

Tried to Copy the parts for the Wiki from defineText.h/textclint.inc/txt.txt but its not working.

Now i need some help/hint....

Big thanks already for the effort to help a total newbie.

Have a nice Day.
 
Junior Spellweaver
Joined
Sep 29, 2021
Messages
133
Reaction score
26
Hello,

ive tried to Implement the Item Wiki+ the Create function.

I even was able to rename one of the Menus and put it in there......without any Guide. Nice feeling to find something out on my own btw :)

So far its working perfectly fine for me except that the "Tree" is not there.

Tried to Copy the parts for the Wiki from defineText.h/textclint.inc/txt.txt but its not working.

Now i need some help/hint....

Big thanks already for the effort to help a total newbie.

Have a nice Day.

How about WikiItems.inc? Did u add it to ur Client?
 
Back
Top