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

Solved Manarune

George00

propro
Joined
Jan 11, 2014
Messages
163
Solutions
1
Reaction score
10
Location
propro
So i was recently trying to add a manarune im super new to this creating ot thing and im looking trough guides and scripts here.
When i start forgottenserver.exe i get this message


[03/05/2015 23:29:11] The Forgotten Server - Edited By Cyko V8, version 0.3.6 - Edited By Cyko V8 (Crying Damson - Edited By Cyko V8)
[03/05/2015 23:29:11] Compiled with GNU C++ version 3.4.5 (mingw special) at Apr 6 2013, 11:07:44.
[03/05/2015 23:29:11] A server developed by Elf, slawkens, Talaturen, KaczooH, Lithium, Kiper, Kornholijo.
[03/05/2015 23:29:11] Visit our forum for updates, support and resources: http://otland.net.

[03/05/2015 23:29:11] >> Loading config (config.lua)
[03/05/2015 23:29:11] > Using plaintext encryption
[03/05/2015 23:29:11] >> Checking software version... failed checking - malformed file.
[03/05/2015 23:29:11] >> Fetching blacklist
[03/05/2015 23:29:11] >> Loading RSA key
[03/05/2015 23:29:11] >> Starting SQL connection
[03/05/2015 23:29:11] >> Running Database Manager
[03/05/2015 23:29:12] > No tables were optimized.
[03/05/2015 23:29:12] >> Loading items
[03/05/2015 23:29:12] [Warning - Items::loadFromXml] Cannot load items file.
[03/05/2015 23:29:12] Line: 16189, Info: Input is not proper UTF-8, indicate encoding !
[03/05/2015 23:29:12] Bytes: 0xF1 0x6F 0x20 0x70



[03/05/2015 23:30:00] > ERROR: Unable to load items (XML)!


I was testing this out
https://otland.net/threads/script-infinite-manarune-and-how-to-put-in-your-server.134794/

Anyone know whats wrong ?
 
I think the manarune line is wrong
</item>
<item id="2305" article="a" name="firebomb rune">
<attribute key="runeSpellName" value="adevo mas flam" />
<attribute key="weight" value="120" />
</item>
<item id="2307" override="yes" article="a" name="manarune">
<attribute key="runeSpellName" value="Manarune." />
<attribute key="weight" value="120" />
<attribute key="charges" value="0" />
</item>
<item id="2308" article="a" name="soulfire rune">
<attribute key="runeSpellName" value="adevo res flam" />
<attribute key="weight" value="120" />
</item>
<item id="2309" article="a" name="spell rune">
<attribute key="weight" value="120" />
But idk how to change it im very new like started some hours ago for the first time
 
http://speedy*****malware.localhost/9F9Pf/items.xml
Oh ye im a retard haha. i thought i could like import it here on otland.
 
Correct the name on line 16189.
8xUt1P8JD.png

Code:
<item id="9998" article="a" name="filled jalapeno peppers">
 
Back
Top