Please Help 3 slot inventory bug

Results 1 to 13 of 13
  1. #1
    Apprentice Potatofries is offline
    MemberRank
    Feb 2022 Join Date
    13Posts

    Please Help 3 slot inventory bug

    i add base juver 3 slot into my source code this problem i get

    not juver source i use

    pic :

    video : https://drive.google.com/file/d/1nZn...ew?usp=sharing

    my files edit in source and gui : https://drive.google.com/file/d/1znE...ew?usp=sharing


  2. #2
    Jedi Knight EmpireZ is offline
    MemberRank
    May 2020 Join Date
    404 Not FoundLocation
    237Posts

    Re: Please Help 3 slot inventory bug

    itemslot.cpp

  3. #3
    Apprentice Potatofries is offline
    MemberRank
    Feb 2022 Join Date
    13Posts

    Re: Please Help 3 slot inventory bug

    Quote Originally Posted by EmpireZ View Post
    itemslot.cpp
    thanks you so much for help i'll try fix and replay you agian.

    still same this my itemslot fix can you check please

    https://drive.google.com/file/d/10xZ...ew?usp=sharing
    Last edited by Potatofries; 15-02-22 at 06:38 PM.

  4. #4
    Jedi Knight EmpireZ is offline
    MemberRank
    May 2020 Join Date
    404 Not FoundLocation
    237Posts

    Re: Please Help 3 slot inventory bug

    remerge with this classic_ui.rar

  5. #5
    Apprentice Potatofries is offline
    MemberRank
    Feb 2022 Join Date
    13Posts

    Re: Please Help 3 slot inventory bug

    Quote Originally Posted by EmpireZ View Post
    remerge with this classic_ui.rar
    step by step one by one no luck sir thanks you __/\__ i'll use 1 slot problem done. XD

  6. #6
    Account Upgraded | Title Enabled! aizen00 is offline
    MemberRank
    Feb 2019 Join Date
    512Posts

    Re: Please Help 3 slot inventory bug

    glcharacter.cpp
    glcharactermsg.cpp

    try to find this

    SetInventorySlotViewSize then comment it .


    or you can also find this in innerinterfacesimple.cpp

    void CInnerInterface::SetInventorySlotViewSize ( const int& nSLOT_VIEW_SIZE )
    {
    if ( m_pInventoryWindow )
    {
    m_pInventoryWindow->SetOneViewSlot ( nSLOT_VIEW_SIZE ); m_pTradeInventoryWindow->SetOneViewSlot ( nSLOT_VIEW_SIZE ); m_pRebuildInventoryWindow->SetOneViewSlot ( nSLOT_VIEW_SIZE );
    }
    }

    change to:

    void CInnerInterface::SetInventorySlotViewSize ( const int& nSLOT_VIEW_SIZE )
    {
    if ( m_pInventoryWindow )
    {
    //m_pInventoryWindow->SetOneViewSlot ( nSLOT_VIEW_SIZE ); //m_pTradeInventoryWindow->SetOneViewSlot ( nSLOT_VIEW_SIZE ); //m_pRebuildInventoryWindow->SetOneViewSlot ( nSLOT_VIEW_SIZE );
    }
    }
    Last edited by aizen00; 16-02-22 at 02:24 PM.

  7. #7
    Account Upgraded | Title Enabled! thewinner3 is offline
    MemberRank
    Jul 2015 Join Date
    Tokyo.JapanLocation
    490Posts

    Re: Please Help 3 slot inventory bug

    Are you done ?

  8. #8
    Apprentice Potatofries is offline
    MemberRank
    Feb 2022 Join Date
    13Posts

    Re: Please Help 3 slot inventory bug

    Quote Originally Posted by thewinner3 View Post
    Are you done ?
    problem fix bro

  9. #9
    Enthusiast jilliancielo is offline
    MemberRank
    Mar 2014 Join Date
    48Posts

    Re: Please Help 3 slot inventory bug

    Quote Originally Posted by Potatofries View Post
    i add base juver 3 slot into my source code this problem i get

    not juver source i use

    pic :

    video : https://drive.google.com/file/d/1nZn...ew?usp=sharing

    my files edit in source and gui : https://drive.google.com/file/d/1znE...ew?usp=sharing
    can you share thankyou and advance

  10. #10
    Account Upgraded | Title Enabled! m0nst3r12345 is online now
    MemberRank
    Sep 2016 Join Date
    336Posts

    Re: Please Help 3 slot inventory bug

    Quote Originally Posted by Potatofries View Post
    i add base juver 3 slot into my source code this problem i get

    not juver source i use

    pic :

    video : https://drive.google.com/file/d/1nZn...ew?usp=sharing

    my files edit in source and gui : https://drive.google.com/file/d/1znE...ew?usp=sharing
    How to put x x x x on inventory slot?

  11. #11
    Proficient Member masterband1427 is offline
    MemberRank
    Mar 2011 Join Date
    Los Angeles, CaLocation
    152Posts
    Quote Originally Posted by m0nst3r12345 View Post
    How to put x x x x on inventory slot?
    did you find a solution? on how to add X X X on unused inventory slot??

  12. #12
    Account Upgraded | Title Enabled! m0nst3r12345 is online now
    MemberRank
    Sep 2016 Join Date
    336Posts
    Quote Originally Posted by masterband1427 View Post
    did you find a solution? on how to add X X X on unused inventory slot??
    Get dds file on sagupaan client..

    ingame_map_icons.dds
    Last edited by m0nst3r12345; 12-10-22 at 03:20 PM.

  13. #13
    Proficient Member masterband1427 is offline
    MemberRank
    Mar 2011 Join Date
    Los Angeles, CaLocation
    152Posts
    its in there but my inventory looks like this

    PARTIALLY SOLVE ONLY THE BLACK BACKGROUND IS LEFT :D


    ADD THIS IN uiinnercfg01.xml
    Spoiler:

    Code:
    	<CONTROL Local="Common" Id="ITEM_SLOT_BLOCK0">
    		<WINDOW_POS X="11" Y="11" W="13" H="13" />
    		<TEXTURE SizeX="128" SizeY="128">ingame_map_icons.dds</TEXTURE>
    		<TEXTURE_POS X="70" Y="12" W="13" H="13" />
    	</CONTROL>
    	<CONTROL Local="Common" Id="ITEM_SLOT_BLOCK1">
    		<WINDOW_POS X="47" Y="11" W="13" H="13" />
    		<TEXTURE SizeX="128" SizeY="128">ingame_map_icons.dds</TEXTURE>
    		<TEXTURE_POS X="70" Y="12" W="13" H="13" />
    	</CONTROL>
    	<CONTROL Local="Common" Id="ITEM_SLOT_BLOCK2">
    		<WINDOW_POS X="83" Y="11" W="13" H="13" />
    		<TEXTURE SizeX="128" SizeY="128">ingame_map_icons.dds</TEXTURE>
    		<TEXTURE_POS X="70" Y="12" W="13" H="13" />
    	</CONTROL>
    	<CONTROL Local="Common" Id="ITEM_SLOT_BLOCK3">
    		<WINDOW_POS X="119" Y="11" W="13" H="13" />
    		<TEXTURE SizeX="128" SizeY="128">ingame_map_icons.dds</TEXTURE>
    		<TEXTURE_POS X="70" Y="12" W="13" H="13" />
    	</CONTROL>
    	<CONTROL Local="Common" Id="ITEM_SLOT_BLOCK4">
    		<WINDOW_POS X="155" Y="11" W="13" H="13" />
    		<TEXTURE SizeX="128" SizeY="128">ingame_map_icons.dds</TEXTURE>
    		<TEXTURE_POS X="70" Y="12" W="13" H="13" />
    	</CONTROL>
    	<CONTROL Local="Common" Id="ITEM_SLOT_BLOCK5">
    		<WINDOW_POS X="191" Y="11" W="13" H="13" />
    		<TEXTURE SizeX="128" SizeY="128">ingame_map_icons.dds</TEXTURE>
    		<TEXTURE_POS X="70" Y="12" W="13" H="13" />
    	</CONTROL>
    Last edited by masterband1427; 13-10-22 at 04:54 PM. Reason: ADD FIX



Advertisement