• 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 Line: 403, Info: Premature end of data in tag weapons line 2, cannot load weapon

George00

propro
Joined
Jan 11, 2014
Messages
163
Solutions
1
Reaction score
10
Location
propro
Cannot load weapons.. I'm quite new to this.. and also could someone tell me if i should add a manarune.lua in liquid folder because it says cannot load manarune.lua

can someone help me i dont get what premature line means.. !
 
Last edited by a moderator:
Post your system.lua script and the xml line of the manarune.
No such file or directory means it can't find the lua file.

The monster errors mean they are not added to your server, so add them in data/monster/monsters.xml and the xml files of the monsters in the right folders.
 
Can you tell me how to put my ot online and then you could come in and then help me with stuff it would be much easier

I have put the manarune in liquids because potions are there and im totally wrong i guess.
function onUse(cid, item, frompos, item2, topos)
mag = getPlayerMagLevel(cid)
if mag >= 0 then
doSendMagicEffect(topos,61)
doCreatureSay(cid,"Third Mana!",19)
doPlayerAddMana(cid, 1500)
if item.type > 1 then
end
else
doSendMagicEffect(frompos,2)
doPlayerSendCancel(cid,"You don't have the required magic level to use that rune.")
end
return 1
end
as script

where is the right folder for monster ? i have it in apes xD
 
And then another one in custom but its not the same script wait a sec ima change it

83.251.51.108

Could you log in to check if it works....

the manarune script is over your post
 
Last edited by a moderator:
Post the actions.xml line of the manarune script, not the lua script.
No such file or directory means it can't find the lua file, the it's added wrong in actions.xml.

Could you log in to check if it works....
If you need help with things you can just post it here.
The problems are in scripts, I can't do anything ingame.
 
My friend cant connect to the ot.. whats wrong ?

http://speedy*****malware.localhost/EMud4/config.lua

Okay the manarune thing first a second bro
 
On line 48 you have this.
Code:
<action itemid="2312" script="manarune.lua"/>
There is no folder added, add the folder where you added the manarune script.
Code:
<action itemid="2312" script="other/manarune.lua"/>
Instead of other the name of the folder where you added the manarune script.
 
liquids.. now when i start it says
[Warning - BaseEvents::loadFromXml] Cannot open actions.xml file.
[10/07/2014 19:26:21] Line: 48, Info: Couldn't find end of Start Tag action line 48

oh i think i pasted the action too far to the left and not with the other <actions

still wont work
[Warning - BaseEvents::loadFromXml] Cannot open actions.xml file.
[10/07/2014 19:26:21] Line: 48, Info: Couldn't find end of Start Tag action line 48

can i put the lua in other folder ?

<action itemid="2312" event="script" value="other/manarune.lua"/> i've putten the manarune inside other now
 
Last edited by a moderator:
Theforgottenserver.exe is good now but when i log in it cant connect to game server.. let me try to change the ipconfig to that 127 ip thing

do i need to change world id to something

im only on when its 127.0.0.1 otherwise it wont connect

How spawn the manarune do i need to make anymore folders or something because /i manarune wotn work
 
Back
Top