Nanus FlyFF

Page 12 of 12 FirstFirst ... 2456789101112
Results 166 to 178 of 178
  1. #166
    Apprentice kaitokiddx is offline
    MemberRank
    Apr 2020 Join Date
    10Posts
    Where do we find teleporteritems?
    because if i look into the resource, it's already there or do i missunderstand something?

  2. #167
    ‎‎‎‎ Ketchup is offline
    ModeratorRank
    Jan 2009 Join Date
    New YorkLocation
    2,847Posts
    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.

  3. #168
    Apprentice kaitokiddx is offline
    MemberRank
    Apr 2020 Join Date
    10Posts
    then it must be the app itself, because in the Resource folder it's there..
    kinda curious.. any idea where to get that?

  4. #169
    ‎‎‎‎ Ketchup is offline
    ModeratorRank
    Jan 2009 Join Date
    New YorkLocation
    2,847Posts
    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
        {
        ""
        }
        {
        ""
        }
    }

  5. #170
    Novice palakayat is offline
    MemberRank
    Apr 2022 Join Date
    2Posts
    Database error. Make sure to restore the databases.

    - - - Updated - - -

    Quote Originally Posted by smokingred View Post
    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.

  6. #171
    Novice drozhel is offline
    MemberRank
    Nov 2022 Join Date
    1Posts
    thanks Ketchup i have same problem when im using teleport the game client auto closed...

    - - - Updated - - -

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

  7. #172
    Enthusiast asheashia is offline
    MemberRank
    Jul 2022 Join Date
    32Posts
    Quote Originally Posted by drozhel View Post
    thanks Ketchup i have same problem when im using teleport the game client auto closed...

    - - - Updated - - -

    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>>::operator=(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.

  8. #173
    Enthusiast Bradix0805 is offline
    MemberRank
    Apr 2022 Join Date
    37Posts
    Quote Originally Posted by Ketchup View Post
    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 by Bradix0805; 04-12-22 at 09:26 AM.

  9. #174
    I ❤️ Shawarma Percuflex is online now
    MemberRank
    Jan 2020 Join Date
    IsraelLocation
    250Posts
    Quote Originally Posted by Bradix0805 View Post
    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 by Percuflex; 04-12-22 at 02:43 PM.

  10. #175
    Enthusiast GateKeeperZ is offline
    MemberRank
    Dec 2022 Join Date
    33Posts
    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: https://ibb.co/xSzG8w1

    - - - Updated - - -

    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 "

    https://ibb.co/pJj1kBT
    https://ibb.co/j5FG8QZ
    https://ibb.co/gjK922w

    thanks and sorry if this is not the right thread for this


    Last edited by GateKeeperZ; 06-12-22 at 04:33 AM.

  11. #176
    Valued Member c2cube is online now
    MemberRank
    Sep 2021 Join Date
    113Posts
    Quote Originally Posted by GateKeeperZ View Post
    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: https://ibb.co/xSzG8w1
    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

  12. #177
    Enthusiast GateKeeperZ is offline
    MemberRank
    Dec 2022 Join Date
    33Posts
    Quote Originally Posted by c2cube View Post
    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

  13. #178
    Valued Member c2cube is online now
    MemberRank
    Sep 2021 Join Date
    113Posts
    Quote Originally Posted by GateKeeperZ View Post
    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
    https://ibb.co/MDzGgcM



Page 12 of 12 FirstFirst ... 2456789101112

Advertisement