weeper
05-04-2007, 20:08
Remember old Ian's TPR? It had a function called "master/slave" that allowed somebody to have a basic control of somebody else's char without having their acc and password.
This is done by text commands that a specific "master" tells to the char he's controlling (slave)
I've made some events that allow some basic moves. I will add more commands as soon as I can. Make your requests about a command you want to be added and I'll see if it's possible to make.
Load this event in the slave's event window (not conditional events!!)
and use the following commands to control him.
!up - move up
!down - move down
!right - move right
!left - move left
!faceup - makes slave face upwards
!facedown - make slave face downwards
!faceright - make slave face right
!faceleft - make slave face left
!follow - Makes slave follow the master.
Note about follow: Slave won't see the green square surrounding the master that indicate following, but still it will go after the master. This type of following (packet based) do not get canceled whenever the slave moves to another direction. Slave must hit escape key or get a stop command from the master.
!stop - Makes slave stop attack or follow.
1
0000100000000000000:0
!up
exiva > 65
1
0000100000000000000:0
!right
exiva > 66
1
0000100000000000000:0
!down
exiva > 67
1
0000100000000000000:0
!left
exiva > 68
1
0000100000000000000:0
!follow
exiva > A2 $hex-idofname:{$lastsender$}$
1
0000100000000000000:0
!faceup
exiva turn0
1
0000100000000000000:0
!facedown
exiva turn2
1
0000100000000000000:0
!faceright
exiva turn1
1
0000100000000000000:0
!faceleft
exiva turn3
1
0000100000000000000:0
!stop
exiva > 69
Working on (don't know for sure if all of them are possible)
- Attack somebody else than master.
- Follow somebody else than master.
- Say something
- Join party
- Leave party
- Logout
This is done by text commands that a specific "master" tells to the char he's controlling (slave)
I've made some events that allow some basic moves. I will add more commands as soon as I can. Make your requests about a command you want to be added and I'll see if it's possible to make.
Load this event in the slave's event window (not conditional events!!)
and use the following commands to control him.
!up - move up
!down - move down
!right - move right
!left - move left
!faceup - makes slave face upwards
!facedown - make slave face downwards
!faceright - make slave face right
!faceleft - make slave face left
!follow - Makes slave follow the master.
Note about follow: Slave won't see the green square surrounding the master that indicate following, but still it will go after the master. This type of following (packet based) do not get canceled whenever the slave moves to another direction. Slave must hit escape key or get a stop command from the master.
!stop - Makes slave stop attack or follow.
1
0000100000000000000:0
!up
exiva > 65
1
0000100000000000000:0
!right
exiva > 66
1
0000100000000000000:0
!down
exiva > 67
1
0000100000000000000:0
!left
exiva > 68
1
0000100000000000000:0
!follow
exiva > A2 $hex-idofname:{$lastsender$}$
1
0000100000000000000:0
!faceup
exiva turn0
1
0000100000000000000:0
!facedown
exiva turn2
1
0000100000000000000:0
!faceright
exiva turn1
1
0000100000000000000:0
!faceleft
exiva turn3
1
0000100000000000000:0
!stop
exiva > 69
Working on (don't know for sure if all of them are possible)
- Attack somebody else than master.
- Follow somebody else than master.
- Say something
- Join party
- Leave party
- Logout