Carlito781 Posted July 15, 2016 Author Share Posted July 15, 2016 Maybe you could also have a filter system. Filter system for what? Well filtering out friends and guild members in case a guild member needs help you can easily search him out. I have a pretty vast knowledge of programming and I'm not really sure what language PRO uses but it seems like a in-game language that is Object-Oriented. I would personally do something like this. <i> </i> this.filters = { {"social", "icon.png"}, //Being Friends {"guildmembers", "icon.png"} //Being Guild Members }; Using a array would make it so the filter system can be expanded on future updates. Then you can easily assign a filter as a ID to which GUI the filter is associated with. <i> </i>temp.i = 1; //first Control Starts at 1 for (temp.filter: thiso.filters) { //Can possible use a forloop for simplicity to display the GUI Filters new GuiShowImgCtrl("PWO_Map_Filter_"@ temp.filter[0]) { //Use the Filter Id, so each button is unique this.filter = temp.filter[0]; //Filter_ID First param in the array image = temp.filter[1]; //Image name second param in the array this.alpha = (client.disabled_filters.index(temp.filter[0]) > -1) ? DISABLED_FILTER_ALPHA : 1; //Is the filter active or not resize(screenwidth - 8 - 100 - temp.i * 48,8,32,32); //Lets make sure the GUIFilters are aligned with the map properly thiso.catchevent(this.name, "onMouseDown", "onToggleFilter"); //Player clicks on the filter to toggle this option } temp.i ++; //we add 1 every time, so the GUIButtons are separated and not on top of each other } Link to comment Share on other sites More sharing options...
Teamvalor Posted July 15, 2016 Share Posted July 15, 2016 We could also have it as a "track this friend" addition rather than having all friends visible at once. So like when you go to Social and right-click their name it would have a "track this friend" or something like that. This would then add a mark onto your map with their current location. The only way to become the best, is to acknowledge the worst. For even the worst can take out the best, and the best cannot be the best without the worst. -Nick Link to comment Share on other sites More sharing options...
Inspirateur Posted July 16, 2016 Share Posted July 16, 2016 I like the idea, and as it's related to map i also suggest this: I think displaying the head and only the head of player on map would be better, firstly your position is shown more precisely, and secondly with the friends-on-map system, it makes the map 2 times less flooded. I also think it's more esthetic to have just your head on the map than your entire body (even sometime in biking position if you're on a bike), but that's just personnal opinion. [glow=black]A limitless gratitude[/glow] Link to comment Share on other sites More sharing options...
Pearljam Posted July 17, 2016 Share Posted July 17, 2016 Would be a nice feature for staff to implement for themselves...say for "watchlist" people :) PRO PVP pokemon directory made by me Pearl's Guitar SHop- My Trade Thread (Blue server) [glow=red]It can't get Eddie Vedder than this.[/glow] Link to comment Share on other sites More sharing options...
Riccatt Posted July 17, 2016 Share Posted July 17, 2016 208469 It would be pretty awesome if friends was displayed on your map. And maybe you could have a privacy option, where can opt to be in this new feature. And guildmates too. From 2015: I'm still here Link to comment Share on other sites More sharing options...
Neydzz Posted July 21, 2016 Share Posted July 21, 2016 I wanna add to this by suggesting that friends' names are in different color than the rest to distinguish them from the rest cause sometimes it can be hard to find your friends in a sea of players. SI vi pacem, para bellum. Link to comment Share on other sites More sharing options...
Inspirateur Posted July 24, 2016 Share Posted July 24, 2016 214207 I wanna add to this by suggesting that friends' names are in different color than the rest to distinguish them from the rest Simple and good change, +1 [glow=black]A limitless gratitude[/glow] Link to comment Share on other sites More sharing options...
Paid Posted July 24, 2016 Share Posted July 24, 2016 Another good idea would be a separate color for your friend's name above them in-game. White is a non-member, green is a member, yellow/orange is NPC, and blue is staff. Perhaps purple could be your friends? EDIT: I wanna add to this by suggesting that friends' names are in different color than the rest to distinguish them from the rest cause sometimes it can be hard to find your friends in a sea of players. Someone else suggested this already, my bad. I still think it's a good idea, though. :Grin: Link to comment Share on other sites More sharing options...
Azkarel Posted July 25, 2016 Share Posted July 25, 2016 Id like this more for guildmates than friends Link to comment Share on other sites More sharing options...
Antinoo Posted July 29, 2016 Share Posted July 29, 2016 i like this idea. it could be something simple like a little circle on map, but it should include an option to lock your position if you dont want to be found... :Cool: Link to comment Share on other sites More sharing options...
Recommended Posts