germanzel
01-16-2016, 04:02 AM
Hey, i need script .lua to combo ue.
Please Help!
The_Miguelito
01-16-2016, 04:28 AM
There is a built in combo bot, you should just select the leader and insert the Phrase (the spell) and select what your char will do. Should work.
jollebollen
01-28-2016, 11:20 AM
There is a built in combo bot, you should just select the leader and insert the Phrase (the spell) and select what your char will do. Should work.
ye but that one really suck :/ i also need this script!
like you type in leader name and trigger spell and your spell and it cast it really quick! :)
krzychunieogarnia
10-10-2016, 06:43 PM
Hello, I have a problem this is my script for a combo ue, but unfortunately it does not want to work or you find an error? . Earlier this script worked without a problem :)
local LeaderName = "Leader Name"
local Delay = 500
local UseHud = true
-- Script (Leave this alone)
if UseHud then
local HUDText = HUD.CreateTextDisplay(23, 7, "Leader: ", 0, 0, 255)
local HUDText2 = HUD.CreateTextDisplay(72, 7, LeaderName, 255, 0, 0)
end
LocalSpeechProxy.OnReceive("Casino_LocalProxy", function(proxy, mtype, speaker, level, text)
local LeaderMessage = "Exevo Gran Mas flam"
if speaker == LeaderName and text == LeaderMessage then
Self.Say("Exevo Gran Mas Frigo")
wait(Delay)
end
end)
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.