This commit is contained in:
OTCv8
2020-06-09 18:19:20 +02:00
parent 76d6f2ce7d
commit 541e189d3f
154 changed files with 2540 additions and 1221 deletions

View File

@@ -530,8 +530,8 @@ function buyConfirmed()
sendAction("buy", selectedOffer)
if g_game.getFeature(GameIngameStore) and selectedOffer.id and not otcv8shop then
local offerName = selectedOffer.title:lower()
if string.find(offerName, "name") and string.find(offerName, "change") and modules.game_textedit then
modules.game_textedit.singlelineEditor("", function(newName)
if string.find(offerName, "name") and string.find(offerName, "change") and modules.client_textedit then
modules.client_textedit.singlelineEditor("", function(newName)
if newName:len() == 0 then
return
end

View File

@@ -39,7 +39,6 @@ ShopCategoryCreature < ShopCategory
margin-bottom: 2
margin-left: 2
size: 32 32
raw: true
ShopCategoryImage < ShopCategory
Label
@@ -118,7 +117,6 @@ ShopOfferCreature < ShopOffer
margin-bottom: 4
margin-left: 2
size: 48 48
raw: true
ShopOfferImage < ShopOffer
Label