• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Lua Help! Modify the game store, so that when transferring tibiacoins, they are (coins) and not (transferable_coins)! please!!!!!! CANARY 13.32

3zequi3l

Member
Joined
Jan 14, 2021
Messages
47
Reaction score
5
Location
México
Help! Modify the game store, so that when transferring tibiacoins, they are (coins) and not (transferable_coins)! please!!!!!! CANARY 13.32 I need that script to use the transferable_coins so they can buy items in the store! Thank you very much in advance
 

Attachments

Last edited:
Does anyone know? I am looking for a similar one as well! I want to be able to use both transferable coins and the tibia coin.
 
I will help you with that :)


go to data/modules/scripts/gamestore/gamestore.lua

Change this last if statment:


if not offer.coinType then
offer.coinType = GameStore.CoinType.Coin
end

Enjoy, just remember you need to adjust init.lua too, go to canary github page and look for commits in that file.

If you are lazy :D

Here are the files, just add offers (GameStore.Categories )
 

Attachments

Gostaria de deixar o otclient comprar com transferable_coins, já tentei alterar o script game_shop e também dentro do bytes source, mas não consegui. Poderiam me ajudar?
Post automatically merged:

Opa, depois de duas semanas finalmente consegui, obrigado
 
Last edited:
Back
Top