Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Items only usable after achieving class level

loonieboy

Villager
Xy$
0.00
Hey guys, new here.

I am trying to make specific items usable only on certain classes that had reached a level requirement. For example:

(Class) can use a (item name) at (level)

Which will activate a common event when used. I have the common event and class restriction working perfectly, but how do I restrict items only to specific Levels?
 

Status Gear Entertainment

Praised Adventurer
I'm not sure about items but equipment like weapons and armor we can for sure. I don't know if there's a plugin for it or anything but I found out how you can do it through events.

upload_2018-6-6_1-16-14.png

Here this will check for that specific Hero -> Their specific class -> Their specific level -> and if all else fails, then force remove it from them.

But if you are trying to do something like the class itself has a level, you might have to create a whole thing for that. Like a variable for that specific hero and class and whenever you grant EXP from winning, you also add values to that variable like it's own version of EXP.
 
Top