The RPG Maker Resource Kit

RMRK RPG Maker Creation => Requests => Script Request => Topic started by: Irgna on March 13, 2007, 02:28:34 AM

Title: [REQUEST]I know this has been done a tousand times, but I need a Stealing Script
Post by: Irgna on March 13, 2007, 02:28:34 AM
Ok, I know this has been asked for and done before, but I need a very simple, easy to use Stealing script. All I need to be able to steal is gold, I need it set up so I can have one skill that steals 50-100 gold, 100-250 gold, and 250-500 gold. Please do not think I'm a n00b for asking this, but all the other ones I've found don't work quite right. Thanks in advance.
Title: Re: [REQUEST]I know this has been done a tousand times, but I need a Stealing Script
Post by: Blizzard on March 13, 2007, 11:12:42 AM
hbgames.org/forums look out for Trickster's Stealing script with tons of useless additional options.
Title: Re: [REQUEST]I know this has been done a tousand times, but I need a Stealing Script
Post by: Irgna on March 13, 2007, 02:31:15 PM
The post database was erased there, all posts are gone. Could you post it here or PM it to me?
Title: Re: [REQUEST]I know this has been done a tousand times, but I need a Stealing Script
Post by: Blizzard on March 13, 2007, 05:23:57 PM
I don't have it. I guess you should ask Trickster for his script. =/ If I had it, I would have posted it in the first place, lol!
Title: Re: [REQUEST]I know this has been done a tousand times, but I need a Stealing Script
Post by: blazinhandle on March 13, 2007, 05:46:23 PM
Quote from: Blizzard on March 13, 2007, 11:12:42 AM
hbgames.org/forums look out for Trickster's Stealing script with tons of useless additional options.

ROFL! GAHAHAHAHAHAHA!
Title: Re: [REQUEST]I know this has been done a tousand times, but I need a Stealing Script
Post by: Irgna on March 13, 2007, 06:34:24 PM
One question: How am I supposed to ask him when I don't have any idea how to contact him?
Title: Re: [REQUEST]I know this has been done a tousand times, but I need a Stealing Script
Post by: sdfgxcvb on March 17, 2007, 05:23:34 PM
You can make a decent stealing system using common events. Something like this:

conditional branch:
variable stealing_level = 1
control variable asdf (1-4)
conditional branch:
variable asdf is 1
gold=+100
variable stealing_xp=+1
show text: "you manage to steal some money"
else
show text: "you fail to steal anything"
conditional branch:
variable stealing_level = 2
control variable sdfg (1-3)
conditional branch:
variable sdfg is 1
gold=+100
variable stealing_xp=+1
show text: "you manage to steal some money"
else
show text: "you fail to steal anything"
conditional branch:
variable stealing_level = 3
control variable fff (1-2)
conditional branch:
variable fff is 1
gold=+100
variable stealing_xp=+1
show text: "you manage to steal some money"
else
show text: "you fail to steal anything"
conditional branch:
variable stealing_xp=0
variable stealing_level=1
else
conditional branch:
variable stealing_xp=10
variable stealing_level=2
else
conditional branch:
variable stealing_xp=20
variable stealing_level=3
else

etc...

Not perfect, but you get the idea.
Title: Re: [REQUEST]I know this has been done a tousand times, but I need a Stealing Script
Post by: :) on March 17, 2007, 05:25:44 PM
http://www.hbgames.org/forums/showthread.php?t=5655

or

http://www.hbgames.org/forums/showthread.php?t=5151
Title: Re: [REQUEST]I know this has been done a tousand times, but I need a Stealing Script
Post by: Irgna on March 17, 2007, 06:19:10 PM
@sdfgxcvb: I try to avoid common events whenever possible, but that might work.

@Nouman: It says that I don't have permission to access the page. Can you post them here or PM them to me?
Title: Re: [REQUEST]I know this has been done a tousand times, but I need a Stealing Script
Post by: :) on March 17, 2007, 07:02:44 PM
demo download:

http://hometown.aol.com/Der%20VVulfman/Files/RMXP/RTABMod/RTAB_w_Extras.zip

http://www.hbgames.org/forums/downloads.php?do=file&id=37&act=down
Title: Re: [REQUEST]I know this has been done a tousand times, but I need a Stealing Script
Post by: Rune on April 04, 2007, 03:06:26 PM
On those you can steal more than items and money... is there one where you can only steal those two
Title: Re: [REQUEST]I know this has been done a tousand times, but I need a Stealing Script
Post by: Irgna on April 04, 2007, 11:53:59 PM
Yeah, that's all I need to. I'll still try those out when I get the chance, though.