Skip to content

Conversation

HubDamian95
Copy link

@HubDamian95 HubDamian95 commented May 28, 2025

Update extras.lua to include monk on tibia 14.
With the introduction of extra class, I believe this should be addressed, otherwise the window errors with

Error: [string "/vBot/extras.lua"]:583: attempt to concatenate local 'voc' (a nil value)

Update extras.lua to include monk on tibia 14
@Leesneaks
Copy link

You have done this in the wrong place, you replaced the custom window title with the code for the look message.

@HubDamian95
Copy link
Author

should be fine now

@Leesneaks
Copy link

There can still be errors if a custom vocation is used.

local voc
to
local voc = ""

That will stop attempt to concatenate local 'voc' (a nil value)

@HubDamian95
Copy link
Author

There can still be errors if a custom vocation is used.

local voc to local voc = ""

That will stop attempt to concatenate local 'voc' (a nil value)

thanks, addressed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants