Jump to content
  • 0

How i can hide Costume System from check equipment info ?


JassMax

Question


  • Group:  Members
  • Topic Count:  65
  • Topics Per Day:  0.02
  • Content Count:  235
  • Reputation:   0
  • Joined:  05/03/13
  • Last Seen:  

Help plz!! i wanna hide this Costume System from being show!!

example... if im allowing to show my eq info to someone.. they only able to see General  info but not costume info..

note :  im not asking to remove costume system...


please i really want this....help plz..

Thanks a in advance


 


 



Bump~

post-17166-0-62570000-1373114017_thumb.png

Edited by JassMax
Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  17
  • Reputation:   2
  • Joined:  06/10/16
  • Last Seen:  

but how i can hide other to check my equipment??? for costume its working.. but for item set list?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  65
  • Topics Per Day:  0.02
  • Content Count:  235
  • Reputation:   0
  • Joined:  05/03/13
  • Last Seen:  

Bump~~~

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  587
  • Reputation:   104
  • Joined:  11/19/11
  • Last Seen:  

clif.c

find

 

    for(i=0,n=0; i < MAX_INVENTORY; i++)
    {
        if (tsd->status.inventory[i].nameid <= 0 || tsd->inventory_data[i] == NULL)    // Item doesn't exist
            continue;
        if (!itemdb_isequip2(tsd->inventory_data[i])) // Is not equippable
            continue;
+        if(tsd->inventory_data[i]->equip >= 1024)
+            continue;
        // Add item info : refine, identify flag, element, etc.
        clif_item_sub(WBUFP(buf,0), n*s+43,i + 2, &tsd->status.inventory[i], tsd->inventory_data[i], pc_equippoint(tsd, i));
        n++;
    }
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  65
  • Topics Per Day:  0.02
  • Content Count:  235
  • Reputation:   0
  • Joined:  05/03/13
  • Last Seen:  

clif.c

find

 

 

    for(i=0,n=0; i < MAX_INVENTORY; i++)
    {
        if (tsd->status.inventory[i].nameid <= 0 || tsd->inventory_data[i] == NULL)    // Item doesn't exist
            continue;
        if (!itemdb_isequip2(tsd->inventory_data[i])) // Is not equippable
            continue;
+        if(tsd->inventory_data[i]->equip >= 1024)
+            continue;
        // Add item info : refine, identify flag, element, etc.
        clif_item_sub(WBUFP(buf,0), n*s+43,i + 2, &tsd->status.inventory[i], tsd->inventory_data[i], pc_equippoint(tsd, i));
        n++;
    }

hii thanks for replying ♥

what do i do with it ?  /hmm

should i remove that? 

Edited by JassMax
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  587
  • Reputation:   104
  • Joined:  11/19/11
  • Last Seen:  

it was src modification

 

  means  to insert that line

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  65
  • Topics Per Day:  0.02
  • Content Count:  235
  • Reputation:   0
  • Joined:  05/03/13
  • Last Seen:  

it was src modification

 

  means  to insert that line

I insert that both lines..

but its still shows Custom tab when i check eq info..

i wanna hide Custom tab 

OMG!

QQfoolsorellina whatever name is yours!!

its works  Awesome!

Your Genius 

Thanks a lot ♥

Not Gonna Happen.

Bakka! :)

Edited by JassMax
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  1
  • Reputation:   0
  • Joined:  02/14/14
  • Last Seen:  

Hey would you help me??

i want make those costume equip to hide my general equip, but how is it??
i dont know how to start, i just can make costume equip but it placed in general equipment.

Please help me :D

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...