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!

Search results

  1. Mr. Trivel

    Open Shops

    Mr. Trivel submitted a new resource: Open Shops - Allows to enter a shop with a single item. And allows to save to switch whether item was bought. Read more about this resource...
  2. Mr. Trivel

    RPG Maker Open Shops 1.0

    Author: Mr. Trivel Name: Open Shops Created: 2016-03-18 Version: 1.0 What does it do? This plugins allows player to open a shop for a single item instead of going into whole shop scene with multiple items. Also allows to see whether item was bought or not and set an image for it. Video: How...
  3. Mr. Trivel

    Simple Title Screen

    Mr. Trivel updated Simple Title Screen with a new update entry: Crash fix with other plugins Read the rest of this update entry...
  4. Mr. Trivel

    RPG Maker Simple Title Screen - Crash fix with other plugins

    Version 1.1 - Compatibility fix with plugins that disable command menu when press start is disabled.
  5. Mr. Trivel

    Change Class of Party Member[n]

    $gameVariables.value(VariableID)
  6. Mr. Trivel

    Change Class of Party Member[n]

    There are calls for it. $gameParty.members()[n].level ^ for level $gameParty.members()[n].changeClass(ID, KeepExP?) ^ to change class
  7. Mr. Trivel

    Dark Room Covers

    @djmisterjon, I have no idea what you're trying to say.
  8. Mr. Trivel

    Can't Import Plugin!!

    You have to place them into your own project js\plugins\
  9. Mr. Trivel

    Edit Old Posts

    @Xyphien, Being able to edit your own topics is pretty crucial - or there wouldn't be a point in having game projects forum. Or anything that requires updated data after a some time.
  10. Mr. Trivel

    Unlock Shop Items

    Mr. Trivel submitted a new resource: Unlock Shop Items - Unlock new items in shop by selling or plugin commands. Read more about this resource...
  11. Mr. Trivel

    RPG Maker Unlock Shop Items 1.1

    Author: Mr. Trivel Name: Unlock Shop Items Created: 2016-03-16 Version: 1.1 What does it do? Unlock new items in shop by selling or plugin commands. Screenshots: How to use? Setting up Recipes: Items tagged with any of these tags will be available in the shop. <InShopByDefault: [SHOP_ID]> -...
  12. Mr. Trivel

    Array question

    That is correct.
  13. Mr. Trivel

    Array question

    That initPerkPoints is ran once when actor is first initialized to catch up on all perk points if he didn't start at level 1. So I split that long number line into array and loop through it checking it against current actor level, if check passes - add perk point. As for actor IDs, you could...
  14. Mr. Trivel

    Array question

    .split(' ') is for Strings, not arrays. Why not just do var acva = [1, 7,5, 7]; for (var i = 0; i < acva.length; i++) { if (acva[i] <= 2) this.doStuff(); }
  15. Mr. Trivel

    Edit Old Posts

    @Cunechan, Nope, he only mentioned you can't delete you own post after 24 hours, but I guess that affected editing it as well.
  16. Mr. Trivel

    Edit Old Posts

    Just checked, can't edit topics or posts from a few days ago. I can edit tags of the topic though.
  17. Mr. Trivel

    Empty Menu

    Mr. Trivel submitted a new resource: Empty Menu - Removes actor data and moves command window. Read more about this resource...
  18. Mr. Trivel

    RPG Maker Empty Menu 1.0

    Author: Mr. Trivel Name: Empty Menu Created: 2016-03-15 Version: 1.0 What does it do? Removes actor data and moves command window. Screenshots: How to use? Plug and play. Or change parameters in Plugin Manager to your liking. Plugin: How to download the Plugin: Click the link above, there...
  19. Mr. Trivel

    Restore HP/MP/TP

    Mr. Trivel submitted a new resource: Restore HP/MP/TP - Allows actors,classes,weapons,armors or states to restore HP/MP/TP after winning a battle or levelup Read more about this resource...
  20. Mr. Trivel

    RPG Maker Restore HP/MP/TP 1.0

    Author: Mr. Trivel Name: Restore HP/MP/TP Created: 2016-03-15 Version: 1.0 What does it do? Allows actors, classes, weapons, armors or states to restore HP/MP/TP after winning a battle or leveling up. Screenshots: Battles were way difficult to get a nice screenshot. How to use? Add following...
Top