Nanus FlyFF

Page 11 of 12 FirstFirst ... 3456789101112 LastLast
Results 151 to 165 of 178
  1. #151
    Apprentice shfdl30 is offline
    MemberRank
    Apr 2022 Join Date
    17Posts

    Re: Nanus FlyFF

    How to create an account?

  2. #152
    Apprentice forceedge11 is offline
    MemberRank
    Jun 2014 Join Date
    Quezon City, PhLocation
    20Posts

    Re: Nanus FlyFF

    Having problem with account. I tried to create account in the Database

    "ACCOUNT_DBF > Programmability > Stored Procedure > dbo.usp_createAccount > right-click > Execute Stored Procedure" but then when I try to login, it says "Login details incorrect. Please try again."

    I also tried creating account on dbo.usp_CreateNewAccount (I am deleting and restoring all the database when I try)

    Still having the same error. Also, I checked every .ini files in my Program and Script folder. Any reply is much appreciated. Thanks!

    I'm using SQL SMS 18, followed the guide provided. I also use VS22 and compiled with no errors.
    Attached Thumbnails Attached Thumbnails ssss.jpg  
    Last edited by forceedge11; 26-05-22 at 11:21 PM. Reason: More info

  3. #153
    ‎‎‎‎ Ketchup is offline
    ModeratorRank
    Jan 2009 Join Date
    New YorkLocation
    2,847Posts

    Re: Nanus FlyFF

    Code:
    USE [ACCOUNT_DBF]
    GO
    
    DECLARE @return_value int
    
    EXEC @return_value = [dbo].[usp_CreateNewAccount]
    	 @account = N'test',				-- ID: test
    		@pw = N'89d1ed22aac58f5bbea53b2fde81a946'	-- PW: test
    
    SELECT	'Return Value' = @return_value
    
    GO
    
    UPDATE account_tbl_detail set m_chLoginAuthority = 'Z'

  4. #154
    Apprentice forceedge11 is offline
    MemberRank
    Jun 2014 Join Date
    Quezon City, PhLocation
    20Posts

    Re: Nanus FlyFF

    Quote Originally Posted by Ketchup View Post
    Code:
    USE [ACCOUNT_DBF]
    GO
    
    DECLARE @return_value int
    
    EXEC @return_value = [dbo].[usp_CreateNewAccount]
         @account = N'test',                -- ID: test
            @pw = N'89d1ed22aac58f5bbea53b2fde81a946'    -- PW: test
    
    SELECT    'Return Value' = @return_value
    
    GO
    
    UPDATE account_tbl_detail set m_chLoginAuthority = 'Z'

    This worked for me.

    I should have tried one of your account creation DB from your other sources. Thank you for this!

  5. #155
    Apprentice batman2037 is offline
    MemberRank
    Jun 2022 Join Date
    24Posts

    Re: Nanus FlyFF

    I have this issue someone can help me ? :
    https://prnt.sc/H6PrFQYZqsCB

  6. #156
    Valued Member c2cube is online now
    MemberRank
    Sep 2021 Join Date
    113Posts

    Re: Nanus FlyFF

    Quote Originally Posted by batman2037 View Post
    I have this issue someone can help me ? :
    https://prnt.sc/H6PrFQYZqsCB
    not sure about that, i just try upgraded nanus file once and i always get random crash, this happens again and again.
    i recommend you to use this awesome file and add w/e you want into it

    https://forum.ragezone.com/f457/vs22-v18-3-a-1203918/

  7. #157
    Apprentice batman2037 is offline
    MemberRank
    Jun 2022 Join Date
    24Posts

    Re: Nanus FlyFF

    yes but i have problem with addshopitem but noone help me

  8. #158
    Valued Member MakVee is online now
    MemberRank
    Mar 2021 Join Date
    MarsLocation
    129Posts

    Re: Nanus FlyFF

    Hello sir @Ketchup just want to inform you these errors of compressed files it keeps give errors on extraction on winrar or even 7zip. And i've try to redownload the link already but sadly same thing.


    Screenshot
    https://imgur.com/a/h5h355o

  9. #159
    ‎‎‎‎ Ketchup is offline
    ModeratorRank
    Jan 2009 Join Date
    New YorkLocation
    2,847Posts

    Re: Nanus FlyFF

    Quote Originally Posted by MakVee View Post
    Hello sir @Ketchup just want to inform you these errors of compressed files it keeps give errors on extraction on winrar or even 7zip. And i've try to redownload the link already but sadly same thing.


    Screenshot
    https://imgur.com/a/h5h355o
    I had no issues extracting it with the latest 7z using the password: RageZone

    Are you sure your putting the password in correctly? When's the last time you updated winrar or 7z?

  10. #160
    Valued Member MakVee is online now
    MemberRank
    Mar 2021 Join Date
    MarsLocation
    129Posts

    Re: Nanus FlyFF

    Quote Originally Posted by Ketchup View Post
    I had no issues extracting it with the latest 7z using the password: RageZone

    Are you sure your putting the password in correctly? When's the last time you updated winrar or 7z?

    Yes it is sir, Im using winrar and 7zip and both of them are updated sir btw here some screenshot of the error for 7zip

    Image 1: https://imgur.com/a/cAL675T
    Image 2: https://imgur.com/a/rucKBgv

  11. #161
    Novice darknbrr is offline
    MemberRank
    Oct 2020 Join Date
    2Posts
    Hello sir @Ketchup ​when press 'z' button for teleport game crash.

  12. #162
    Apprentice greenie is offline
    MemberRank
    Nov 2020 Join Date
    12Posts
    Quote Originally Posted by darknbrr View Post
    Hello sir @Ketchup ​when press 'z' button for teleport game crash.
    You have to debug it and see where it is crashing.

  13. #163
    Novice darknbrr is offline
    MemberRank
    Oct 2020 Join Date
    2Posts

    debug

    screenshot_8.pngscreenshot_7.pngscreenshot_6.pngdeb1.png
    correct this debug?

  14. #164
    Apprentice greenie is offline
    MemberRank
    Nov 2020 Join Date
    12Posts
    Quote Originally Posted by darknbrr View Post
    screenshot_8.pngscreenshot_7.pngscreenshot_6.pngdeb1.png
    correct this debug?
    In call stack click the 3rd image click the CWndTeleportList::UpdateList and post the image again here after you click it.

  15. #165
    ‎‎‎‎ Ketchup is offline
    ModeratorRank
    Jan 2009 Join Date
    New YorkLocation
    2,847Posts
    Add teleporteritems to your resource then merge lol



Advertisement