OTCv8 / otclientv8

Clean, ready to use version of OTClientV8 - Alternative, highly optimized Tibia client
Other
255 stars 190 forks source link

transfer coins #142

Open unlineworld opened 3 years ago

unlineworld commented 3 years ago

I just tested the new function of transfer coins, and no matter what amount you try to transfer it will always be 0 image

Valk543 commented 3 years ago

I have had the same issue.

unlineworld commented 3 years ago

I have had the same issue.

go data/modules/scripts/gamestore/init.lua find line with local amount = msg:getU32() replace local amount = msg:getU16()

Valk543 commented 3 years ago

I have had the same issue.

go data/modules/scripts/gamestore/init.lua find line with local amount = msg:getU32() replace local amount = msg:getU16()

could not find the specified directory.. can you verify?

unlineworld commented 3 years ago

is server files, not otclient files

Valk543 commented 3 years ago

oh right.. got it thank you