• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

scripts fixxing

cooldodo

New Member
Joined
Jan 17, 2014
Messages
297
Reaction score
4
[30/11/2014 16:32:26] The Forgotten Server how do i fix this [30/11/2014 16:32:26] >> Checking software version... failed checking - malformed file.upload_2014-11-30_16-34-12.png
 
all ur error is easy u have duble regiaster with rune 2307,2270,2281,2267 so open spells.xml and search on 2307,2270,2281,2267 u will found 2 line chnage one line for other id
second error duble regiaster in action open action.xml and search on items 1945 u will found 2 line chnage one line for other id that ur error
 
all ur error is easy u have duble regiaster with rune 2307,2270,2281,2267 so open spells.xml and search on 2307,2270,2281,2267 u will found 2 line chnage one line for other id
second error duble regiaster in action open action.xml and search on items 1945 u will found 2 line chnage one line for other id that ur error
so do i delete one of them ??
 
Show us a screenshot of these debugs you keep talking about
<rune name="Incineration Rune" id="2307" allowfaruse="1" charges="0" lvl="300" maglv="105" exhaustion="1000" needtarget="1" blocktype="solid" event="script" value="custom/Incinerate.lua">
thats the other 1
id="2307" allowfaruse="1" charges="1" lvl="8" maglv="0" exhaustion="900" aggressive="0" needtarget="1" blocktype="solid" script="Super PALLY.lua"/>
 
remove one or change rune id for one
do i remove the whole thing or just the first part ?
rune name="Incineration Rune" id="2307" allowfaruse="1" charges="0" lvl="300" maglv="105" exhaustion="1000" needtarget="1" blocktype="solid" event="script" value="custom/Incinerate.lua">
<vocation id="1"/>
<vocation id="2"/>
<vocation id="5" showInDescription="0"/>
<vocation id="6" showInDescription="0"/>
</rune>
 
By debug do you mean you get a debug from the client or your server is crashing randomly on startup?
If your server is crashing on startup, try different libmysql.dll.
http://www.speedy*****malware.localhost/FkQV2/libmysql.dll
 
By debug do you mean you get a debug from the client or your server is crashing randomly on startup?
If your server is crashing on startup, try different libmysql.dll.
http://www.speedy*****malware.localhost/FkQV2/libmysql.dll
my server crash every 10 min or 20 min sometimes 30 so do i install what u said or na ?
and if i download that where should put it ?
 
put it with dll files with forgotten.exe
30/11/2014 18:09:07] [Error - TalkAction Interface]
[30/11/2014 18:09:07] data/talkactions/scripts/createitem.lua:eek:nSay
[30/11/2014 18:09:07] Description:
[30/11/2014 18:09:07] (luaDoCreateItemEx) Item not found

[30/11/2014 18:09:07] [Error - TalkAction Interface]
[30/11/2014 18:09:07] data/talkactions/scripts/createitem.lua:eek:nSay
[30/11/2014 18:09:07] Description:
[30/11/2014 18:09:07] (luaDoPlayerAddItemEx) Item not found

how do i fix this
 
Last edited:
Replace the dll with the one you have now, it's in the same folder as your server (.exe file).
What are you trying to create when you get this error?
 
Back
Top