super1
Member
Posts: 16 Likes: 5
Currently Offline
Last Online: Nov 6, 2018 11:24:34 GMT
View Profile
Registered On: Jul 22, 2016 23:13:22 GMT
|
Post by super1 on Aug 13, 2016 19:15:26 GMT
I would like a script that auto use exani hur up/down when you are at a wall and faced towards it somehow. I know there is people who had it or have it. Would it be possible to make it?
|
|
|
Post by Darth Maul on Aug 13, 2016 19:51:13 GMT
A very basic one, and the one I use, is this: auto 400 say 'Exani Hur "Up' | say 'Exani Hur "Down' I'm sure you'd be able to detect which direction you're facing, and use a specific spell in accordance with that, but the script above works great.
|
|
super1
Member
Posts: 16 Likes: 5
Currently Offline
Last Online: Nov 6, 2018 11:24:34 GMT
View Profile
Registered On: Jul 22, 2016 23:13:22 GMT
|
Post by super1 on Aug 13, 2016 21:19:18 GMT
Well that script only spams it all the time. I wanna be able to have a script on all the time but doesen't spam.
|
|
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 Aug 14, 2016 23:27:54 GMT
Something like this?
auto 200 listas 'North' | set $wn $topitem.$posx.[$posy-1].$posz | if [$wn == WALLID && $self.dir == 0] {say 'Exani hur "up' | say 'Exani hur "down'} auto 200 listas 'East' | set $we $topitem.[$posx+1].$posy.$posz | if [$we == WALLID && $self.dir == 1] {say 'Exani hur "up' | say 'Exani hur "down'} auto 200 listas 'South' | set $ws $topitem.$posx.[$posy+1].$posz | if [$ws == WALLID && $self.dir == 2] {say 'Exani hur "up' | say 'Exani hur "down'} auto 200 listas 'West' | set $ww $topitem.[$posx-1].$posy.$posz | if [$ww == WALLID && $self.dir == 3] {say 'Exani hur "up' | say 'Exani hur "down'}
|
|
super1
Member
Posts: 16 Likes: 5
Currently Offline
Last Online: Nov 6, 2018 11:24:34 GMT
View Profile
Registered On: Jul 22, 2016 23:13:22 GMT
|
Post by super1 on Jan 13, 2017 22:01:36 GMT
Masi Avatar
Aug 15, 2016 0:27:54 GMT 1 Masi said:
Something like this?
auto 200 listas 'North' | set $wn $topitem.$posx.[$posy-1].$posz | if [$wn == WALLID && $self.dir == 0] {say 'Exani hur "up' | say 'Exani hur "down'}
auto 200 listas 'East' | set $we $topitem.[$posx+1].$posy.$posz | if [$we == WALLID && $self.dir == 1] {say 'Exani hur "up' | say 'Exani hur "down'}
auto 200 listas 'South' | set $ws $topitem.$posx.[$posy+1].$posz | if [$ws == WALLID && $self.dir == 2] {say 'Exani hur "up' | say 'Exani hur "down'}
auto 200 listas 'West' | set $ww $topitem.[$posx-1].$posy.$posz | if [$ww == WALLID && $self.dir == 3] {say 'Exani hur "up' | say 'Exani hur "down'}
This thread is a bit old but I would love to get this to work. I tried to these on shortkeys and persisant .. But does not work :S
|
|
edu023
Honored Member
Posts: 40 Likes: 4
Currently Offline
Last Online: Oct 7, 2017 23:22:12 GMT
View Profile
Registered On: Oct 28, 2016 15:29:25 GMT
|
Post by edu023 on Apr 5, 2017 5:11:50 GMT
maybe if you wanna add it to the cavebot you can simply use this:
turnw wait 100 npcsay "exani hur up
you can change TURNW what means: turn west...To: turnn (turn north) turns (turn south) turnw (turn west) turne (turn east)
|
|
super1
Member
Posts: 16 Likes: 5
Currently Offline
Last Online: Nov 6, 2018 11:24:34 GMT
View Profile
Registered On: Jul 22, 2016 23:13:22 GMT
|
Post by super1 on Jul 24, 2017 21:34:12 GMT
Bump
|
|