nerox
Junior Member
Posts: 7 Likes: 0
Currently Offline
Last Online: Sept 18, 2016 14:02:22 GMT
View Profile
Registered On: Jul 16, 2016 9:09:58 GMT
|
Post by nerox on Jul 16, 2016 9:16:32 GMT
Hey, Its my frist time to post something here its really nice Project for Elfbot Scripts...
Subject:- Im using Navi server to combo / move my mcs... but my friend / me need to combo in same time with the same attack spell name "Exori hur gran mas" or w/e spells we're trying to use we really need to have any script to help us combo same player in same time with the same spells is it possible? if that possible anyone can do that for us? Regards, Nerox
|
|
|
Post by VoltZ on Jul 16, 2016 9:26:59 GMT
auto 100 listas 'UE Combo' | foreach 'newmessages' $ue if [$ue.content == 'LEADER'S UE SPELL' && $ue.sender == 'LEADER'S NAME HERE'] say 'YOUR UE SPELL'
|
|
nerox
Junior Member
Posts: 7 Likes: 0
Currently Offline
Last Online: Sept 18, 2016 14:02:22 GMT
View Profile
Registered On: Jul 16, 2016 9:09:58 GMT
|
Post by nerox on Jul 16, 2016 9:36:54 GMT
auto 100 listas 'UE Combo' | foreach 'newmessages' $ue if [$ue.content == 'LEADER'S UE SPELL' && $ue.sender == 'LEADER'S NAME HERE'] say 'YOUR UE SPELL' Dude I need a script that can attack the same player that my friend attack i don't even want to write his name into the screen its something like navi script. :/ I already got that script i just need to combo the same player that my friend attack with spells not "SD"
|
|
|
Post by Siwy on Jul 16, 2016 10:23:06 GMT
Set the aimbot and there is no problem
|
|
nerox
Junior Member
Posts: 7 Likes: 0
Currently Offline
Last Online: Sept 18, 2016 14:02:22 GMT
View Profile
Registered On: Jul 16, 2016 9:09:58 GMT
|
Post by nerox on Jul 16, 2016 11:16:12 GMT
Set the aimbot and there is no problem we should shoot sd to get it work dude :/
|
|
|
Post by VoltZ on Jul 16, 2016 13:36:29 GMT
Make On aimbot aim type : Attack | No action And This Script Says Anything Other One Says Like if i saied "TEST" It Says "TEST"
auto 1 if [ $curmsg.sender == 'YOURNAME' ] Say $curmsg.content
|
|
|
Post by VoltZ on Jul 16, 2016 13:58:02 GMT
Or if u cast spells as orange text u will have to make this auto 1 foreach 'newmessages' $spell if [$spell.sender == 'Your NAME'] say $spell.content
|
|
|
Post by Siwy on Jul 16, 2016 17:13:01 GMT
Set the aimbot and there is no problem we should shoot sd to get it work dude :/ I do not know if I understand correctly, I do not work for me so aimbot?
|
|
|
Post by VoltZ on Jul 16, 2016 17:39:55 GMT
Aim Type : Attack | No action
|
|
|
Post by Darth Maul on Jul 17, 2016 4:49:27 GMT
|
|
nerox
Junior Member
Posts: 7 Likes: 0
Currently Offline
Last Online: Sept 18, 2016 14:02:22 GMT
View Profile
Registered On: Jul 16, 2016 9:09:58 GMT
|
Post by nerox on Aug 26, 2016 10:46:17 GMT
Anyone knows, How to create navi server so my friends join so we can combo togther and kill ppls? Regards, Nerox
|
|
|
Post by Siwy on Aug 26, 2016 15:52:03 GMT
Reading the previous messages I found the solution to the previous problem beating spells
You select the aimbot everything normally + Locks on target and aim type on Attack
You should now be combo wand/rod
When they beat target you need to have enabled
auto 20 if [$curmsg.sender == 'NICK' && $curmsg.content == 'LEADERSPELL' && $curmsg.isdefault] {say 'MCSPELL'}
It works on the principle of sd combo so much that I must point targeta For example
auto 20 if [$curmsg.sender == 'Siwy' && $curmsg.content == 'Exori Gran Ico' && $curmsg.isdefault] {say 'Exori Max Frigo'}
Try it and let me know if it works
|
|