-
Notifications
You must be signed in to change notification settings - Fork 762
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bound items comparison #822
Comments
Should we really mimic Aegis in cases like these, where they do worse than us? |
Right, in Official, there is no warning message when the item is non-storagable/droppabe/tradable/mail. It will be much better if we have a settings wherein we can enable or disable the warning message. |
@MishimaHaruna We are aiming to totally copy the configuration and the system of aegis. This is not a bug or something that breaks the mechanics of the game, this is the behavior of official servers. |
We do aim for totally copying aegis and their behavior only IF they are not having any flaw/bug. |
Accurate emulation or being an Aegis clone (i.e. including flaws and bugs) has never been a goal of this project, otherwise we'd have designed things differently in many situations (i.e. we'd have designed the scripting system to load the unmodified scripts from Aegis). Instead, from my point of view, whenever it makes sense, we aim to improve the user (and developer) experience. |
Show the item was obtained is interesting because it shows the player that the item may not go to the warehouse and that are in your inventory, many aegis systems use it, even when the player take an inventory item is blocked the drop and try to play on the floor appears that the item was obtained |
But the item was not obtained, you had it to begin with. The obtained message is misleading. |
@MishimaHaruna Hmmm what if we add a configuration that allows the developer to use the behavior of aegis? Isn't it ok? |
Is not misleading. Test the server aegis to view when you add an item in storage he goes to storage more verification of aegis know you're over the limit then sends the item to the inventory, so it shows the item obtained |
Aegis sends obtain packet, but item was never deleted to begin with, also the user would not know whats happening... Also waste of 1 packet... |
I much prefer the message system. It seems like it would be effort put into something that isn't even an improvement, to me at least. |
Maybe its time to close this, since our system is better. |
Source: iRO Chaos
The text was updated successfully, but these errors were encountered: