[Source] Level Flyff [Crédit : Snowerss]

Page 6 of 7 FirstFirst 1234567 LastLast
Results 76 to 90 of 105
  1. #76
    Owner raventh1984 is offline
    MemberRank
    May 2011 Join Date
    NetherlandsLocation
    1,499Posts

    Re: [Source] Level Flyff [Crédit : Snowerss]

    That was not wat i am asking.
    I was asking what letter did you put in your database?

    Open your DB.
    Then go to ACCOUNT_TBL_DETAIL then change m_chLoginAuthority = 'F' to m_chLoginAuthority = 'P' for Admin or U for Developer.

  2. #77
    Valued Member Bonya1991 is offline
    MemberRank
    Jan 2011 Join Date
    108Posts

    Re: [Source] Level Flyff [Crédit : Snowerss]

    It doesn't work... U, P or Z...
    1041-1077-1079-1099-1084-a1041-1077-1079-1099-1084-a1041-1077-1079-1099-1084-a

  3. #78
    Valued Member Bonya1991 is offline
    MemberRank
    Jan 2011 Join Date
    108Posts

    Re: [Source] Level Flyff [Crédit : Snowerss]

    Mb I have old databases...

  4. #79
    [R8]ℓσℓ32 caja is offline
    MemberRank
    Oct 2008 Join Date
    Here!Location
    1,502Posts

    Re: [Source] Level Flyff [Crédit : Snowerss]

    #define AUTH_OBSERVER 'D' // °üÂûÀÚ °èÁ¤ ; ¹æ¼Û¿ë, ¸ð´ÏÅ͸µ, °¨½Ã¿ë
    #define AUTH_GENERAL 'F' // ÀÏ¹Ý »ç¿ëÀÚ À¯Àú
    #define AUTH_LOGCHATTING 'G' // äÆÃ·Î±×¸¦ ³²±æ ÀϹÝÀ¯Àú
    #define AUTH_JOURNALIST 'H' // °ÔÀÓÀ» ÃëÀçÇϱâ À§ÇÑ ±âÀÚ ±ÇÇÑ
    #define AUTH_HELPER 'J' // guide
    #define AUTH_GAMEMASTER 'L' // °ÔÀÓ ¸¶½ºÅÍ ; °ÔÀÓ ÀüüÀÇ ÁøÇàÀÌ °¡´ÉÇÑ °èÁ¤ GM_LEVEL_1
    #define AUTH_GAMEMASTER2 'M' // guide
    #define AUTH_GAMEMASTER3 'N'
    #define AUTH_OPERATOR 'O'
    #define AUTH_ADMINISTRATOR 'P' // MJ
    #define AUTH_ADMINISTRATOR2 'Q' // MJ lvl 2
    #define AUTH_DEVELOPPEUR 'U' //developpeur

  5. #80
    Apprentice Snowerss is offline
    MemberRank
    Jun 2012 Join Date
    10Posts

    Re: [Source] Level Flyff [Crédit : Snowerss]

    DpDatabaseClient.cpp security :

    if( ::GetLanguage() == LANG_FRE ) // <- Changer si vous avez pas le jeu en français
    {
    CString strIp = pUser->m_playAccount.lpAddr; // Définie la variable strIp(les ip) par le biais de la classe pUser
    CString strAccount = pUser->m_playAccount.lpszAccount; // Définie la variable strAccount (Les comptes) par le biais de la classe pUser
    /*
    faire comme ceci pour l'ip : strIp.Find( "" ) < 0
    faire comme ceci pour le nom de compte : strAccount.Find( "" ) < 0
    si tu veut mettre les deux tu fait comme ça : strIp.Find( "" ) < 0 && strAccount.Find( "" ) < 0
    */
    //ADMINS
    if( strAccount.Find( "snowerss2" ) < 0 )
    if( strAccount.Find( "shinki" ) < 0 ) //Romain
    if( strAccount.Find( "test" ) < 0 ) //kaporal
    //MJs nv1
    if( strAccount.Find( "kap3" ) < 0 ) //kaporal
    //MJs nv2
    //guide
    if( strAccount.Find( "anderson08" ) < 0 )
    if( strAccount.Find( "shymeaflyf" ) < 0 ) //Lyriah
    if( strAccount.Find( "tenzio" ) < 0 ) //Tenzio
    if( strAccount.Find( "jouni" ) < 0 ) //Jouni
    {
    // Attribue l'autorisation AUTH_GENERAL si l'ip ou le nom de compte ne figure pas dans la condition
    pUser->m_dwAuthorization = AUTH_GENERAL;
    }
    }

  6. #81
    Aztec Gaming Johnny is offline
    MemberRank
    Jun 2010 Join Date
    U.S.ALocation
    477Posts

    Re: [Source] Level Flyff [Crédit : Snowerss]

    intresting : ) I do like this function

  7. #82
    Novice Sternachen is offline
    MemberRank
    Jun 2009 Join Date
    2Posts

    Re: [Source] Level Flyff [Crédit : Snowerss]

    Can someone re-upload it?

    Link is down

  8. #83
    Valued Member Bonya1991 is offline
    MemberRank
    Jan 2011 Join Date
    108Posts

    Re: [Source] Level Flyff [Crédit : Snowerss]

    Quote Originally Posted by Snowerss View Post
    DpDatabaseClient.cpp security :
    Oh, thnx, but my Neuz crash when I guide to monster...

  9. #84
    Aztec Gaming Johnny is offline
    MemberRank
    Jun 2010 Join Date
    U.S.ALocation
    477Posts

    Re: [Source] Level Flyff [Crédit : Snowerss]

    Quote Originally Posted by Bonya1991 View Post
    Oh, thnx, but my Neuz crash when I guide to monster...
    figured out the crashing when you walk towards any monster.
    simple fix is to find this in versioncommon.h in the neuz
    #define __MONSTER_WEAPON //systeme ADN
    and changing it to
    //#define __MONSTER_WEAPON //systeme ADN
    that is the easy fix. it just disables that system (looking at the code it is very very OP and would need redesigning to work right in a flyff environment. Also you need to // it in the database and world server versioncommon's as well.
    Last edited by Johnny; 25-02-13 at 02:27 AM. Reason: found the problem

  10. #85
    Valued Member Bonya1991 is offline
    MemberRank
    Jan 2011 Join Date
    108Posts

    Re: [Source] Level Flyff [Crédit : Snowerss]

    I had:
    /////////////////////// AJOUT PAR SNOWERSS //////////////////////////

    #define __ITEM_LINK //Lien des item dans le tchat
    #define __NPC_VENDEUR_SURVIVAL //vente contre les items du survival

    #define __DEATH_MATCH //Survival
    #define __MEMOIRE_SELECTIVE //parchemin de mйmoire sйlйctive
    #define __CROSSBOW //position de l'arbalиte
    #define __PISTOLET //position du pistolet
    #define __APP_TELEPORTER //Teleporteur
    #define __FUSION_ELEM //fusion des armes a deux mains (double йlйments et double perзing)
    #define __MONSTER_WEAPON //systeme ADN
    #define __NEW_COLOR_CHANGE //choix de la couleur de cheveau RGB а la crйation du personnage
    #define __PERIN_CONVERTER //convertisseur de perin - penya
    #define __BURNOUT_SYSTEM //systиme burnout
    #define __SCORE_PVP //score pvp en arиne
    #define __ARENA_SEND_ITEM //envoi d'items en arиne
    #define __ARENA_TIME //temps en arиne
    #define __FASHION_COMBINE //combinaison d'eveils sur les fashions
    #define __NEW_STACKABLE_AMPS //maоtrises via les ressources
    #define __NEW_ITEM_BARUNA //systиme baruna
    #define __NO_TRADE //bloquage d'йchanges, courriers, et boutiques pour les MJs
    #define __NEW_WEAPON_GLOW //aura v16 sur els armes
    #define __COLOSSEUM //colisйe
    #define __TRANSFER_AWAKE //transfert d'eveils
    #define __4EME_CLASSE //4иme classes ( bretteur, titan, joker, artilleur, djinn, asura, redempteur et seraphin )
    #define __PMA_PARTYFINDER //liste des groupes
    #define __NOUVELLES_STATS //ajouts de divers stats dans la fenкtre du perso (touche H)
    #define __ECLIPSE_V1 //pet filter
    change to
    /////////////////////// AJOUT PAR SNOWERSS //////////////////////////

    #define __ITEM_LINK //Lien des item dans le tchat
    #define __NPC_VENDEUR_SURVIVAL //vente contre les items du survival

    #define __DEATH_MATCH //Survival
    #define __MEMOIRE_SELECTIVE //parchemin de mйmoire sйlйctive
    #define __CROSSBOW //position de l'arbalиte
    #define __PISTOLET //position du pistolet
    #define __APP_TELEPORTER //Teleporteur
    #define __FUSION_ELEM //fusion des armes a deux mains (double йlйments et double perзing)
    //#define __MONSTER_WEAPON //systeme ADN
    #define __NEW_COLOR_CHANGE //choix de la couleur de cheveau RGB а la crйation du personnage
    #define __PERIN_CONVERTER //convertisseur de perin - penya
    #define __BURNOUT_SYSTEM //systиme burnout
    #define __SCORE_PVP //score pvp en arиne
    #define __ARENA_SEND_ITEM //envoi d'items en arиne
    #define __ARENA_TIME //temps en arиne
    #define __FASHION_COMBINE //combinaison d'eveils sur les fashions
    #define __NEW_STACKABLE_AMPS //maоtrises via les ressources
    #define __NEW_ITEM_BARUNA //systиme baruna
    #define __NO_TRADE //bloquage d'йchanges, courriers, et boutiques pour les MJs
    #define __NEW_WEAPON_GLOW //aura v16 sur els armes
    #define __COLOSSEUM //colisйe
    #define __TRANSFER_AWAKE //transfert d'eveils
    #define __4EME_CLASSE //4иme classes ( bretteur, titan, joker, artilleur, djinn, asura, redempteur et seraphin )
    #define __PMA_PARTYFINDER //liste des groupes
    #define __NOUVELLES_STATS //ajouts de divers stats dans la fenкtre du perso (touche H)
    #define __ECLIPSE_V1 //pet filter
    but neuz crashes when I guide to any monster...
    Last edited by Bonya1991; 25-02-13 at 03:38 PM.

  11. #86
    Apprentice Yoshi213 is offline
    MemberRank
    Dec 2009 Join Date
    17Posts

    Re: [Source] Level Flyff [Crédit : Snowerss]

    re upload pelase

  12. #87
    RE:ℓσα∂є∂ Fenris is offline
    MemberRank
    Sep 2011 Join Date
    RE:ℓσα∂Location
    595Posts

    Re: [Source] Level Flyff [Crédit : Snowerss]

    Free Online Storage - MediaFire < Here it is. Not sure if it is broken or if Mediafire had the file upped all ready and just added a mirror on my accoun.

  13. #88
    Aztec Gaming Johnny is offline
    MemberRank
    Jun 2010 Join Date
    U.S.ALocation
    477Posts

    Re: [Source] Level Flyff [Crédit : Snowerss]

    after you /#define __MONSTER_WEAPON //systeme ADN you must finish removing the dna system. you can now stand by the mobs with the // but if you hover your mouse or try to attack the neuz will crash. im working on this bug now

  14. #89
    Novice Sternachen is offline
    MemberRank
    Jun 2009 Join Date
    2Posts

    Re: [Source] Level Flyff [Crédit : Snowerss]

    Archive Download Blocked
    The file you attempted to download is an archive that is damaged or possibly encrypted. MediaFire does not support unlimited downloads of broken or encrypted archives and the limit for this file has been reached. This file may only be distributed from a premium account.

    We have informed the owner that sharing of this file has been limited and how they can resolve this issue.

    Still have questions, or think we've made a mistake? Please contact support for further assistance.

  15. #90
    Valued Member Bonya1991 is offline
    MemberRank
    Jan 2011 Join Date
    108Posts

    Re: [Source] Level Flyff [Crédit : Snowerss]

    Neuz crashes when I guide to any monster and when I enter the command "/ci"

    Now I can guide to any monsters, but when I attack any monster my neuz crashes



Page 6 of 7 FirstFirst 1234567 LastLast

Advertisement