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

    Quest Log

    Mr. Trivel updated Quest Log with a new update entry: Description window fix Read the rest of this update entry...
  2. Mr. Trivel

    RPG Maker Quest Log - Description window fix

    Version 1.0a - Description window size bug fix.
  3. Mr. Trivel

    Quest Log

    Mr. Trivel submitted a new resource: Quest Log - Tracks quests, awards players for completing them. Read more about this resource...
  4. Mr. Trivel

    RPG Maker Quest Log 1.0a

    Name: Quest Log Version: 1.0 Author: Mr. Trivel Created: 2016-05-03 What does it do? Tracks quests, awards players for completing them. Video: How to use? To manage quests ingame use script calls or plugin commands. Plugin Commands: QuestLog Start ID - Starts quest QuestLog Advance ID -...
  5. Mr. Trivel

    Diminishing XP?

    Pretty sure there's a plugin for that: https://rpgmakermv.co/resources/enemy-exp-change.618/
  6. Mr. Trivel

    Quick Script to store event's own ID into a variable?

    @LTN Games, There's no need to get this event's ID, then grab same event from $dataMap events and get it's ID. As it's the same ID after all. A simple this._eventId is all you need. @mimi-min You can just use:
  7. Mr. Trivel

    Disable Items To Sell

    Mr. Trivel submitted a new resource: Disable Items To Sell - Disables specific items or groups of items from being sold in shops. Read more about this resource...
  8. Mr. Trivel

    RPG Maker Disable Items To Sell 1.0

    Name: Disable Items To Sell Version: 1.0 Author: Mr. Trivel Created: 2016-04-21 What does it do? Disables specific items or groups of items from being sold in shops. Video: How to use? Everything is managed using plugin commands: To disallow specific items from being sold use the following...
  9. Mr. Trivel

    Unlock Shop Items

    Mr. Trivel updated Unlock Shop Items with a new update entry: Multiple shops Read the rest of this update entry...
  10. Mr. Trivel

    RPG Maker Unlock Shop Items - Multiple shops

    Version 1.1 - Multiple unlock shops added.
  11. Mr. Trivel

    Event Names

    Mr. Trivel updated Event Names with a new update entry: More control, removed tags. Read the rest of this update entry...
  12. Mr. Trivel

    RPG Maker Event Names - More control, removed tags.

    Version 1.6 - Removed event notetags. Tags are written in comments only. - Changed comment tags. - Removed Icon tags. - Added X and Y offset for Text/Pictures. - Added Font name, size tags. - Added plugin commands. - Fixed names being shown out of range for short moment after scene change.
  13. Mr. Trivel

    Header broken in any Resource Category

    As a follow up to sorting categories, @Xyphien, it'd be nice to have them in Your Resources as well, would save trouble going through multiple pages just to find a resource to update.
  14. Mr. Trivel

    Header broken in any Resource Category

    @Xyphien, Going into Resources -> Selecting any resource category (E.g. Plugins) the Header will end up being at the bottom of the page instead of top.
  15. Mr. Trivel

    pop up icon over npc heads.

    That? Or that?
  16. Mr. Trivel

    Common Event Logger

    Mr. Trivel updated Common Event Logger with a new update entry: Height customization Read the rest of this update entry...
  17. Mr. Trivel

    RPG Maker Common Event Logger - Height customization

    Version 1.2 - Added plugin parameter to change height of notification.
  18. Mr. Trivel

    Sorting variables.

    So, to turn something like this: Into such values?: If yes, I used this script call: var arr = [7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]; arr.sort(function(a, b) { return $gameVariables.value(b) - $gameVariables.value(a); }); for (var i = 0; i < arr.length; i++) {...
  19. Mr. Trivel

    Simple Shop Tax

    @Xyphien, Not really, it's literally only a number change. Taking a screenshot of potion costing 50 and potion costing 100 is just eh.
Top