Tsukihime 1,489 Posted October 13, 2012 (edited) Feature: Level Requirements -Tsukihime This script adds a max or min level requirement to your equips. If your actor's level is greater than the max level, then you can't equip it. Download Script: Download here Required: Feature Manager Usage Tag your weapons/armors with <ft: max_level_req x> <ft: min_level_req x>For some integer x. Edited March 28, 2016 by Tsukihime 1 Share this post Link to post Share on other sites
mouser 20 Posted October 13, 2012 Return of the Newbie Sword!!! Share this post Link to post Share on other sites
OffeNDer 2 Posted February 25, 2013 i am using both Level and Gender Requirements, and i would like to ask is there a script to show up the level requirements with gender in the item ? i mean when the player going to item and go to the sword for example, it show the stats of sword along with level and gender requirements Share this post Link to post Share on other sites
Tsukihime 1,489 Posted February 25, 2013 I don't think there is one. Share this post Link to post Share on other sites
ultima 0 Posted December 10, 2013 Not sure if this can be done. What im looking for is a script that does the following: when the character whos lv is (5) for example, tries to go to an area with lv (10+) creatures in it, he/she will get the following warning. "Caution: Creatures beyond this point are more powerful than your current level. Do you still wish to proceed?" Choices: Yes,No. That way the player is warned before going into a higher level area. I hope that didn't confuse anyone Share this post Link to post Share on other sites
Tsukihime 1,489 Posted December 10, 2013 You can do that using regular eventing and conditional branches and checking whether the player's level is less than 10. Share this post Link to post Share on other sites
pYmba 3 Posted December 13, 2013 Hey, I was wondering, what happens if equipped weapon has, lets say Level 5 requirement, but enemy uses skill that reduce actors level. I'm talking about your script - Effect: Level Down. Wouldn't that be useful, if following weapon (equip) is auto unequipped when it doesn't match Level requirement? Share this post Link to post Share on other sites
Tsukihime 1,489 Posted December 13, 2013 Probably. I imagine it would use the default engine's functionality where "unequippable" equips are removed automatically. Share this post Link to post Share on other sites
pYmba 3 Posted December 13, 2013 Probably. I imagine it would use the default engine's functionality where "unequippable" equips are removed automatically. Maybe you can/will make one, by the amount of posts and scripts you have made, I assume you are really into this and know like ton about scripting. I don't know anything about scripts, so I can't say than this "idea" goes for whole new script, or simple add on. If you care to make one, but not in nearest future, then maybe I have to make request. Because I haven't really found one that auto unequips items when they don't match requirements. Share this post Link to post Share on other sites
Tsukihime 1,489 Posted December 13, 2013 So it doesn't actually un-equip things that don't meet the level requirement? Share this post Link to post Share on other sites
ultima 0 Posted December 13, 2013 Tyvm appreciate it. Share this post Link to post Share on other sites
pYmba 3 Posted December 13, 2013 So it doesn't actually un-equip things that don't meet the level requirement? You mean items that are unequipped when state effect is applied? Well as I see it in my imagination, both your scripts, (Level Requirements and Level Down) enables cool features, first makes actors unable to wear stuff, if they are below required level, and second adds new state effect which reduces actors level, making it a lot weaker. In theory, if someone has both your scripts, then in battle facing opponent while having Level Down state applied, actor shouldn't be able to use equipped items that are over its level. The same way as you can't lift car without muscles and propper workout. So I assume, yes, as long as state effect is active actor can't get any benefit from "unequipped" items, as if actor was "barely naked", but can equip different items. After state effects is removed, items are reequipped. But I don't know if its easy for game system to remember originally equipped items, cause it also need to swap back items used instead of unequipped. Share this post Link to post Share on other sites
Tsukihime 1,489 Posted December 13, 2013 (edited) To me it doesn't make sense to have this special exception where only in battle, the level requirement does not behave consistently. If your level goes down, and you're no longer able to equip it, then it is removed. You can put it back on after battle, or if there's a command to put it back on during battle that would also be an option. Level requirements basically mean if your level does not meet the requirement, then you can't wear it. Edited December 13, 2013 by Tsukihime Share this post Link to post Share on other sites
pYmba 3 Posted December 14, 2013 To me it doesn't make sense to have this special exception where only in battle, the level requirement does not behave consistently. If your level goes down, and you're no longer able to equip it, then it is removed. You can put it back on after battle, or if there's a command to put it back on during battle that would also be an option. Level requirements basically mean if your level does not meet the requirement, then you can't wear it. Right, exactly as you said, that's what I meant, but got lost explaining. I have seen such thing in big RPG's but can't recall in which one, curses or poison reduced strength permanently, and I couldn't equip fancy stuff anymore, but I need to keep in mind we are talking about turn based battle, so its different than real time. I understand that, but the thing is, for example, players tend to give their character the best stuff - at LV20 they wear LV20 +/- stuff. And as a gamer it's pain in ... if in middle of battle character can't hold his LV20 sword, and need to wield LV1 kitchen knife. For me, it seems a bit hardcore option, to become not only weaker but also "unarmed" in battle. But that might be only me. I like crazy options for options and ring slots! Share this post Link to post Share on other sites
Tsukihime 1,489 Posted December 14, 2013 I have not thought about how one might actually SAVE any removed equips, since the equip removing functionality happens all the time for any reason (your slot has been sealed, your weapon type has been sealed, etc), and having to distinguish removing an equip based on a level down *effect* would be difficult to keep track of. If it were a level down *state* where you can actually attach things to the state (for example, equips that were lost when the state was applied), then that might work...maybe. However, that is outside of the scope of this "level requirement" feature. Share this post Link to post Share on other sites