• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Elf bot ng

Canadianseh

New Member
Joined
Jul 19, 2012
Messages
52
Reaction score
0
hi me and my buddy have 2 sorcerer's and were tryin to figure out a script and how to put combo ue
so far we got this but it seems to not work
comeauto 100 listas ‘Ue combo Activated!’ | foreach ‘newmessages’ $msg if ?$msg.sender == 'Electric Shock' && $msg.content == 'Exevo Gran Mas Flam' ] {wait 100 | say ‘Exevo Gran Mas Flam’ | wait 1000}
 
Why don't you try this one
UE Combo:
auto 100 listas ‘UE Combo enabled’ | clear $useue | set $messageleader ‘LEADERNAME’ | set $leadermessage ‘exevo gran mas flam’ | set $mpue 1200 | set $uespell ‘exevo gran mas flam’ | foreach ‘newmessages’ $ue if [$ue.sender == '$messageleader' && $ue.content == '$leadermessage' && $ue.channel == 'Default'] set $useue 1 | if [$useue && $mp >= $mpue] {say ‘exevo gran mas flam’ | wait 900}

change the LEADERNAME to the combo leader name
 
Code:
auto 1 if [ $curmsg.sender == '[COLOR=#ff0000]Test[/COLOR]' && $curmsg.content == '[COLOR=#ff0000]exevo gran mas tera[/COLOR]'] {say '[COLOR=#ff0000]exevo gran mas tera[/COLOR]' | wait 100}
 
100% perfect

Code:
auto 10 listas 'UE Combo' | foreach 'newmessages' $ue if [$ue.content == 'ue' && $ue.sender == [COLOR="#FF0000"]'Changeme[/COLOR]'] say '[COLOR="#FF0000"]exevo gran mas frigo[/COLOR]'

when you say "ue" players say exevo gran mas frigo... you can change "ue" for exevo gran mas frigo, but is most synchronized 'ue'
 
Code:
auto 100 if [$curmsg.isdefault && $curmsg.sender == 'Summ' && $curmsg.content == 'exevo gran mas flam'] {say 'exevo gran mas flam' | wait 1630}

Found that and it works.
 
Back
Top