Tibia Idle
Active Member
- Joined
- Nov 23, 2023
- Messages
- 164
- Reaction score
- 36
shopButton = modules.client_topmenu.addRightGameToggleButton('shopButton', tr('Shop'), '/images/topbuttons/shop', toggle, false, 8)
shopButton = modules.client_topmenu.addRightGameToggleButton('shopButton', tr('Shop'), '/images/topbuttons/shop', toggle, false, 9)
modules/game_shop/shop.lua
change:
forLUA:shopButton = modules.client_topmenu.addRightGameToggleButton('shopButton', tr('Shop'), '/images/topbuttons/shop', toggle, false, 8)
Code:shopButton = modules.client_topmenu.addRightGameToggleButton('shopButton', tr('Shop'), '/images/topbuttons/shop', toggle, false, 9)
Can u teach how to change button location and size? I want something like this one:modules/game_shop/shop.lua
change:
forLUA:shopButton = modules.client_topmenu.addRightGameToggleButton('shopButton', tr('Shop'), '/images/topbuttons/shop', toggle, false, 8)
Code:shopButton = modules.client_topmenu.addRightGameToggleButton('shopButton', tr('Shop'), '/images/topbuttons/shop', toggle, false, 9)

I would also like to know thisCan u teach how to change button location and size? I want something like this one:
View attachment 85679