XenoBot Forums - Powered by vBulletin

User Tag List

Results 1 to 6 of 6

Thread: Combo Ue Scripts .lua

  1. #1
    germanzel's Avatar
    Join Date
    Dec 2015
    Posts
    17
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Combo Ue Scripts .lua

    Hey, i need script .lua to combo ue.
    Please Help!

  2. #2

    Join Date
    Apr 2015
    Posts
    29
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    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.

  3. #3

    Join Date
    Nov 2012
    Posts
    332
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by The_Miguelito View Post
    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!

  4. #4

    Join Date
    Nov 2012
    Posts
    332
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)
    bump :P

  5. #5

    Join Date
    Mar 2014
    Posts
    30
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    bump referesh i need too

  6. #6

    Join Date
    Oct 2016
    Posts
    2
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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)
    Last edited by krzychunieogarnia; 10-10-2016 at 06:52 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •