You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: modules/client_bottommenu/bottommenu.lua
+67-27
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,23 @@ local eventSchedulerCalendarYearIndex
15
15
localeventSchedulerCalendarMonth
16
16
17
17
localboostedWindow
18
-
localcreature_boosted
19
-
localboss_boosted
18
+
localmonsterOutfit
19
+
localmonsterImage
20
+
localbossOutfit
21
+
localbossImage
20
22
21
23
localdefault_info= {
22
-
[1] = {image="images/randomhint", Title="Random Hint", creature1="images/boost_monster1",creature2="images/boost_monster2",description="The customisable status bar includes big health and mana bars and can be placed on the bottom, the top or on the side of your game windows\n\n -\t\t https://github.com/mehah/otclient/wiki "},
23
-
-- [2] = {image = "image of label", Title = "title", creature1="images of creature",creature2= "images of boos",description = "text in label see tutorial : https://github.com/mehah/otclient/wiki"},
24
+
-- hint 1
25
+
{
26
+
image="images/randomhint",
27
+
Title="Enabling Boosted Creature Panel",
28
+
description="Boosted creatures panel requires configuring a webservice (init.lua) and preloading a client version by either setting one server in Servers_init (init.lua) or by altering entergame.lua.\n\nFor more hints, visit:\t\t https://github.com/mehah/otclient/wiki"
29
+
},
30
+
31
+
-- hint 2
32
+
-- {image = "image of label", Title = "title", description = "your hint here"},
0 commit comments