-
Posts
1,465 -
Joined
-
Last visited
-
Days Won
83
MrJunior last won the day on October 5 2023
MrJunior had the most liked content!
Contact Methods
-
ICQ
No information
-
OICQ
No information
Profile Information
-
Gender
Male
Recent Profile Visitors
6,587 profile views
MrJunior's Achievements
-
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.
-
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.
-
Hello developers, I hereby request the creation of a controllable formula for reflected dmg. PvP leveling requires this.
-
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.
-
MrJunior changed their profile photo
-
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.
-
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 !
-
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.
-
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
-
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.
-
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;
-
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
-
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. 😁
-
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.
-
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.
-
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 :