• 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 2)

Status
Not open for further replies.
How is that a problem?
 
what is that ?
Code:
[29/09/2008  16:36:59] Lua Script Error: [Npc interface] 
[29/09/2008  16:36:59] data/npc/scripts/runes.lua

[29/09/2008  16:36:59] data/npc/lib/npcsystem/npchandler.lua:285: table index is nil
[29/09/2008  16:36:59] [Warning - NpcScript::NpcScript] Can not load script: data/npc/scripts/runes.lua
 
jo3 u use gesior acc maker and all works perfectly or u dont try? what about ur quest all works ?
 
jo3 u use gesior acc maker and all works perfectly or u dont try? what about ur quest all works ?

I use in-game account maker, but I don't have the server up for people to get on, just me. I'm using the forgotten map, and so far nothing's wrong. But I suggest using the newest patch for 0.2 if you're hosting a server until 0.3 is out of alpha and beta.

Jo3
 
what is that ?
Code:
[29/09/2008  16:36:59] Lua Script Error: [Npc interface] 
[29/09/2008  16:36:59] data/npc/scripts/runes.lua

[29/09/2008  16:36:59] data/npc/lib/npcsystem/npchandler.lua:285: table index is nil
[29/09/2008  16:36:59] [Warning - NpcScript::NpcScript] Can not load script: data/npc/scripts/runes.lua

That is bad npc .xml file.
 
It is possible to use onThink(cid,interval) in creaturescripts as we use in globalevents? or just onThink(cid), or any way to run onThink not in 500 msec, without changing source value? something like adddelay?
 
That is bad npc .xml file.

Code:
<?xml version="1.0"?>
       <npc name="Alan" script="data/npc/scripts/runes.lua" access="3" floorchange="0" WALKINTERVAL="2000">
       	<health now="1000" max="1000"/>
       	<look type="129" head="96" body="71" legs="72" feet="33" corpse="3128"/>
	<parameters>
		<parameter key="message_greet" value="Hello |PLAYERNAME|. I sell runes, potions, wands and rods."/>
		<parameter key="message_decline" value="Is |TOTALCOST| gold coins too much for you? Get out of here!"/>
	</parameters>
       </npc>
well ?xd
 
It is possible to use onThink(cid,interval) in creaturescripts as we use in globalevents? or just onThink(cid), or any way to run onThink not in 500 msec, without changing source value? something like adddelay?

No, onThink is just for NPCs and Global events. Use addEvent instead?
 
Code:
<?xml version="1.0"?>
       <npc name="Alan" script="data/npc/scripts/runes.lua" access="3" floorchange="0" WALKINTERVAL="2000">
       	<health now="1000" max="1000"/>
       	<look type="129" head="96" body="71" legs="72" feet="33" corpse="3128"/>
	<parameters>
		<parameter key="message_greet" value="Hello |PLAYERNAME|. I sell runes, potions, wands and rods."/>
		<parameter key="message_decline" value="Is |TOTALCOST| gold coins too much for you? Get out of here!"/>
	</parameters>
       </npc>
well ?xd

Remove, <parameter key="message_decline" value="Is |TOTALCOST| gold coins too much for you? Get out of here!"/>.
 
Nice work

So one question... now people wont be able to use your source? I used to like downloading the code and messing around with it, to add some c++ cool codes found in the forum and then compile TFS, but now I can't se to be able to download with TortoiseSVN, some user and password is needed... does this mean that is not open for people? or if it is, what's the user and password if I can ask..

But either way, nicely done TFS team.
As always
 
So one question... now people wont be able to use your source? I used to like downloading the code and messing around with it, to add some c++ cool codes found in the forum and then compile TFS, but now I can't se to be able to download with TortoiseSVN, some user and password is needed... does this mean that is not open for people? or if it is, what's the user and password if I can ask..

But either way, nicely done TFS team.
As always

Emmmmm...... I'm downloading them... are you sure you put fine the link?
Code:
http://public.otland.net/svn/forgottenserver/tags/0.3a2/
 
everything works fine to me ..
but i have a question at first version (alpha) i was able to see the npc's..

In this version a lot of bugs was fixed but the "npc's are missing"..
How can i solve this?

Anyone?
Thanks in advance
 
Status
Not open for further replies.
Back
Top