The RPG Maker Resource Kit

RMRK RPG Maker Creation => Requests => Script Request => Topic started by: Mitsarugi on August 22, 2010, 11:17:43 PM

Title: [SOLVED] Item select window à la Dark Cloud
Post by: Mitsarugi on August 22, 2010, 11:17:43 PM
i would like to request a script that let's you talk to an NPC and you need to give him an item so a window opens as shown in exemple 2
and you have to select the item he asked, if it's the wrong one it buzzes and closes the window.
if it's the good one the window closes too (you lose the number of items asked) and i should be able to activate a self switch or a switch if the item and the number of items was correct.

UPDATE: I want the window to look like the one in the exemples , with the description of the item 'n all


exemple :
you talk to a guy and he asks you for 2 apples ,
you get him the apples , he asks if you did get him ,window opens, you select the item, number(2 apples) is removed from inventory , window closses, a self trigger is triggered and he gives your reward.

Title: Re: [REQUEST] Item select window à la Dark Cloud
Post by: Fizzly on August 22, 2010, 11:59:44 PM
A script like this already exist. And with example, like you asking for! ;) Look for "srgss2_demo101" (STRRGSS2 ARCHIVES / STR_Script Demonstration ver1.01), translated by Speed@. It's a script by...I don't know, but she's/he's japanese... ^^
Title: Re: [REQUEST] Item select window à la Dark Cloud
Post by: Terra-chan on August 23, 2010, 01:58:28 AM
Mitsarugi, do you mean like Shanghai's Pick Item Event? (http://wiki.pockethouse.com/index.php?title=Pick_Item_Event)
Title: Re: [REQUEST] Item select window à la Dark Cloud
Post by: modern algebra on August 23, 2010, 03:30:09 AM
Or my Evidence Locker (http://rmrk.net/index.php/topic,28722.0.html) script. It doesn't look the way you want it to, but it does what you want it to.
Title: Re: [REQUEST] Item select window à la Dark Cloud
Post by: Mitsarugi on August 24, 2010, 05:10:18 PM
Quote from: modern algebra on August 23, 2010, 03:30:09 AM
Or my Evidence Locker (http://rmrk.net/index.php/topic,28722.0.html) script. It doesn't look the way you want it to, but it does what you want it to.
i already know both of those scripts.
well it's a little like both , but more like both of them together.
and i would like to see all the items, not just like the Evidence Locker script (you have to set an item as Evidence in a note tag to see it in the window)
and with the description under it , and i would like to be able to set the item an NPC wants ^^
ex: -he wants a potion ,(window opens) you click elixir (so buzzer and it doesn't work , window closes)
     - you re-talk to him and ,(window opens) you click potion (works) and the events local switch activates.
Title: Re: [REQUEST] Item select window à la Dark Cloud
Post by: Mitsarugi on August 28, 2010, 03:25:03 PM
BUMP
Title: Re: [REQUEST] Item select window à la Dark Cloud
Post by: modern algebra on August 28, 2010, 07:27:19 PM
well, it's not hard to copy and paste the code \evidence into all the noteboxes

(or, if you're sure you want all items to appear, then you could paste this script below the Evidence Locker:
[spoiler]

class RPG::BaseItem
  def evidence?
    return true
  end
end

[/spoiler])
and everything else my evidence locker script can do. I don't know, I'm not really seeing where the point of departure is, so I don't know what I would need to do different if I accepted this request.
Title: Re: [REQUEST] Item select window à la Dark Cloud
Post by: Mitsarugi on August 31, 2010, 04:24:42 PM
i'll see if i can make it work the way i want , if not , i'll still request this.
Title: Re: [REQUEST] Item select window à la Dark Cloud
Post by: Mitsarugi on September 01, 2010, 08:01:11 PM
Quote from: modern algebra on August 28, 2010, 07:27:19 PM
well, it's not hard to copy and paste the code \evidence into all the noteboxes

(or, if you're sure you want all items to appear, then you could paste this script below the Evidence Locker:
[spoiler]

class RPG::BaseItem
  def evidence?
    return true
  end
end

[/spoiler])
and everything else my evidence locker script can do. I don't know, I'm not really seeing where the point of departure is, so I don't know what I would need to do different if I accepted this request.

it doesn't work , so my request still stands
Title: Re: [UPDATED] [REQUEST] Item select window à la Dark Cloud
Post by: Mitsarugi on September 04, 2010, 03:17:19 PM
UPDATE!!
Title: Re: [UPDATED] [REQUEST] Item select window à la Dark Cloud
Post by: Mitsarugi on December 28, 2010, 11:51:30 AM
UPDATE!!
Title: Re: [UPDATED] [REQUEST] Item select window à la Dark Cloud
Post by: Mitsarugi on January 04, 2011, 08:24:05 AM
bump
Title: Re: [RE-UPDATED] [REQUEST] Item select window à la Dark Cloud
Post by: Mitsarugi on January 12, 2011, 02:24:37 PM
BUMP T^T
Title: Re: [RE-UPDATED] [REQUEST] Item select window à la Dark Cloud
Post by: Mitsarugi on February 17, 2011, 09:01:20 AM
BUMP
Title: Re: [REQUEST] Item select window à la Dark Cloud
Post by: Mitsarugi on October 19, 2011, 12:43:34 PM
Quote from: Fizzly on August 22, 2010, 11:59:44 PM
A script like this already exist. And with example, like you asking for! ;) Look for "srgss2_demo101" (STRRGSS2 ARCHIVES / STR_Script Demonstration ver1.01), translated by Speed@. It's a script by...I don't know, but she's/he's japanese... ^^

you helped me find it in one of Star's demos :D Thx
SOLVED

http://www.mediafire.com/?de7ta5zyfpdu0ak