• 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 2 Questions

Ceejzor

Murica Born N Raised!
Joined
Jul 5, 2008
Messages
2,305
Reaction score
198
Location
USA - Philippines
I'm using 0.3.6 Real Map and when I buy potions say I buy 200 and use one it says using 99 manas.

Second question all houses are correctly placed and priced in map editor but in game they say 0 gp and when someone goes to buy no money gets taken only saying they don't have the right amount.

Will be repped thanks~
 
I'm using 0.3.6 Real Map and when I buy potions say I buy 200 and use one it says using 99 manas.

Second question all houses are correctly placed and priced in map editor but in game they say 0 gp and when someone goes to buy no money gets taken only saying they don't have the right amount.

Will be repped thanks~

the potions problem is a well known problem, idk how to fix it.

second problem, check your config.lua
 
Well the config file looks alright here is what it looks like..

Code:
buyableAndSellableHouses = true
houseNeedPremium = true
bedsRequirePremium = true
levelToBuyHouse = 70
housesPerAccount = 0
houseRentAsPrice = false
housePriceAsRent = false
housePriceEachSquare = 500
houseRentPeriod = "never"
houseCleanOld = 0
guildHalls = true

and still needing help with potions problem (:
 
Back
Top