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

The Forgotten Server v0.3 (alpha 3)

Status
Not open for further replies.
Could u Elf or someone who know answer me? I dont want to spam, but why u just ignore simple questions?

Is there other formula to make this one working?
Or just its impossible to add magicpercent to item? in items.xml
Here is from evo :/
<attribute key="increaseMagicPercent" value="10"/>
 
Could u Elf or someone who know answer me? I dont want to spam, but why u just ignore simple questions?

Is there other formula to make this one working?
Or just its impossible to add magicpercent to item? in items.xml
Here is from evo :/
<attribute key="increaseMagicPercent" value="10"/>


use
Code:
<attribute key="magicpointspercent" value="10"
 
Its still not working :< It not give more dmg :/ I testes 10, 20, 50 percent and dmg is always the same :(
 
1. you must add this item in movements.xml ( use search)
2. it will not add damage, it must add magic level.
 
1. you must add this item in movements.xml ( use search)
2. it will not add damage, it must add magic level.

hmm u are wrong, its magic level percent! not just magic level ...

this one is on mlvl
Code:
<attribute key="magicpoints" value="1"/>

and this one should give damage parcent from magic level

Code:
<attribute key="magicpoints[COLOR="Red"]percent[/COLOR]" value="10"

see diffrence?
 
this one must add percent to magic level. For example, if you have mlvl 100, and
<attribute key="magicpointspercent" value="10"
, you will get 110 mlvl.
 
alright now I get it. But when I added to movements, and set in items.xml for examle 80 percents, and I have 100mlvl, I doeqip item and it gives me 80mlvl :/ not 100mlvl + 80 percents :// its just turning my mlvl from 100 to 80 :/
Its bugged I think
 
Last edited:
alright now I get it. But when I added to movements, and set in items.xml for examle 80 percents, and I have 100mlvl, I doeqip item and it gives me 80mlvl :/ not 100mlvl + 80 percents :// its just turning my mlvl from 100 to 80 :/
Its bugged I think
ahh, I forgot, you must use not
<attribute key="magicpointspercent" value="10"

USE:

<attribute key="magicpointspercent" value="110"
(100% + **% you want to add)
 
I'll release today pl2 with 2 important fixes.

waiting.. :> :D have u been on party or smth?:D :) please try post it today :<



also Ive noticed that in 0.3 version in config.lua we can't set "autoSaveEachMinutes"
there is only note about this :<

Code:
-- Global save
	-- NOTE: globalSaveHour means like 03:00, not that it will save every 3 hours,
	-- if you want such a system use autoSaveEachMinutes. This save method
	-- may be unstable, we recommend using OTAdmin if you want real saves.
 
Last edited:
Inteligentny,
/globalevents/
globalevents.xml
PHP:
<?xml version="1.0" encoding="UTF-8"?>
<globalevents>
	<globalevent name="save" interval="900" script="save.lua"/>
	<globalevent name="clean" interval="7200" script="clean.lua"/>
</globalevents>
 
I cant login if i dont have my account in "name" in my database
 
Go in items.xml.

Change this <attribute key="preventLoss" value="1"/> to <attribute key="preventLoss" value="0"/>

It should work i think.
 
Go in items.xml.

Change this <attribute key="preventLoss" value="1"/> to <attribute key="preventLoss" value="0"/>

It should work i think.

then write it alone that same me do ^^ its only 3 lines ^^ and don't spam this its'not elf probrem you can't login also you can use acc menager

@ topic elf when be new patch ?:D
 
Status
Not open for further replies.
Back
Top