Jump to content

MrJunior

IGC Premium Plus
  • Posts

    1,418
  • Joined

  • Last visited

  • Days Won

    83

Everything posted by MrJunior

  1. Hello developers, I would like to suggest a small change to the Castle Area function. I believe this function refers to the range of the throne chair. I have done several tests with custom maps and unfortunately nothing happens when sitting on the throne. When I use the original map, the event works properly. There is probably something to be done on the custom map. However, it would be much better if you could determine the coordinates and direction of the throne as if it were an NPC. This way, custom maps would not need adjustments. I believe that many customers do not know how to use custom maps. In my case, I just need to understand what should be done. I created a discussion in the dedicated area and will wait for feedback.
  2. I would like to ask developers to allow us to define the size of the dashboard window using a .json file or something similar. Some monitors, such as mine, are very large and the current dashboard is extremely small, making it difficult to view the information due to the resolution size. Of course, everything can be defined with a limit, but it is extremely important to be able to change it to something larger than the current size, given the complaints about the dashboard being small.
  3. Hello developers, I hereby request the creation of a controllable formula for reflected dmg. PvP leveling requires this.
  4. Hello developers, I would like to suggest an extremely important improvement to the dashboard. I noticed that the dashboard lists all events defined by specific days of the week. Example: Golden Invasion: Monday Golden Invasion: Wednesday Golden Invasion: Friday This ends up making the list of events extremely large unnecessarily. It would be easier to just list the time of the next cycle, as is done on websites. Even the definition of events in the JavaScript file can be simplified. Currently it is something like: ["Event Name", [1], "00:00,02:00", "Event Name", "category"], It is necessary to repeat the process to add the same event just because of the change in the day that this event will be executed. It would be much easier to define it this way: ["Event name", [1,3,5], ["HERE TIME to first string day"], ["To second string"], ["To third string"], "Event name", "category"], It would basically look like this: [ "Event name", [1,3,5], // Days of week ["00:00","02:00","12:00","05:00"], // Day Settings reffer -> [1] ["00:00","22:15"], // Day Settings reffer -> [3] ["01:00","03:00","07:00"], // Day Settings reffer -> [5] "Event name","Category name", ], The layout would also show the closest day, not every day it occurs. Making the list clearer and more pleasant to view.
  5. Hi devs, Through this I suggest adding a buff bonus for resets. As the Player performs resets within the Game, the buff status is improved as shown in the image below.
  6. Hi devs, I would like to suggest adding a personalized announcement to the screen, allowing you to define colors and how the awards that the reset system allows us to deliver to Players after reaching the reset milestones required by the settings will be announced. Something similar to this, I am testing a (private) server for season 20 and I found this extremely cool. After reset my character I receive some rewards then, the system reset send-me this information. That cools !
  7. Hi devs, I hereby request that you include the character interface again (C) The reset information, I remember that in the past you added this and it was very cool. The Players are suggesting this to me.
  8. The insignia on the side of the character with a star refers to the rank of the Temple of Illusion. In this case, they are Players RANK level: 1
  9. New information: The custom rank (Received on Illusion Temple on MEGAMU) define the entrance for Ice Temple event. If my rank Illusion Temple is : 2 When I enter the Ice Temple, I only start event with players RAN Illusion (2) The custom rank on Illusion Temple is used by other events. In addition to providing something exclusive, it gives Players reasons to participate in the event. (Illusion Temple) That's why in the past when I made the suggestion for improvement in the Illusion Temple event, I also talked about how this rating is something that many players ask for.
  10. Ice Temple Battle in the snow where each team must conquer the bases and thus accelerate the accumulation of points to stay ahead of the opponent; Equipes The event has two teams of up to 10 members each; The formation is carried out at the beginning of the event randomly; Each team has a special skin for differentiation and an exclusive respawn location; Members of the same team cannot attack each other; Map Green, blue and red circles: bases; Dark circles: statue spawn locations in each base; Green and red markers: respawn locations for each team; Statues To spawn a statue, simply stand still for 10 seconds exactly in the center of the base, the statue will appear at the end of the countdown; Each statue conquered speeds up the score increase of the team that spawned it; The owner team can be identified by the color of the aura at the base of the statue; When a statue is destroyed, it stops counting points and can be respawned; Up to 3 statues can be spawned at the base of the center, while there are two on each side; Entrance The entrance location can be found in the move menu as Ice Temple; There will be 4 NPCs in this location, just talk to one of them; With each click on the NPC, a Sign of Lord is deposited; At the end of the entry time, the 20 players who have accumulated the most signs are moved to the event; During the entry period, the 20 players with the most signs are highlighted with a special skin; If a player enters a sign and does not reach the necessary position to enter the event, the NPC informs the amount required. Prizes The team that manages to accumulate the most points in 10 minutes or reaches the 100% limit will receive the following prizes: Rank Victory: +3 points; Defeat: -2 points; Abandonment: -5 points;
  11. Change font for another. This only occurs because on KOR (ARIALUNI font is default by the system) I change for : Arial Unicode MS this is default by your system and my system 🙂 try use this. Just change on: Interface\GFx\FontConfig.txt
  12. Hello developers, I would like to request a big improvement to the system. We know how important GvG events are on our servers. I recently had an idea and thought it would be interesting to share it with you, as a possible improvement to the custom ranking plugin. The idea would be to create an exclusive ranking for Castle Siege, and through this ranking we could define new plaques for Castle Siege participants, in addition to increasing the value of the event, we would have something different from any other emulator on the market. If the idea is interesting, perhaps you could opt to add it as a new plugin. First: Castle Siege Ranking understand: The idea is to build an exclusive ranking, thus storing the information in the database so that it can be used by us web developers as well. The first ranking would be the (Time) ranking, this ranking would store: Structure: Character name Guild the character is in Total Time the Switch was held (seconds) Total Time the Crow was held (seconds) Kill Rankings: Structure: Character name Guild the character is in Total number of times you killed someone within the siege Total number of times someone has killed him within the siege Points ranking (This would be the cherry on top of all the other rankings) Through this ranking we could determine the appearance of new custom rankings for this system. How this ranking would be validated, this ranking would be validated through points stored within the siege, obtaining the points is very easy. (It would be interesting if we could define the amount of points that each of the options below would have) How to get points: Points for killing a master: 1 Points for holding a switch: 5 Points for killing a member of the enemy guild: 10 Points for registering the crow: 100 Points for holding a switch for a specific time: 80 (4 seconds) Points for defending a switch: 30 Points for defending a switch for a specific time: 60 (4 seconds) This data structure would be simple: Guild name: Total sum of the points above: (Or if you prefer, separate by column, which would be better for using the information via the web) Now on custom-rank plugin we could define new RANKs using these points. Thus bringing exclusivity to the servers and giving an extra attraction to each function within Castle Siege. If more information is needed in case of approval, I am available. 😁
  13. Hello developers, I would like to ask you to add ItemDurabillity="" to the system so that the quantity of the item can be checked when the durability is greater than 0. Currently, you only allow RewardItemDurabillity="" It would be very useful to add ItemDurabillity="" so that we can define stacked items.
  14. Hello Devs, With this suggestion, I would like to ask you to pay a little attention to this suggestion. Currently, the VIP system allows us to define small features such as experience gain or increased drop rates. It would be very interesting if you considered the idea of allowing Administrators as a whole to define which commands can be executed and which account level the Players need to have to carry them out. This way, we will gain more resources for the VIP, having a way to emphasize the VIP levels with new features. We know that selling VIP is essential for the maintenance of our servers, licenses and season updates. However, at the moment, we do not have much to offer our Players. In addition to the increase in experience, we are forced to create VIP access servers to make such changes, but this ends up being detrimental to commerce and the movement of Players on the main channel. The idea is to allow us to define each and every command in commands.ini by account level. This way, it would not be necessary to create subservers, separating Players from each other due to VIP level. Example: PKClearCMDEnable = 1 PKClearCMDMinVIPLevel = -1 ; For Allow only VIP put: 1 ~ 5 | For used by all Account Level use: -1 PKClearCMDCoinCost = 10000 PKClearCMDCoinType = 0 ; Usage: 0 for Zen | 1 For WC:Coins | 2 For Goblin Points | 3 For Ruuds This is just an example of one of the commands available in Commands.ini Then the others would follow the same logic. We would have a vast possibility of better emphasizing the VIP system, thus making VIP more attractive.
  15. Hello developers, I would like to suggest removing the message that is displayed when the auto-reset system is active. Because every level the player reaches, the message ID: 419 is displayed. However, this is very bad because it ends up polluting the system messages. You can view :
  16. Hello developers, I hereby ask you to create a complete log structure for the Raffle plugin, so that we can demonstrate it on our websites. Top participants, Top Winners, List of participants / coupon buyers & others. It's something simple, but with incredible power to encourage participation in the event, many players can barely understand how the event works. For us WEB programmers, it would be a great pleasure to create simple pages searching for this information directly from the server's database, like this. We can also dedicate a page to better understand the entire event process. Raffle HitOrder LottoEvent Thanks
  17. Hello developers, Hereby I come to publish this suggestion for improvement to EventItemBag. Currently in MuOnline there are classes such as BK, Elfa and MG that have more than one type of build or statistics. Some EventItemBags for special awards sometimes end up not being very useful due to the style adopted by the player. My suggestion is to create a function in the EventItemBag that allows us to define drops according to the distributed point statistics. Example: <DropAllow DW="0" DK="0" ELF="0" MG="1" DL="0" SU="0" RF="0" GL="0" RW="0" SLA=" 0" GC="0" LW="0" LM="0" IK="0" PlayerMinLevel="1" PlayerMaxLevel="MAX" PlayerMinReset="5" PlayerMaxReset="MAX" MapNumber="-1" EnegeryDrop="1" StrengthDrop="0"> <!-- Category, Rare Random Item Awards: --> <Drop Rate="8000" Type="1" Count="1"> <!-- Type:[0] Random dropping | Type:[1] All bag items --> <Item Cat="0" Index="" ItemMinLevel="0" ItemMaxLevel="0" Skill="1" Luck="-1" Option="-1" Exc="-10" SetItem="0" SocketCount ="0" ElementalItem="0" ErrtelRank="0" /> <!-- Name: Blood Angel - --> </Drop> </DropAllow> EnergyDrop="1" StrengthDrop="0" This way it would be possible to create specific drops according to the player's attributes.
  18. You are making a big deal out of a molehill. You have been warned in advance if the new practice does not please you or anyone else, look for competitors, however I am already clear that in the competition you will not have what we have here. Periodic updates Fast support and responses Seasonal updates with 100% working features Among other things. I have my opinion, but it will never be public! However, I don't disagree with the method. This way, anyone who wants something new or new resources for their respective projects will pay nothing more than fair. In the end. Do you think that working by doing: reverse engineering Tests Compilations More tests Versions Fixes New tests Without leaving any other service inactive, it is not for everyone.
  19. I have the same question, after release update 1-3 is need pay again ?
  20. Hello developers, through this I come to suggest you add buffs to the huntpoint plugin system. Increase Attack Speedy Increase Curse Dmg And if possible, extend the system to some dbuffs, giving the ability to improve them through the system.
  21. Hello Devs, Through this I come to suggest an improvement/personalization to the system. Currently, the system checks items to apply options, such as: Minimum Level Quantity: Minimum quantity of old options: Minimum quantity of excellent options: Minimum quantity of free socket options/slots. My idea would be to add a sub category and a sub index to the system, giving the ability to create more complex rules for the options to be applied. So following this suggestion: Let's say I equip a +15 Apex Helm and +15 Apex Boots By equipping these two pieces, let's say I get 2 excellent options: Increase Excellent Damage Increase Double Damage If I equip Armor Apex and Gloves Apex I activate + 2 options Auto Combo Increase Defense It would basically be that, this way we would have another way of building more intuitive dynamics, thus giving a different characteristic to the system, consequently the valorization of the items that are added within this dynamic. If you observe the ancient system works this way. It would be interesting if the plugin had this capability, and when this dynamic was used, the options visualization tooltip described which options would be applied to the item when equipped with certain parts.
  22. I noticed when following this user that the mu red server contains 4 expanded inventory slots. I hereby suggest the inclusion of these inventories for IGCN customers. That would be extremely good.
  23. @Wizzy and @Drakelv Is it possible to add options for mages? Example options: Curse spell Wizardry Dmg Wizardry Chance Dmg Magical Chance Dmg Ignore Enemy's Defense Currently the system is favoring classes with attack power. And when we add custom options to items, mage players end up leaving the game because they think we're favoring classes with attack power.
  24. Hello devs Through this I come to ask you to add options for mages to the system, the system currently allows us to add and greatly increase the attack power thus giving advantages to classes whose attributes depend on the attack power. The mage classes end up being at a disadvantage. Main options: Increase Wizadry Damag Rate Increase Wizardry Damage Increase Attack Speedy Increase Attack (Wizardry) speed increases wizardry dmg every * LvL Would it be possible to add them to the system?
  25. Hello Devs, How are you ? Through this I come to give an opinion, if possible this would bring a certain value in the item market and high level seed. The idea would be to have the ability to define what minimum seed level the item needs to have for the option to be applicable. Example: SocktCount="3" MinSeedLevel="8"
×
×
  • Create New...

Important Information


We use technologies, such as cookies, to customize content and advertising, to provide social media features and to analyse traffic to the site. We also share information about your use of our site with our trusted social media, advertising and analytics partners. See more about cookies and our Privacy Policy.