• 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!

Manarune?!?

DiaBolic

New Member
Joined
Jan 5, 2009
Messages
7
Reaction score
0
Heya guys....im new here...I need manarune for TFS becouse i dont know how to remake mpotions and yea how to fix runes so they dont remove?Thx btw TFS 8.31 thx
 
Heya guys....im new here...I need manarune for TFS becouse i dont know how to remake mpotions and yea how to fix runes so they dont remove?Thx btw TFS 8.31 thx

Can help u with the unlimited runes...
Just go to your config.lua and open it with notepad..
and there stay anywhere:
removeChargesFromRunes = "yes"
Set it to "no" also
removeChargesFromRunes = "no"
So with manarune just search in the forum for it...!!^^
 
To make your mana potions unlimited, you need to open their scripts (there's 3 of them I believe?) and remove this line:
PHP:
doTransformItem(item.uid, EMPTY_POTION)
 
Kodis its not that simple...i dont have in my config.lua removerunes yes/no , only for arrow's....and macro-i dont know where i need to change it its sql so i cant find mpotion, only thing i have about mpotion is action script that is used to make bp mpotions....
 
Kodis its not that simple...i dont have in my config.lua removerunes yes/no , only for arrow's....and macro-i dont know where i need to change it its sql so i cant find mpotion, only thing i have about mpotion is action script that is used to make bp mpotions....

Please post your config.lua here..;)
 
-- The Forgotten Server Config

-- Account Manager
accountManager = "yes"
newPlayerChooseVoc = "yes"
newPlayerSpawnPosX = 1000
newPlayerSpawnPosY = 1000
newPlayerSpawnPosZ = 7
newPlayerTownId = 1
newPlayerLevel = 8
newPlayerMagicLevel = 0
generateAccountNumber = "no"

-- Banishments
broadcastBanishments = "yes"
banDays = 1
finalBanDays = 3
killsToBan = 6

-- Battle
worldType = "pvp"
hotkeyAimbotEnabled = "yes"
protectionLevel = 15000
killsToRedSkull = 3
pzLocked = 10000
deathLosePercent = 10
criticalHitChance = 7
removeAmmoWhenUsingDistanceWeapon = "no"
removeChargesFromRunes = "yes"
timeToDecreaseFrags = 1 * 1 * 60 * 1000
whiteSkullTime = 1 * 60 * 1000

-- Commands
displayGamemastersWithOnlineCommand = "no"

-- Connection Config
ip = "127.0.0.1"
port = 7171
loginTries = 10
retryTimeout = 5 * 1000
loginTimeout = 60 * 1000
maxPlayers = "1000"
motd = "Welcome to New Schwartz Server!!"
onePlayerOnlinePerAccount = "yes"
allowClones = 0
serverName = "Schwartz"
loginMessage = "Welcome to Schwartz!Please chose your character!"
adminLogsEnabled = "no"
statusTimeout = 5 * 60 * 1000
replaceKickOnLogin = "yes"

-- Deathlist
deathListEnabled = "yes"
maxDeathRecords = 5

-- Guilds
ingameGuildSystem = "yes"

-- Highscores
highscoreDisplayPlayers = 15
updateHighscoresAfterMinutes = 10

-- Houses
housePriceEachSQM = 10000
houseRentPeriod = "never"

-- Idle
kickIdlePlayerAfterMinutes = 15

-- Item Usage
timeBetweenActions = 200
timeBetweenExActions = 1000

-- Map
mapName = "Schwartz"
mapAuthor = "NixoN"
randomizeTiles = "yes"

-- Messaging
maxMessageBuffer = 4

-- MySQL
mysqlHost = "localhost"
mysqlUser = "root"
mysqlPass = "nixon"
mysqlDatabase = "Schwartz"
mysqlPort = 3306

-- Premium Account
freePremium = "yes"

-- PVP Server
displayOnOrOffAtCharlist = "no"
allowChangeOutfit = "yes"
noDamageToSameLookfeet = "no"
experienceByKillingPlayers = "no"

-- Rates
rateExp = 150000
rateSkill = 15000
rateLoot = 7
rateMagic = 15000
rateSpawn = 15

-- Real Server Save
-- note: serverSaveHour means like 03:00, not that it will save every 3 hours,
-- if you want such a system use autoSaveEachMinutes. this serversave method
-- may be unstable, we recommend using otadmin if you want real serversaves.
serverSaveEnabled = "no"
serverSaveHour = 3
shutdownAtServerSave = "yes"
cleanMapAtServerSave = "yes"

-- Server saving
autoSaveEachMinutes = 15
saveGlobalStorage = "no"

-- Spawns
deSpawnRange = 7
deSpawnRadius = 50

-- SqLite
sqliteDatabase = "forgottenserver.s3db"

-- SQL
sqlType = "mysql"
passwordType = "plain"

-- Startup
defaultPriority = "high"

-- Status
ownerName = "Paulo"
ownerEmail = "[email protected]"
url = "http://www.xtibia.com"
location = "Brasil"



-- by Shynzo
-- Colored spells above player (yes/no)
coloredSpells = "yes"

-- Shows in item "IT WAS MADE BY XXX"
-- When gamemasters makes items?
showDescriptionItems = "yes"

-- Remover spears, stars?
removeAmmoBack = "no"

-- Player tem cap ?
playersHaveCapacity = "no"
 
DiaBolic said:
-- Battle
worldType = "pvp"
hotkeyAimbotEnabled = "yes"
protectionLevel = 15000
killsToRedSkull = 3
pzLocked = 10000
deathLosePercent = 10
criticalHitChance = 7
removeAmmoWhenUsingDistanceWeapon = "no"
removeChargesFromRunes = "yes"
timeToDecreaseFrags = 1 * 1 * 60 * 1000
whiteSkullTime = 1 * 60 * 1000
There is removeChargesFromRunes = "yes"-.-
 
Kodis its not that simple...i dont have in my config.lua removerunes yes/no , only for arrow's....and macro-i dont know where i need to change it its sql so i cant find mpotion, only thing i have about mpotion is action script that is used to make bp mpotions....
Inside the following directory you may find various script related to mana potions:
data/actions/scripts/liquids/
 
Back
Top