Postado Junho 10, 2014 10 anos Este é um post popular. -- SynHUD Advanced Configuration --------------------------------------------------------------------------------------------- -- This config is optional and the HUD will work without it. It just unlocks more features. -- Place the script in the 'Documents/XenoBot' directory. Not the scripts directory! -- To enable, set the 'enabled' value to 'true', and edit the values to your desire. -- If you do not need a certain config, you may delete or disable it. -- Please post in the thread 'http://forums.xenobot.net/showthread.php?13829' for support. -- Thanks for your support. Yours truly, Syntax. --------------------------------------------------------------------------------------------- -- Example: override default loot values/supply costs/ring durations. -- Official itemid list: http://forums.xenobot.net/showthread.php?10295 -- Tip: Make sure to add the active ring ids (sparkling) -- Tip: Include durations for items you want to track by time usage -- Tip: The items included in the example are already default values, you can delete them. synhud.items = { enabled = true, -- axe ring, costs 500, sells for 100, lasts 30 minutes [3095] = {cost=500, value=100, duration=30} } -- Example: override default theme value (disable outfit theming to use) -- Uses hex colors, use http://www.colorpicker.com/ or a similar tool for the values. -- itemValueAlt, is the second value in the supply column, incase you were wondering synhud.theme = { enabled = false, panelHeader = 'FFFFFF', itemLabel = 'FFF3CC', itemValue = 'CECECE', itemValueAlt = 'DCDCDC' } -- Example: global config, specific player configs will override this. synhud.global = { enabled = false, xbst = "Setting 1", showIcons = true, showHourlyItemRates = true, useOutfit = false, useLog = true } -- Example: single player config synhud["First Character"] = { enabled = false, xbst = "Setting 1", showIcons = true, showHourlyItemRates = true, useOutfit = true, useLog = true } -- Example: multiple player config synhud["Player Name, Second Name"] = { enabled = false, xbst = "Setting 1", showIcons = false, showHourlyItemRates = true, useOutfit = true, useLog = true } Download: SynHUD.rar
Postado Junho 10, 2014 10 anos boa edinho, eu uso xeno bot, é um bot excelente. Ainda mais quando você trás scripts pra ele
Postado Junho 10, 2014 10 anos Curti Edson,pena que não sou muito fã do Xeno Bot mas concerteza é um ótimo conteúdo pra quem utiliza o bot !
Postado Junho 10, 2014 10 anos Autor Pra mim, é um dos melhores bots... esse HUD facilita muito, pra quem deixar 100% afk... e lembrando, que no site do JXSCRIPT ele custa 8,00USD então, aproveitem!
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.