Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Suggestions and Feature Requests (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=21)
-   -   Official Mys v1.4.0 Ideas & Suggestions Thread (http://www.mysidiaadoptables.com/forum/showthread.php?t=4075)

Hall of Famer 01-18-2016 03:28 PM

Well I think there was a family tree mod similar to your proposal a while ago for the older version, I dont think anyone has made a compatible version for Mys v1.3.x yet. For next version, unfortunately, we wont be having a pet lineage feature for the base script. However, it may be released as a Mod or Plugin sometime after the main script is out.

Ittermat 02-03-2016 11:35 PM

~How about an easier way to make/edit themes?

~and an easier way to edit premade pages ^^?
For example, on the mailbox, instead of text you can have the ability to switch to use small images instead.? (that you can make yourself.) And the ability to edit the area around the premade pages- Like I want to add an npc to the mail system...all I have to do is add the image and text at the top from the basic site control panel.

Or edit the Text on the adopt page- without having to go all the way into the main files.


~Easier way to add games/daily events/etc.
.

~Ability to "restore" a Site to a previous version-
rather than having to download the entire site and reupload it- just do like what windows does- and make it autosave every once in a while- so if you mess up- you can roll it back to a earlier version-straight in the control panel. It would have a list limit-- (maybe? 10-20 at a time?) and when you hit the limit it will delete older ones to make room for the new ones you're saving (unless you Download them)
This one may already exist? but I couldnt find it.. x.x

~"folders"/tabs For your images
Rather than having them all in a huge list when you go to choose them, maybe you could have folders for items,pets,maps....npcs? That way you can just choose one of those and find what you need. Or even that the specific page already pulls from the tab/folder for that specific thing.

Like for example..Im adding a new pet, I go to add the base image from the list of images I've uploaded, and it automatically gives me the list of pets from the "pets" folder.

~Customizable Collapsible categories/organization (drag and drop maybe?) For your list of custom pages.
That way We can for example put...Our maps in the map area...and to see them all just click the category and they all appear.


Man all my thoughts are about making things easier...

XD

However I dunno how easy anything would be to code...

lasher666 02-05-2016 08:21 AM

Dress up item system, please!

Hall of Famer 02-05-2016 08:54 AM

Quote:

Originally Posted by Ittermat (Post 33667)
~How about an easier way to make/edit themes?


Well I am definitely going to try to make this easier for users in next version. If you can give more details about what you think will make your life easier, it will be appreciated too.

Quote:

~and an easier way to edit premade pages ^^?
For example, on the mailbox, instead of text you can have the ability to switch to use small images instead.? (that you can make yourself.) And the ability to edit the area around the premade pages- Like I want to add an npc to the mail system...all I have to do is add the image and text at the top from the basic site control panel.

Or edit the Text on the adopt page- without having to go all the way into the main files.
Well are you suggesting something like a script editor in ACP? I am not sure I get you fully in this one.


Quote:


~Easier way to add games/daily events/etc.
.

Well in version 1.4.0 you can add daily events by utilizing the scheduled tasks system. I will show you how to do this once it is available, it works kinda like cronjob.

Quote:

~Ability to "restore" a Site to a previous version-
rather than having to download the entire site and reupload it- just do like what windows does- and make it autosave every once in a while- so if you mess up- you can roll it back to a earlier version-straight in the control panel. It would have a list limit-- (maybe? 10-20 at a time?) and when you hit the limit it will delete older ones to make room for the new ones you're saving (unless you Download them)
This one may already exist? but I couldnt find it.. x.x
I dont think this is possible right now. If you can provide an example of how any other available scripts/software actually have this feature, please link me to it.

Quote:

~"folders"/tabs For your images
Rather than having them all in a huge list when you go to choose them, maybe you could have folders for items,pets,maps....npcs? That way you can just choose one of those and find what you need. Or even that the specific page already pulls from the tab/folder for that specific thing.

Like for example..Im adding a new pet, I go to add the base image from the list of images I've uploaded, and it automatically gives me the list of pets from the "pets" folder.
Yeah having folders to categorize your pets/items/images is a good idea of course, I will consider.

Quote:

~Customizable Collapsible categories/organization (drag and drop maybe?) For your list of custom pages.
That way We can for example put...Our maps in the map area...and to see them all just click the category and they all appear.
Well I am not sure of this, since Mys v1.4.0 will utilize Bootstrap by default it may be possible to achieve easily(not sure for the drag and drop part though). I will think about it.


Quote:

Originally Posted by lasher666 (Post 33691)
Dress up item system, please!

Nope unfortunately, it will not be in Mys v1.4.0. In fact anything that requires AJAX will not be made in Mys v1.4.0, and this item function is too specific/customized to be in the main package anyway.

Ittermat 02-05-2016 12:41 PM

Not exactly Like a script editor (I dont think- mind you im still new to this) but basically I mean like an easier way to Change the premade pages- sort of like how you have the custom page editor?

but for the pages that are already made.

So that Its easier to Modify the pages that came with Mysidia to more fit your site.

Hall of Famer 02-05-2016 03:01 PM

Quote:

Originally Posted by Ittermat (Post 33698)
Not exactly Like a script editor (I dont think- mind you im still new to this) but basically I mean like an easier way to Change the premade pages- sort of like how you have the custom page editor?

but for the pages that are already made.

So that Its easier to Modify the pages that came with Mysidia to more fit your site.

Well the premade pages are not pure HTML, they are generated in PHP. They will not work the same way as the custom page editor, which are essentially static pages with HTML.

Ittermat 02-07-2016 01:24 AM

Also what about Item and pet rarities...?
So we can see them in the information about both?

Also more Item uses..
food, toy, Candy, drink, book, plushie, Health potion, Battle item, Raise level, Raise health,Raise strength, Raise speed, Raise defense for examples..?

Kyttias 02-07-2016 02:33 AM

If they're features not everyone will use they probably won't be coded into the core. When a battle system does exist, I imagine most of the latter half of the list will exist.

(An item function that raises a pet's level already exists.) -- (The item functions aren't very intuitively named, but they exist in functions/functions_items.php, so I know that giving an item the function 'level1' will increase a pet's level by whatever you set it to while creating the item.)

I agree that both items and pets should come with a rarity field (what that means for pets isn't so obvious). I added a rarity field for my items, and Tahbikat created a mod for pet rarities. I also feel we should get shops that stock items, rather than simply always being there... and then rarity would make sense in a stocking-sense.

And actually making custom item functions isn't so bad, see this Gender Change Potion. If users have custom needs for that sort of thing it's easy to imitate code for existing items. It's pretty easy to modify even custom attributes given to pets... like say from the Stat/Skill mod (if you want to use that, see this post, because I did a write up on the missing images and changes needed for v1.3.4).

I don't see stuff like that ever being built into the core, but, what we DO need is solid documentation on how to continue to do things like that in newer versions.

Hall of Famer 02-07-2016 02:51 PM

Yeah just like Kyttias said, features will make its way to the core if its highly demanded by many users, and that its customizable to suit each different user's needs. If you request a highly specific feature that only your site will use, its unlikely it will be accepted into the main script.

The reason why we dont have rarity feature in the core is that its conflicting with the current adoptable conditions system. For the same reason users cannot sell pets between each other, the adoptable shops only sell pets from the system itself, as it will render trade system useless. If users are allowed to sell pets between each other, then trade system needs to be deprecated and removed.

Its a hard decision that we have to consider thoroughly. This is why a feature like rarity is better suited to be a Mod/Plugin, as you can install it and disable Mysidia's built-in adoptables condition system, therefore they wont interfere with each other.

Regarding item functions, yes in next version there will be a documentation on how to do this and how to create custom item functions. I may even find a way to make it possible to add item functions through ACP, although it will be tricky and requires code generation. But of course, it will be much more convenient than what you can do with Mys v1.3.4 right now.

Ittermat 02-07-2016 06:39 PM

dont get me wrong guys- I appreciate everything you're doing <3 I cant really ask for more- Im just trying to give suggestions is all.

(And im continuing to try to understand how to do things myself.)

As for pet rarity...what if there was a way to code like say putting an image under the pet? So we could make our own rarity images? All we'd have to do is put in the image link?

Just an idea... so its not really that you code into the system that its a rare/common etc pet... but theres an image under the pet that shows it instead? Or it could be used for something else too..

Or if you leave it blank... nothing shows up...therefore you dont have to use it.


All times are GMT -5. The time now is 05:46 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.