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.
hbgames.org/forums look out for Trickster's Stealing script with tons of useless additional options.
The post database was erased there, all posts are gone. Could you post it here or PM it to me?
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!
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!
One question: How am I supposed to ask him when I don't have any idea how to contact him?
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.
http://www.hbgames.org/forums/showthread.php?t=5655
or
http://www.hbgames.org/forums/showthread.php?t=5151
@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?
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
On those you can steal more than items and money... is there one where you can only steal those two
Yeah, that's all I need to. I'll still try those out when I get the chance, though.