Conversation
| local voc | ||
| if text:lower():find("sorcerer") then | ||
| voc = "MS" | ||
| elseif text:lower():find("druid") then | ||
| voc = "ED" | ||
| elseif text:lower():find("knight") then | ||
| voc = "EK" | ||
| elseif text:lower():find("paladin") then | ||
| voc = "RP" | ||
| end | ||
| local creature = getCreatureByName(name) | ||
| if creature then | ||
| creature:setText("\n" .. level .. voc .. "\n" .. guild) | ||
| end |
There was a problem hiding this comment.
| local voc | |
| if text:lower():find("sorcerer") then | |
| voc = "MS" | |
| elseif text:lower():find("druid") then | |
| voc = "ED" | |
| elseif text:lower():find("knight") then | |
| voc = "EK" | |
| elseif text:lower():find("paladin") then | |
| voc = "RP" | |
| end | |
| local creature = getCreatureByName(name) | |
| if creature then | |
| creature:setText("\n" .. level .. voc .. "\n" .. guild) | |
| end | |
| local voc | |
| if text:lower():find("sorcerer") then | |
| voc = "MS" | |
| elseif text:lower():find("druid") then | |
| voc = "ED" | |
| elseif text:lower():find("knight") then | |
| voc = "EK" | |
| elseif text:lower():find("paladin") then | |
| voc = "RP" | |
| end | |
| if not voc then | |
| return false | |
| end | |
| local creature = getCreatureByName(name) | |
| if creature then | |
| creature:setText("\n" .. level .. voc .. "\n" .. guild) | |
| end |
There was a problem hiding this comment.
if not voc then
return false
end
fix this in custom server or old protocol
ERROR: [BOT] [string "/vBot/extras.lua"]:608: attempt to concatenate local 'voc' (a nil value)
| @@ -36,5 +37,7 @@ Module | |||
| - game_unjustifiedpoints | |||
| - game_shaders | |||
| - game_attachedeffects | |||
| - client_profiles | |||
| - game_bot | |||
There was a problem hiding this comment.
| - game_bot | |
| - game_bot | |
| - game_itemselector |
| anchors.verticalCenter: prev.verticalCenter | ||
|
|
||
| Groups < FlatPanel | ||
| size: 150 90 |
There was a problem hiding this comment.
| size: 150 90 | |
| size: 150 100 |
| text: BotServer Members | ||
|
|
||
| Vocations < FlatPanel | ||
| size: 100 90 |
There was a problem hiding this comment.
| size: 100 90 | |
| size: 100 100 |
| ui.title.onClick = function(widget) | ||
| config.enabled = not config.enabled | ||
| widget:setOn(config.enabled) | ||
| end |
There was a problem hiding this comment.
| ui.title.onClick = function(widget) | |
| config.enabled = not config.enabled | |
| widget:setOn(config.enabled) | |
| end | |
| ui.title.onClick = function(widget) | |
| if not modules.client_options.getOption('enableAudio') and not config.enabled then | |
| warning("Remember to activate sound in options ") | |
| end | |
| config.enabled = not config.enabled | |
| widget:setOn(config.enabled) | |
| end |
version 4.7 will be removed and wait for me to finish this PR so that the community can open new PR related to the bot. |
How is this implementation going? I'm dying to try it xD |
finished at 85%, now it's up to the community, I'll do the merge soon. |
I think there is an error . the folders do not exist:
in the pr |
sorry, mod has gitignore. fixed |
* fix: missing font [1] * fix: Error console [2] * fix: impossible to click checkbox [3] * fix: crash (patch solution) [4] * cleaning: remove incessant print [5] * Fix: isEnabledWASD was only updated on login * fix: Panels/widgets not saving positions #703 * fix: No websocket



Sponsored By:
@luanluciano93
@SkullzOTS
@kokekanon
@FranciskoKing
@Kizuno18