Create a Gasha

Results 1 to 6 of 6
  1. #1
    Account Upgraded | Title Enabled! Elssair is offline
    MemberRank
    Dec 2013 Join Date
    334Posts

    Support Create a Gasha

    Hi guys :)

    I'm boring with my 6.0.7 outdated files and I will make a gasha but I cannot stay a good gasha, do anyone tell me how I can create a good gasha?

    This is my failed gasha script:

    Spoiler:

    INSERT [dbo].[NewShopInfo]
    ([World1], [SellType], [SellType1], [Sell_Cost], [Sell_Get_Bonus], [Item_DisplayerObjID], [Item_OrgObjID1], [Item_OrgObjID2], [Item_OrgObjID3], [Item_Count1], [Item_Count2], [Item_Count3], [Gamble_Count], [Gamble_Rate1], [Gamble_Rate2], [Gamble_Rate3])
    VALUES
    (1,1,1,1500,150,205438,219992,219990,219988,1,1,1,1,10000,10000,10000);
    GO


    What is wrong in this script?

    Regards,
    Elssair.


  2. #2
    Proficient Member Turmalin is offline
    MemberRank
    Jul 2014 Join Date
    168Posts

    Re: Create a Gasha

    More details please - how did this didn't work?

  3. #3
    Account Upgraded | Title Enabled! Elssair is offline
    MemberRank
    Dec 2013 Join Date
    334Posts

    Re: Create a Gasha

    Hi @Turmailin

    When i try to open gasha I have all items, but I want to take only 1 item of the list



    Attachment 154270Attachment 154272

    Regards,
    Elssair.
    Last edited by Elssair; 06-11-15 at 09:11 AM.

  4. #4
    Proficient Member Turmalin is offline
    MemberRank
    Jul 2014 Join Date
    168Posts

    Re: Create a Gasha

    Try to decrease Gamble_Rate's values.

  5. #5
    Account Upgraded | Title Enabled! Elssair is offline
    MemberRank
    Dec 2013 Join Date
    334Posts

    Re: Create a Gasha

    Thanks @Turmalin

    With this query work very well
    Spoiler:

    INSERT [dbo].[NewShopInfo]
    ([World1], [SellType], [SellType1], [Sell_Cost], [Sell_Get_Bonus], [Item_DisplayerObjID], [Item_OrgObjID1], [Item_OrgObjID2], [Item_OrgObjID3], [Item_Count1], [Item_Count2], [Item_Count3], [Gamble_Count], [Gamble_Rate1], [Gamble_Rate2], [Gamble_Rate3])
    VALUES
    (1,1,1,1500,150,205438,219992,219990,219988,1,1,1,1,2500,2500,2500);
    GO


    Do you know why items of my gasha only stay with 100/100 durability? Can I change this?

    Regards,
    Elssair.

  6. #6
    Proficient Member Drewww is offline
    MemberRank
    Apr 2015 Join Date
    164Posts

    Re: Create a Gasha

    Those IDs you are using look like custom IDs, maybe look at the other fields where you made them for default values for dura. The gasha itself can not change dura values.



Advertisement