[Release] Crate system similar to CS:GO

Page 2 of 3 FirstFirst 123 LastLast
Results 26 to 50 of 59
  1. #26
    Elite Member Doky is offline
    Member +Rank
    Oct 2014 Join Date
    BrazilLocation
    127Posts

    Re: [Release] Crate system similar to CS:GO

    now as well.
    I put the SQL of @italofialho





    and



  2. #27
    My Status --> LukasCCB is offline
    Grand MasterRank
    Apr 2013 Join Date
    CracolandiaLocation
    1,189Posts

    Re: [Release] Crate system similar to CS:GO

    Quote Originally Posted by hawkingsamcro View Post
    I got the same error as GMkidink

    Code:
    Msg 102, Level 15, State 1, Procedure FN_AddItemToUserCase, Line 22
    Incorrect syntax near ')'.
    Msg 102, Level 15, State 1, Procedure FN_AddItemToUserCase, Line 41
    Incorrect syntax near ')'.
    Msg 156, Level 15, State 1, Procedure FN_AddItemToUserCase, Line 43
    Incorrect syntax near the keyword 'else'.
    Msg 102, Level 15, State 1, Procedure FN_AddItemToUserCase, Line 46
    Incorrect syntax near ')'.
    Msg 102, Level 15, State 1, Procedure FN_AddItemToUserCase, Line 52
    Incorrect syntax near  @LeasedUntil'.
    put this (simple)
    ALTER PROCEDURE [dbo].[FN_AddItemToUserCase] @in_CustomerID int, - Pastebin.com

  3. #28
    Elite Member Doky is offline
    Member +Rank
    Oct 2014 Join Date
    BrazilLocation
    127Posts

    Re: [Release] Crate system similar to CS:GO

    if I put FrontEnd.swf the source PZ he only appears boxes, more when I buy it goes to my overall inventory
    in my frontend.swf (last flash from CodeXPO) don't show this cases.

    Buy item 100%
    no open case
    case in global inventory



    using frontend.swf PandemicZ


  4. #29
    My Status --> LukasCCB is offline
    Grand MasterRank
    Apr 2013 Join Date
    CracolandiaLocation
    1,189Posts

    Re: [Release] Crate system similar to CS:GO

    Ohhh
    Thank you man
    Last edited by LukasCCB; 13-12-15 at 08:02 PM.

  5. #30
    Member Unrealgaming is offline
    MemberRank
    Sep 2014 Join Date
    35Posts

    Re: [Release] Crate system similar to CS:GO

    how to buy random box for other point ?

    ext. I'm make PromotionPoint in Table DB and use PromotionPoint to buy box.

  6. #31
    ☆Dying Dawn☆ Bombillo is offline
    Grand MasterRank
    Jan 2012 Join Date
    ValhallaLocation
    977Posts

    Re: [Release] Crate system similar to CS:GO

    good job! it's perfect THANKS A LOT!

    anyone who says this is photoshop is just an invidious!
    works-perfect.jpg


    ---------------
    untitled.jpg
    Attached Thumbnails Attached Thumbnails untitled.jpg   works-perfect.jpg  

  7. #32
    Member Unrealgaming is offline
    MemberRank
    Sep 2014 Join Date
    35Posts

    Re: [Release] Crate system similar to CS:GO

    how to make ItemID.xml for lootbox ?

  8. #33
    ☆Dying Dawn☆ Bombillo is offline
    Grand MasterRank
    Jan 2012 Join Date
    ValhallaLocation
    977Posts

    Re: [Release] Crate system similar to CS:GO

    So the only way to put this is deleting an existing tab? cuz my Attachment tab is going slowly to the shit, I tried almost everything and not return unless you remove the Case tab, someone have any idea where we can fix that to have the 8th tabs at the same time?

    well I'll investigate more fully about it

    --update--
    I forgot to enable the 8th tab :s my mistake its all perfect!
    well-done.jpg
    Last edited by Bombillo; 13-12-15 at 10:39 AM.

  9. #34
    Newbie hawkingsamcro is offline
    MemberRank
    Nov 2015 Join Date
    In your mindLocation
    23Posts

    Re: [Release] Crate system similar to CS:GO

    solved.
    Last edited by hawkingsamcro; 13-12-15 at 07:25 PM.

  10. #35
    m70b1jr#9501 m70b1jr is offline
    Grand MasterRank
    May 2013 Join Date
    North CarolinaLocation
    862Posts

    Re: [Release] Crate system similar to CS:GO

    Quote Originally Posted by hawkingsamcro View Post
    When i compile the solution, I get these two errors. I don't know why, i click on them do not lead me to anything. I tried to delete the .obj, recompile again.

    It means you're using a variable that's not being used.

  11. #36
    Newbie hawkingsamcro is offline
    MemberRank
    Nov 2015 Join Date
    In your mindLocation
    23Posts

    Re: [Release] Crate system similar to CS:GO

    Quote Originally Posted by m70b1jr View Post
    It means you're using a variable that's not being used.
    I solved, had a point in a row. I don't know why!

  12. #37
    Newbie hawkingsamcro is offline
    MemberRank
    Nov 2015 Join Date
    In your mindLocation
    23Posts

    Re: [Release] Crate system similar to CS:GO

    I do not know if I'm dumb, or if I'm really stupid.

    Someone know that error ?




    In the logs don't appears nothing.

  13. #38
    ☆Dying Dawn☆ Bombillo is offline
    Grand MasterRank
    Jan 2012 Join Date
    ValhallaLocation
    977Posts

    Re: [Release] Crate system similar to CS:GO

    Quote Originally Posted by hawkingsamcro View Post
    I do not know if I'm dumb, or if I'm really stupid.

    Someone know that error ?




    In the logs don't appears nothing.
    check your CaseData in SQL

  14. #39
    My Status --> LukasCCB is offline
    Grand MasterRank
    Apr 2013 Join Date
    CracolandiaLocation
    1,189Posts

    Re: [Release] Crate system similar to CS:GO

    worth remind everyone to use this system.
    is mandatory change ItemsID, by reason of that comes by default many emulators do not have the same ItemID.

  15. #40
    Newbie hawkingsamcro is offline
    MemberRank
    Nov 2015 Join Date
    In your mindLocation
    23Posts

    Re: [Release] Crate system similar to CS:GO

    Quote Originally Posted by Bombillo View Post
    check your CaseData in SQL
    I think it's fine, i try to use both on this thread,from @italofialho and @m70b1jr, i think my error it is on the FN_AddItemToUserCase.

  16. #41
    My Status --> LukasCCB is offline
    Grand MasterRank
    Apr 2013 Join Date
    CracolandiaLocation
    1,189Posts

    Re: [Release] Crate system similar to CS:GO

    Quote Originally Posted by hawkingsamcro View Post
    I think it's fine, i try to use both on this thread,from @italofialho and @m70b1jr, i think my error it is on the FN_AddItemToUserCase.
    My System Case is perfect.
    My FN_AddItemToUserCase
    [SQL] FN_AddItemToUserCase - Pastebin.com


    if you know import using Navicat using txt so here is my table, with some items that set.
    My Items_CaseData
    [SQL] Items_CaseData.txt - Pastebin.com

  17. #42
    Newbie hawkingsamcro is offline
    MemberRank
    Nov 2015 Join Date
    In your mindLocation
    23Posts

    Re: [Release] Crate system similar to CS:GO

    Quote Originally Posted by lukasccb View Post
    My System Case is perfect.
    My FN_AddItemToUserCase
    [SQL] FN_AddItemToUserCase - Pastebin.com


    if you know import using Navicat using txt so here is my table, with some items that set.
    My Items_CaseData
    [SQL] Items_CaseData.txt - Pastebin.com
    Same think. I don't know anymore what it can be

  18. #43
    My Status --> LukasCCB is offline
    Grand MasterRank
    Apr 2013 Join Date
    CracolandiaLocation
    1,189Posts

    Re: [Release] Crate system similar to CS:GO

    Quote Originally Posted by hawkingsamcro View Post
    Same think. I don't know anymore what it can be
    show your r3dlog.txt (after giving the error of purchase)
    and you change in api?

  19. #44
    Newbie hawkingsamcro is offline
    MemberRank
    Nov 2015 Join Date
    In your mindLocation
    23Posts

    Re: [Release] Crate system similar to CS:GO

    Quote Originally Posted by lukasccb View Post
    show your r3dlog.txt (after giving the error of purchase)
    and you change in api?
    Yes, i change the api.

    000200.813| r3dFile: can't open Data/Weapons/StoreIcons/Mega_Loot_.dds
    000200.826| GFx Error: Loader failed to open 'data\menu\$Data/Weapons/StoreIcons/Mega_Loot_.dds'
    000200.832| GFx Log: Failed loading URL "$Data/Weapons/StoreIcons/Mega_Loot_.dds"
    000200.833| r3dFile: can't open Data/Weapons/StoreIcons/Mega_Loot_.dds
    000200.833| GFx Error: Loader failed to open 'data\menu\$Data/Weapons/StoreIcons/Mega_Loot_.dds'
    000200.833| GFx Log: Failed loading URL "$Data/Weapons/StoreIcons/Mega_Loot_.dds"
    000200.833| r3dFile: can't open Data/Weapons/StoreIcons/Mega_Loot_.dds
    000200.834| GFx Error: Loader failed to open 'data\menu\$Data/Weapons/StoreIcons/Mega_Loot_.dds'
    000200.834| GFx Log: Failed loading URL "$Data/Weapons/StoreIcons/Mega_Loot_.dds"
    000200.834| r3dFile: can't open Data/Weapons/StoreIcons/Mega_Loot_.dds
    000200.834| GFx Error: Loader failed to open 'data\menu\$Data/Weapons/StoreIcons/Mega_Loot_.dds'
    000200.834| GFx Log: Failed loading URL "$Data/Weapons/StoreIcons/Mega_Loot_.dds"
    000200.834| r3dFile: can't open Data/Weapons/StoreIcons/Mil_Box_Case_Equip_01.dds
    000200.834| GFx Error: Loader failed to open 'data\menu\$Data/Weapons/StoreIcons/Mil_Box_Case_Equip_01.dds'
    000200.834| GFx Log: Failed loading URL "$Data/Weapons/StoreIcons/Mil_Box_Case_Equip_01.dds"
    000201.396| r3dFile: can't open Data/Weapons/StoreIcons/Mega_Loot_.dds
    000201.397| GFx Error: Loader failed to open 'data\menu\$Data/Weapons/StoreIcons/Mega_Loot_.dds'
    000201.397| GFx Log: Failed loading URL "$Data/Weapons/StoreIcons/Mega_Loot_.dds"
    000203.599| r3dFile: can't open Data/Weapons/StoreIcons/Mega_Loot_.dds
    000203.599| GFx Error: Loader failed to open 'data\menu\$Data/Weapons/StoreIcons/Mega_Loot_.dds'
    000203.599| GFx Log: Failed loading URL "$Data/Weapons/StoreIcons/Mega_Loot_.dds"
    000205.576| r3dFile: can't open Data/Weapons/StoreIcons/Mega_Loot_.dds
    000205.576| GFx Error: Loader failed to open 'data\menu\$Data/Weapons/StoreIcons/Mega_Loot_.dds'
    000205.576| GFx Log: Failed loading URL "$Data/Weapons/StoreIcons/Mega_Loot_.dds"
    000207.265| r3dFile: can't open Data/Weapons/StoreIcons/Mega_Loot_.dds
    000207.265| GFx Error: Loader failed to open 'data\menu\$Data/Weapons/StoreIcons/Mega_Loot_.dds'
    000207.265| GFx Log: Failed loading URL "$Data/Weapons/StoreIcons/Mega_Loot_.dds"
    000209.849| r3dFile: can't open Data/Weapons/StoreIcons/Mil_Box_Case_Equip_01.dds
    000209.849| GFx Error: Loader failed to open 'data\menu\$Data/Weapons/StoreIcons/Mil_Box_Case_Equip_01.dds'
    000209.849| GFx Log: Failed loading URL "$Data/Weapons/StoreIcons/Mil_Box_Case_Equip_01.dds"
    000278.173| obj_Zombie::FreePhysSkeletonCache:000278.173| done in 0.00 seconds
    000278.191| gAutodeskNavMesh.Close...
    000278.266| obj_Zombie::FreePhysSkeletonCache:000278.266| done in 0.00 seconds
    000278.270| Deleting render targets
    000282.025| r3dBackgroundTaskDispatcher::Close
    000282.025| Exiting background thread: 472
    000282.027|
    000282.029| r3dTexture::~r3dTexture: rogue texture 'data/grass/wz_smallstone_01_d.dds' - escaped usual deleting procedures
    000282.029| r3dTexture::~r3dTexture: rogue texture 'data/grass/cali_des_bushs_01_d.dds' - escaped usual deleting procedures
    000282.029| r3dTexture::~r3dTexture: rogue texture 'data/grass/test_flower_02_d.dds' - escaped usual deleting procedures
    000282.029| r3dTexture::~r3dTexture: rogue texture 'data/grass/test_flower_01_d.dds' - escaped usual deleting procedures
    000282.029| r3dTexture::~r3dTexture: rogue texture 'data/grass/wz_newgrass_01_d.dds' - escaped usual deleting procedures
    000282.029| r3dTexture::~r3dTexture: rogue texture 'data/grass/test_flower_02_dry_d.dds' - escaped usual deleting procedures
    000282.029| r3dTexture::~r3dTexture: rogue texture 'data/decals/icecrack_01_n.dds' - escaped usual deleting procedures
    000282.029| r3dTexture::~r3dTexture: rogue texture 'data/decals/icecrack_01_d.dds' - escaped usual deleting procedures
    000282.029| r3dTexture::~r3dTexture: rogue texture 'data/decals/blood_splat_compose01_normal.dds' - escaped usual deleting procedures
    000282.029| r3dTexture::~r3dTexture: rogue texture 'data/decals/blood_splat_compose01_diffuse.dds' - escaped usual deleting procedures
    000282.030| r3dTexture::~r3dTexture: rogue texture 'data/shaders/texture/cclut3d/cameradrone.dds' - escaped usual deleting procedures
    000282.030| r3dTexture::~r3dTexture: rogue texture 'data/shaders/texture/cclut3d/default.dds' - escaped usual deleting procedures
    000282.030| r3dTexture::~r3dTexture: rogue texture 'data/shaders/texture/cclut3d/c1_night_01.dds' - escaped usual deleting procedures
    000282.030| WARNING: pd3ddev have 21 reference counts
    000282.088| Shutting down voice
    000282.088| VoipLog:[5] 2015-12-15 12:49:59.004563|DEVELOP |Windows Audio Session| | DeviceDeleteList::waitForDeletes - enter
    000282.088| VoipLog:[5] 2015-12-15 12:49:59.004563|DEVELOP |Windows Audio Session| | DeviceDeleteList::waitForDeletes - leave
    000282.311| VoipLog:[5] 2015-12-15 12:49:59.227575|DEVELOP |Windows Audio Session| | DeviceDeleteList::waitForDeletes - enter
    000282.311| VoipLog:[5] 2015-12-15 12:49:59.227575|DEVELOP |Windows Audio Session| | DeviceDeleteList::waitForDeletes - leave
    000282.570| r3dNetwork: Deinitialize

  20. #45
    My Status --> LukasCCB is offline
    Grand MasterRank
    Apr 2013 Join Date
    CracolandiaLocation
    1,189Posts

    Re: [Release] Crate system similar to CS:GO

    Quote Originally Posted by hawkingsamcro View Post
    Yes, i change the api.
    correct '-'
    Your problem should be in the source code, I believe you forgot to add or modify something else.
    re-do the code!

  21. #46
    Elite Member Nikita505 is offline
    Member +Rank
    Mar 2014 Join Date
    Mountain ViewLocation
    223Posts

    Re: [Release] Crate system similar to CS:GO

    Quote Originally Posted by hawkingsamcro View Post
    Yes, i change the api.
    if u add only api files- it dosn't work. Rebuild and publish API

  22. #47
    Newbie hawkingsamcro is offline
    MemberRank
    Nov 2015 Join Date
    In your mindLocation
    23Posts

    Re: [Release] Crate system similar to CS:GO

    Quote Originally Posted by Nikita505 View Post
    if u add only api files- it dosn't work. Rebuild and publish API
    I'm not so idiot.

    - - - Updated - - -

    I solved my self.

    The mistake was that I wanted to put to buy stack itens with the case. And I had done one thing wrong.

  23. #48
    Newbie Cm Cb is offline
    MemberRank
    Apr 2013 Join Date
    18Posts

    Re: [Release] Crate system similar to CS:GO

    skin system?

  24. #49
    Elite Member demonlord21 is offline
    Member +Rank
    Apr 2012 Join Date
    127.0.0.1Location
    153Posts

    Re: [Release] Crate system similar to CS:GO

    do the new loot boxes need to be added to itemdb.xml?
    cuz in new tab i enabled for this there is nothing and looked through logs and no errors but i do have this in logs which is from the sql query for items_generic

    Code:
    000000.501|  There is no LootBox 301158
    000000.501|  There is no LootBox 301160
    000000.501|  There is no LootBox 301266
    000000.501|  There is no LootBox 301267
    000000.501|  There is no LootBox 301268
    000000.501|  There is no LootBox 301282
    000000.501|  There is no LootBox 301283
    000000.501|  There is no LootBox 301284
    000000.501|  There is no LootBox 301285
    000000.501|  There is no LootBox 301286
    000000.501|  There is no LootBox 301288
    000000.501|  There is no LootBox 301289
    000000.501|  There is no LootBox 301291
    000000.501|  There is no LootBox 301293
    000000.501|  There is no LootBox 301295
    000000.501|  There is no LootBox 301299
    000000.501|  There is no LootBox 301300
    000000.501|  There is no LootBox 301301
    000000.501|  There is no LootBox 301138
    000000.501|  There is no LootBox 301139
    000000.501|  There is no LootBox 301140
    000000.501|  There is no LootBox 301141
    000000.501|  There is no LootBox 301142
    000000.501|  There is no LootBox 301143
    000000.501|  There is no LootBox 301144
    000000.501|  There is no LootBox 301145
    000000.501|  There is no LootBox 301146
    000000.501|  There is no LootBox 301147
    000000.501|  There is no LootBox 301165
    000000.501|  There is no LootBox 301302
    000000.501|  There is no LootBox 301305
    000000.501|  There is no LootBox 301306
    000000.501|  There is no LootBox 301307
    000000.502|  There is no LootBox 301308
    000000.502|  There is no LootBox 301309
    000000.502|  There is no LootBox 301225
    000000.502|  There is no LootBox 301382
    000000.502|  There is no LootBox 301264

  25. #50
    ☆Dying Dawn☆ Bombillo is offline
    Grand MasterRank
    Jan 2012 Join Date
    ValhallaLocation
    977Posts

    Re: [Release] Crate system similar to CS:GO

    Quote Originally Posted by demonlord21 View Post
    do the new loot boxes need to be added to itemdb.xml?
    cuz in new tab i enabled for this there is nothing and looked through logs and no errors but i do have this in logs which is from the sql query for items_generic

    Code:
    000000.501|  There is no LootBox 301158
    000000.501|  There is no LootBox 301160
    000000.501|  There is no LootBox 301266
    000000.501|  There is no LootBox 301267
    000000.501|  There is no LootBox 301268
    000000.501|  There is no LootBox 301282
    000000.501|  There is no LootBox 301283
    000000.501|  There is no LootBox 301284
    000000.501|  There is no LootBox 301285
    000000.501|  There is no LootBox 301286
    000000.501|  There is no LootBox 301288
    000000.501|  There is no LootBox 301289
    000000.501|  There is no LootBox 301291
    000000.501|  There is no LootBox 301293
    000000.501|  There is no LootBox 301295
    000000.501|  There is no LootBox 301299
    000000.501|  There is no LootBox 301300
    000000.501|  There is no LootBox 301301
    000000.501|  There is no LootBox 301138
    000000.501|  There is no LootBox 301139
    000000.501|  There is no LootBox 301140
    000000.501|  There is no LootBox 301141
    000000.501|  There is no LootBox 301142
    000000.501|  There is no LootBox 301143
    000000.501|  There is no LootBox 301144
    000000.501|  There is no LootBox 301145
    000000.501|  There is no LootBox 301146
    000000.501|  There is no LootBox 301147
    000000.501|  There is no LootBox 301165
    000000.501|  There is no LootBox 301302
    000000.501|  There is no LootBox 301305
    000000.501|  There is no LootBox 301306
    000000.501|  There is no LootBox 301307
    000000.502|  There is no LootBox 301308
    000000.502|  There is no LootBox 301309
    000000.502|  There is no LootBox 301225
    000000.502|  There is no LootBox 301382
    000000.502|  There is no LootBox 301264
    ofcource.



Page 2 of 3 FirstFirst 123 LastLast

Advertisement