Compilation of Help threads

Page 7 of 57 FirstFirst 12345678910111213141517 ... LastLast
Results 91 to 105 of 853
  1. #91
    Account Upgraded | Title Enabled! Cait is offline
    MemberRank
    Jan 2009 Join Date
    344Posts

    Re: How To Make Flyff Account

    Quote Originally Posted by TazWuzHereLowlz View Post
    I Cant Find The dbo.CREATEACCOUNT procedure anywhere and chances you saw it?
    Sorry, I was doing a quick search.

    I found this:
    Quote Originally Posted by TheJacob View Post
    CreateAccount Function by Reim (If you don't already have it):

    Spoiler:

    Code:
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    CREATE PROCEDURE [dbo].[createaccount] 
    @account VARCHAR(15),
    @password VARCHAR(32)
    
    AS
    
    SET NOCOUNT ON
    
    DECLARE @DateActivated AS CHAR(8)
    
    IF NOT EXISTS (SELECT account FROM ACCOUNT_TBL WHERE account = @account) BEGIN
    INSERT INTO ACCOUNT_TBL (account, [password], id_no2, isuse, member, realname) 
    VALUES (@account, @password, @password, 'T', 'A', 'F')
    
    SET @DateActivated = CONVERT(CHAR(8), GETDATE()-1, 112 ) --Is the date today - 1
    --UPDATE ACCOUNT_TBL_DETAIL SET BlockTime = @DateYesterday WHERE account = @userid	
    --INSERT INTO ACCOUNT_TBL_DETAIL (account, gamecode, tester, m_chLoginAuthority, regdate, BlockTime, EndTime, WebTime, isuse)
    --	VALUES (@account, 'A000', '2', 'F', GETDATE(), '20990101', '20990101', '20050101', 'O')
    
    INSERT INTO ACCOUNT_TBL_DETAIL (account, gamecode, tester, m_chLoginAuthority, regdate, BlockTime, EndTime, WebTime, isuse)
    VALUES (@account, 'A000', '2', 'F', GETDATE(), @DateActivated, '20990101', '20050101', 'O')
    
    END
    Maybe that's it..

  2. #92
    Account Upgraded | Title Enabled! Sanctin is offline
    MemberRank
    Jul 2010 Join Date
    376Posts

  3. #93
    Account Upgraded | Title Enabled! Satan is offline
    MemberRank
    Jul 2010 Join Date
    Hells Gates ;<Location
    406Posts

    Re: How To Make Flyff Account

    That 1 dont work. Execute the other 1 into MSSQl in a new query on account_dbf then re-fresh.

  4. #94
    Valued Member avivos120 is offline
    MemberRank
    Sep 2010 Join Date
    106Posts

    [Help] Many Problems and Questions

    Well ii ahve server WORK perfect ppl the and now i need get thise


    1)v15 NPC with items cs,Greens,Scrols ,Sun, Mon
    2)i have V15 server and i use SQL ,Datebase engine ,Aviv/SQLEXPRESS,Windows Authentication. i want to do a Register Website i dont have nathing i need ALL Files for thhat and Guild

    3)How to do Tom94 Anti Cheat plesae GOOD Guild


    Please help me!!!!!!!

  5. #95
    Account Upgraded | Title Enabled! Kawikaan is offline
    MemberRank
    Sep 2010 Join Date
    Calamba,LagunaLocation
    223Posts

    [Help] Changing Monster level

    guys how to change monster level. for 200 level cap

    example glaphan will be level 129. how to do it..
    thank you in advanced!

  6. #96
    Novice yanray223 is offline
    MemberRank
    Jan 2010 Join Date
    2Posts

    Skill Editing

    Okay, so I've used the search function many times and I couldn't find a very concrete guide to skill editing, like, for example i want to remove a cool down on some skills, the guides i've seen don't specify how to do just so.

    I'm using v15 files btw.

    Any help would be nice, thanks.

  7. #97
    Apprentice gabiman is offline
    MemberRank
    Mar 2009 Join Date
    13Posts

    [Help]How to delete npc's Spam/Talk.

    Hello Guys,

    I has changed the position of many Npc's in little area,
    But When I'm looking around I just see a big spam that they are doing,If you didn't understand wich Chat they are talking,then see this picture and look at "SsotTta and Loyah" they are like talking well picture:

    http://up166.siz.co.il/up1/ymvkmoblmzrg.jpg

    look Loyah says:

    Hungry? Visit my
    sister Losha's Food
    Shop! *YUM*

    Well After this big shit I have said lol,I just wanna know
    How to delete it / change.
    I prefer to Delete,but change to smaller message will be fine thoo,

    Thx,Gabi.

  8. #98
    Account Upgraded | Title Enabled! kenjilianne is offline
    MemberRank
    Apr 2007 Join Date
    194Posts

    Re: Character name already in use

    here is the error code

    Code:
    SQLSTATE:IM002 error:[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
    2010/09/30    19:55:05
    query:CHARACTER_STR 'I1',@im_idPlayer='0000000',@iserverindex='01',@iaccount='kenjilianne',@im_szName='kenji',@iplayerslot=0,@idwWorldID=1,@im_dwIndex=12,@im_vPos_x=6971.984375,@im_vPos_y=100.000000,@im_vPos_z=3336.884277,@im_szCharacterKey='(null)',@im_dwSkinSet=0,@im_dwHairMesh=3,@im_dwHairColor=-6921131,@im_dwHeadMesh=4,@im_dwSex=1,@im_vScale_x=0.000000,@im_dwMotion=0,@im_fAngle=0.000000,@im_nHitPoint=0,@im_nManaPoint=0,@im_nFatiguePoint=0,@im_dwRideItemIdx=0,@im_dwGold=0,@im_nJob=0,@im_pActMover='(null)',@im_nStr=0,@im_nSta=0,@im_nDex=0,@im_nInt=0,@im_nLevel=0,@im_nExp1=0,@im_nExp2=0,@im_aJobSkill='(null)',@im_aLicenseSkill='(null)',@im_aJobLv='(null)',@im_dwExpertLv=0,@im_idMarkingWorld=0,@im_vMarkingPos_x=0.000000,@im_vMarkingPos_y=0.000000,@im_vMarkingPos_z=0.000000,@im_nRemainGP=0,@im_nRemainLP=0,@im_nFlightLv=0,@im_nFxp=0,@im_nTxp=0,@im_lpQuestCntArray='(null)',@im_chAuthority='F',@im_dwMode=0,@im_idparty=0,@im_idMuerderer=0,@im_nFame=0,@im_nDeathExp=0,@im_nDeathLevel=0,@im_dwFlyTime=0,@im_nMessengerState=0,@iTotalPlayTime=0,@im_Card='(null)',@im_Index_Card='(null)',@im_ObjIndex_Card='(null)',@im_Cube='(null)',@im_Index_Cube='(null)',@im_ObjIndex_Cube='(null)',@im_Inventory='(null)',@im_apIndex='(null)',@im_adwEquipment='(null)',@im_dwObjIndex='(null)',@im_aSlotApplet='(null)',@im_aSlotItem='(null)',@im_aSlotQueue='(null)',@im_SkillBar=0,@im_Bank='(null)',@im_apIndex_Bank='(null)',@im_dwObjIndex_Bank='(null)',@im_dwGoldBank=0,@im_nFuel=0,@im_tmAccFuel=0,@im_dwSMTime='(null)',@iSkillInfluence='(null)',@im_aCompleteQuest='(null)',@im_extInventory='(null)',@im_InventoryPiercing='(null)',@im_extBank='(null)',@im_BankPiercing ='(null)',@im_dwReturnWorldID=0,@im_vReturnPos_x=0.000000,@im_vReturnPos_y=0.000000,@im_vReturnPos_z=0.000000,@im_nPKValue=0,@im_dwPKPropensity=0,@im_dwPKExp=0,@im_nAngelExp=0,@im_nAngelLevel=0,@iszInventoryPet='(null)',@iszBankPet='(null)', @im_dwPetId=0,@im_nExpLog=0, @im_nAngelExpLog=0,@im_nCoupon=0,@im_nHonor=-1,@im_nLayer=0,@im_nCampusPoint=0,@im_idCampus=0,@im_aCheckedQuest='(null)'
    SQLSTATE:23000 error:[Microsoft][SQL Native Client][SQL Server]Cannot insert duplicate key row in object 'dbo.TASKBAR_TBL' with unique index 'TASKBAR_ID1'.
    2010/09/30    19:55:05

  9. #99
    Account Upgraded | Title Enabled! Kawikaan is offline
    MemberRank
    Sep 2010 Join Date
    Calamba,LagunaLocation
    223Posts

    Re: Character name already in use

    hmm sir. what is the language of your operating system??
    just change the ODBC to english if your operating system language is not english..

  10. #100
    Account Upgraded | Title Enabled! kenjilianne is offline
    MemberRank
    Apr 2007 Join Date
    194Posts

    Re: Character name already in use

    Quote Originally Posted by kenjilianne View Post
    i already set my ODBC to English but this message always showing after i put the character name
    Pinoy? yes i already set my language in odbc to english but nothings happen,, always show this error

  11. #101
    Trust your senses Gravious is offline
    MemberRank
    Sep 2009 Join Date
    NetherlandsLocation
    713Posts

    Re: [Help] Changing Monster level

    propMover.txt:
    Find you monster using propMover.txt.txt and search for the IDS in propMover.txt
    Then you'll have to take a look at the level column. But I suggest you also change the EXP it gives and the stats of it. Just have a look in the file.

  12. #102
    Account Upgraded | Title Enabled! Kawikaan is offline
    MemberRank
    Sep 2010 Join Date
    Calamba,LagunaLocation
    223Posts

    Re: [Help] Changing Monster level

    yah ive see the level column but yet.. it didnt work.. but why hmm?

  13. #103
    Flyff Developer ShadowDragon is offline
    MemberRank
    Apr 2009 Join Date
    1,916Posts

    Re: [Help] Changing Monster level

    Quote Originally Posted by Kawikaan View Post
    yah ive see the level column but yet.. it didnt work.. but why hmm?
    did you add the file to the proper .res file in the directory of the client? I've forgotten that before.

  14. #104
    Member muffins is offline
    MemberRank
    Sep 2010 Join Date
    90Posts

    [Help] MySQL

    hi guys help me about mysql when i complete download it then next my computer was corrupt i dont know what is the problem
    who can help me ?? just reply please Thank You

  15. #105
    Account Upgraded | Title Enabled! Kawikaan is offline
    MemberRank
    Sep 2010 Join Date
    Calamba,LagunaLocation
    223Posts

    Re: [Help] Changing Monster level

    huh? i should add it there?
    in Datasubs?



Advertisement