JassMax Posted July 8, 2013 Group: Members Topic Count: 65 Topics Per Day: 0.01 Content Count: 235 Reputation: 0 Joined: 05/03/13 Last Seen: December 18, 2018 Share Posted July 8, 2013 (edited) 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~ Edited July 8, 2013 by JassMax Quote Link to comment Share on other sites More sharing options...
0 mathlister Posted January 28, 2021 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 17 Reputation: 2 Joined: 06/10/16 Last Seen: February 27, 2024 Share Posted January 28, 2021 but how i can hide other to check my equipment??? for costume its working.. but for item set list? Quote Link to comment Share on other sites More sharing options...
JassMax Posted July 10, 2013 Group: Members Topic Count: 65 Topics Per Day: 0.01 Content Count: 235 Reputation: 0 Joined: 05/03/13 Last Seen: December 18, 2018 Author Share Posted July 10, 2013 Bump~~~ Quote Link to comment Share on other sites More sharing options...
Archetype Saber Posted July 11, 2013 Group: Members Topic Count: 90 Topics Per Day: 0.02 Content Count: 361 Reputation: 19 Joined: 01/09/13 Last Seen: January 19 Share Posted July 11, 2013 Not Gonna Happen. Quote Link to comment Share on other sites More sharing options...
QQfoolsorellina Posted July 11, 2013 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 587 Reputation: 105 Joined: 11/19/11 Last Seen: July 7, 2019 Share Posted July 11, 2013 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++; } 1 Quote Link to comment Share on other sites More sharing options...
JassMax Posted July 11, 2013 Group: Members Topic Count: 65 Topics Per Day: 0.01 Content Count: 235 Reputation: 0 Joined: 05/03/13 Last Seen: December 18, 2018 Author Share Posted July 11, 2013 (edited) 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 ? should i remove that? Edited July 11, 2013 by JassMax Quote Link to comment Share on other sites More sharing options...
QQfoolsorellina Posted July 11, 2013 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 587 Reputation: 105 Joined: 11/19/11 Last Seen: July 7, 2019 Share Posted July 11, 2013 it was src modification + means to insert that line 1 Quote Link to comment Share on other sites More sharing options...
JassMax Posted July 11, 2013 Group: Members Topic Count: 65 Topics Per Day: 0.01 Content Count: 235 Reputation: 0 Joined: 05/03/13 Last Seen: December 18, 2018 Author Share Posted July 11, 2013 (edited) 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 July 11, 2013 by JassMax Quote Link to comment Share on other sites More sharing options...
Bondz Posted May 21, 2014 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 1 Reputation: 0 Joined: 02/14/14 Last Seen: May 27, 2014 Share Posted May 21, 2014 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 Quote Link to comment Share on other sites More sharing options...
Question
JassMax
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~

Edited by JassMaxLink to comment
Share on other sites
8 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.