-
Posts
1,565 -
Joined
-
Last visited
-
Days Won
84
MrJunior last won the day on May 16
MrJunior had the most liked content!
Contact Methods
-
ICQ
No information
-
OICQ
No information
Profile Information
-
Gender
Male
MrJunior's Achievements
-
That's great to hear! Thanks anyway. Do you intend to implement new suggestions on the servers? I see that the flow of suggestions is quite high, but few suggestions are accepted. It would be interesting if you could apply the improvement suggestions to some of the existing plugins, such as StaticOption, which does not have options for classes (Wizardry) and several other interesting suggestions here in the suggestion center.
-
MrJunior started following Add new rule types for VIP Accounts
-
Hello developers, I would like to request the inclusion of: CommandsRules The idea is to be able to define who can use the server commands, such as: ClearPK HideIco ClearBAG ClearInventory Marry Scramble OffTrade OffLevel Bringing this to the system would enable Administrators to offer a greater number of benefits to the server's VIP users. We know that VIP is the main source of income for servers today. We receive complaints about the VIP system every day, because it only offers high rates on the chaos machine, higher drop rates and high experience rates. Including these commands in the system would give us the ability to improve VIP levels, making VIP sales make sense. I took the liberty of creating the sample XML code: <!-- Commands Rules # Enable or Disabled command 0; Disabled command 1; Enabled command # Coin Type for use Command -1; Disabled (Payment for use command) 0; Zen 1; WCoins 2; Goblin Points 3; Ruuds # Coin Value for use Command --> <CommandsRules> <Rule ID="0" ClearPkCommand="0;0;100000" ClearBagCommand="1;0;100000" ScrambleCommand="1;1;500" DecreaseCommands="1;2;1000" OffTradeCommand="0;-1;100000" OffLevelCommand="1;-1;100000" /> <!-- VIP Silver rule --> <Rule ID="1" ClearPkCommand="1;0;100000" ClearBagCommand="1;0;100000" ScrambleCommand="1;1;500" DecreaseCommands="1;2;1000" OffTradeCommand="1;-1;100000" OffLevelCommand="1;-1;100000" /> <!-- VIP Gold rule --> </CommandsRules>
-
MrJunior started following Add simple verification on new UI rankings
-
I hereby request the inclusion of an error message when clicking on an event that does not yet have results. if (rankings.length() == 0) { // There are no results available in this ranking! } @Wizzy
-
Hello, I would like to request that the developers add new options to the custom option plugin. It would also be interesting if you could add options for WIZARDY classes. Currently, the only option we can add to increase wizard damage is ALL STATS. It would be interesting to add wizardry dmg and attack speedy to the list of options. Taking advantage of the change, if possible, add the new options of the 5th class to the plugin options list as well.
-
Hello Developers, I hereby request the addition of Min and Max resets so that I can move to the maps. And since they are limited, some way to be able to participate in the events of these maps that have been limited through some command, something like that. Unfortunately, on reset servers, many players are simply entering the maps where weaker players are playing, to simply make them stop playing. This is really very harmful. And the problem with restricting access through levels is that they also restrict players from participating in Bosses!
-
It seems like a very silly and meaningless thing. However, invasions created through MonsterSpawn_group when used as an event, use the same INDEX as traditional monsters. It ends up confusing players, it would be very interesting if you added the ability to change the colors of the names of the monsters of invasions created in this file. Or even make it possible to add some effect through the plugin (NoticeSystem) To differentiate the invasion monsters from the regular monsters. Since they use the same INDEX.
-
Hello Developers, @Wizzy @drakelv Would it be possible to add weekly and daily rankings to this interface? On my server the biggest dispute comes from the daily resets. I see that there is a dropdown menu regarding the classes. Wouldn't it be possible to add a dropdown menu for daily, weekly and even monthly resets? Another important point. It would be really cool if you could add the Ice Throne ranking. I have received several requests asking me for this. Scroll bar If you want, I can share the PSD of a custom interface that I have for metin, it is very similar to the game's UI. And it has a lot of features like buttons, scroll bar and boxes.
-
My suggestion? To define and enable all paid plugins and their respective functions by account level? With the amount of resources you have been developing and we customers are buying, we would have more purchasing power if some of the resources had these configurations. Since the current VIP system is very limited. We don't have much to offer VIP users, and in order to offer good resources we are forced to create exclusive channels for VIP, but this often ends up separating the players too much and then the servers are empty or it ends up looking like there are no players. (When the server is in the initial period) Please think about it carefully, buying the resources is not a problem, but buying the resources and continuing with so many limitations ends up being a big disadvantage. My server is new, and I am paying for most of the resources I am buying out of my own pocket to offer good resources to the players.
-
Hello Developers, It would be great if the event list system could be improved. I was recently asked for this as a suggestion on one of my servers. So I would like to pass on this suggestion, since you have started building custom UIs for the game. What would be the suggestion: The possibility of: Listing active events, Listing active invasions created through (MonsterSpawn_Group) Showing the number of monsters that are still alive from invasions created in (MonsterSpawn_group) Showing the maps where these monsters were spawned. Time remaining for the invasion to disappear if it is not finished by the players (When eliminating all monsters) This would be an improvement for the plugin in general and would be extremely important. We have the dashboard but it does not show this type of information.
-
It would be interesting if we could change the ranking list. Add daily, weekly and monthly rankings. It would be possible to remove certain information and/or add new information.
-
@Wizzy On this example: I can define the BaseMaxItemCount by the Account Level, then this will be open the opportunity for selling the BankMaxItemCount with another values. Then would working of according by AccountLevel.
-
Hello developers, I recently purchased the plugin and noticed that you did not add a setting to allow us to sell bank slots separately by account level. It would be very important if you could enable these account level settings in the plugins. These are new paid features that can help contribute to the server. Is it possible to add the possibility of defining the number of slots according to the account level?
-
The suggestion is simple. Now that we support other languages, it would be interesting for you to add a structure to the local folder that separates the translated files by folders. Eng Por Spn And others, this way we can better organize the files and the client. Avoiding problems such as improper substitution or confusion with the files.
-
The suggestion is an extension or an additional plugin for the dashboard that allows us to define special missions such as: Number of resets, Number of levels Number of master levels Eliminating specific monsters Performing specific missions After completing missions or reaching certain system requirements, the Player can redeem prizes through the dashboard.
-
I would like to suggest that you add the ability to define the text strings of the files in the available languages. An example: The HideAndSeek event was added to language.xml, but the messages sent by the hint system are still controlled by the file. So the event announcement is in the language the player selected, but the hints are in the language the plugin is still in. It would be interesting to do something like this: <Map Number="80" NPCType="381"> <!-- English message --> <Spawn StartX="1" StartY="50" EndX="55" EndY="254" Dir="-1" LanguageID="0"> <Hint ID="0" Text=" -> We can rotate places and become invisible !" DisplayTime="3" /> <Hint ID="1" Text=" -> My glow is unique and easily found" DisplayTime="5" /> <Hint ID="2" Text=" -> You're too slow, I'm still roaming the strange cities" DisplayTime="7" /> <Hint ID="3" Text=" -> Be persistent or try amateur next time!" DisplayTime="9" /> </Spawn> <!-- Another language --> <Spawn StartX="1" StartY="50" EndX="55" EndY="254" Dir="-1" LanguageID="1"> <Hint ID="0" Text=" -> We can rotate places and become invisible !" DisplayTime="3" /> <Hint ID="1" Text=" -> My glow is unique and easily found" DisplayTime="5" /> <Hint ID="2" Text=" -> You're too slow, I'm still roaming the strange cities" DisplayTime="7" /> <Hint ID="3" Text=" -> Be persistent or try amateur next time!" DisplayTime="9" /> </Spawn> </Map> By adding the languageID="" attribute we can tell the system which text it should load according to the language the player selected in the launcher. This attribute could be added to the other message files: MonsterSpawn_group ScrableWolrds IceWind HuntPoint And all other systems that load messages outside of English.xml too!