elfbottneed
Junior Member
Posts: 6 Likes: 0
Currently Offline
Last Online: Sept 7, 2016 15:54:32 GMT
View Profile
Registered On: Aug 16, 2016 12:00:13 GMT
|
Post by elfbottneed on Sept 7, 2016 10:05:49 GMT
I need the script this script , if my friend use magic wall my script auto mw throw away. combo mw script if i add name ' xxxx' pleas im waiting
|
|
Masi
Senior Tutor
Staff Member
Posts: 241 Likes: 198
Mini-Profile Background: {"image":"https://media.giphy.com/media/2bIP0gHS5cLhS/giphy.gif","color":"6b8d6b"}
Mini-Profile Text Color: ffffff
Currently Offline
Last Online: Nov 23, 2019 2:02:15 GMT
View Profile
Registered On: Mar 31, 2016 16:11:57 GMT
|
Post by Masi on Sept 7, 2016 13:55:09 GMT
Mwall if player NAME says COMMAND: Mwall goes on spot in pic depending on your positionauto 200 foreach 'newmessages' $mw if [$mw.sender == 'NAME' && $mw.content == 'COMMAND'] {useongroundxyz 3180 [$posx+4] [$posy+3] [$posz]} Mwall goes on spot in pic depending on target position i.e mwalls southeast of targetauto 200 foreach 'newmessages' $mw if [$mw.sender == 'NAME' && $mw.content == 'COMMAND'] {useongroundxyz 3180 [$target.posx+1] [$target.posy+1] [$posz]} For it to be easier, your friend would have to add sending msg in elfbot on the same hotkey as he has his magic wall rune, e.g if he has mwall on F1, bind this script to F1 on elfbot: pm 'YOUR NAME' 'COMMAND' OR say 'COMMAND' Scripts not tested, if they don't work or are not exactly what your looking for let me know.
|
|
elfbottneed
Junior Member
Posts: 6 Likes: 0
Currently Offline
Last Online: Sept 7, 2016 15:54:32 GMT
View Profile
Registered On: Aug 16, 2016 12:00:13 GMT
|
Post by elfbottneed on Sept 7, 2016 15:29:02 GMT
dont working brother..
|
|
Masi
Senior Tutor
Staff Member
Posts: 241 Likes: 198
Mini-Profile Background: {"image":"https://media.giphy.com/media/2bIP0gHS5cLhS/giphy.gif","color":"6b8d6b"}
Mini-Profile Text Color: ffffff
Currently Offline
Last Online: Nov 23, 2019 2:02:15 GMT
View Profile
Registered On: Mar 31, 2016 16:11:57 GMT
|
Post by Masi on Sept 7, 2016 21:23:11 GMT
Did you set the 'NAME' and 'COMMAND' ? Is your friend saying the 'COMMAND' ? I've just tested both and they are working fine. Alternatively, you could try this: auto 200 set $mwe $topitem.[$target.posx+1].[$target.posy].[$target.posz] | set $mwu $topitem.[$target.posx+1].[$target.posy+1].[$target.posz] | if [$mwe == 2128 && $mwu != 2128] {useongroundxyz 3180 [$target.posx+1] [$target.posy+1] [$posz]}
auto 200 set $mws $topitem.[$target.posx].[$target.posy+1].[$target.posz] | set $mwu2 $topitem.[$target.posx+1].[$target.posy+1].[$target.posz] | if [$mws == 2128 && $mwu2 != 2128] {useongroundxyz 3180 [$target.posx+1] [$target.posy+1] [$posz]} It will automatically mwall south-east from your target if there is a magicwall to the east or south of the target
|
|