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

[8.54] The Forgotten Server 0.3.6pl1 (Crying Damson)

I will try again by another way, i wonna know if its possible to use an scipt what create a portal after killed a monster and remove this tp after.
Is this possible in TFS 0.3.6 ?
If is why i cant do this ?
I relly nood this

Thx
 
LOL, ur spammer. Your post don't bring anything usefull in this topic... [delete?]
And he answering on other questions... Ur jelaus? Wtf...

We're good friends, I was just joking around with him...
Get a life newb.
 
Well i think i found a bug, Tell me if its only me or you have the same problem.

Im having this problem with my rune seller.
(when i try to buy wands/rods-spellbooks and capes, The Npc just wont let me buy it. and got this console error.)
Code:
[04/01/2010 03:25:14] [Error - Npc interface] 
[04/01/2010 03:25:14] (Unknown script file)
[04/01/2010 03:25:14] Description: 
[04/01/2010 03:25:14] data/npc/lib/npcsystem/modules.lua:1151: bad argument #2 to 'error' (number expected, got string)
[04/01/2010 03:25:14] stack traceback:
[04/01/2010 03:25:14] 	[C]: in function 'error'
[04/01/2010 03:25:14] 	data/npc/lib/npcsystem/modules.lua:1151: in function 'callbackOnBuy'
[04/01/2010 03:25:14] 	data/npc/lib/npcsystem/npchandler.lua:263: in function 'processModuleCallback'
[04/01/2010 03:25:14] 	data/npc/lib/npcsystem/npchandler.lua:440: in function 'onBuy'
[04/01/2010 03:25:14] 	data/npc/lib/npcsystem/modules.lua:1292: in function <data/npc/lib/npcsystem/modules.lua:1291>

If anyones knows how to fix this tell me :peace:
PS: Im using the rune.lua of tfs 0.3.6pl1 and update the lib/npcsystem/module.lua, Also forgot to mention that it works if you buy runes and pots.

Yours Last Knight.
 
Change
Code:
shopModule:addBuyableItem({'spellbook'}, 2175, 150, 'spellbook')
to
Code:
shopModule:addBuyableItem({'spellbook'}, 2175, 150, 1, 'spellbook')
and it will work ;)
Do it so for runes/wands too.

Cheers.
 
I will try again by another way, i wonna know if its possible to use an scipt what create a portal after killed a monster and remove this tp after.
Is this possible in TFS 0.3.6 ?
If is why i cant do this ?
I relly nood this

Thx

Yes, it's possible in TFS 0.3.6.
Of course you can, why not?
 
I will try again by another way, i wonna know if its possible to use an scipt what create a portal after killed a monster and remove this tp after.
Is this possible in TFS 0.3.6 ?
If is why i cant do this ?
I relly nood this

Thx

lol, nothing it impossible on this life bro
 
I can play the ot when i turn it on on my computer. But when i try to play it on another computer i cannot play. it says Error. what is happening?:confused:
 
Change
Code:
shopModule:addBuyableItem({'spellbook'}, 2175, 150, 'spellbook')
to
Code:
shopModule:addBuyableItem({'spellbook'}, 2175, 150, 1, 'spellbook')
and it will work ;)
Do it so for runes/wands too.

Cheers.

Thx it works, Rep++ you.
 
I can play the ot when i turn it on on my computer. But when i try to play it on another computer i cannot play. it says Error. what is happening?:confused:
Wrong IP in config? Blocked ports?

After i update my server to tfs 0.3.6 pl1 players dont get frags, you can kill 100 ppl and dont take red skul.
Someone knows why ?

Thx
Maybe you are using old config. Did you uptade it?
 
Hey Elf or som other when I open my server its all ok, but when I try to go in whit 127.0.0.1 or localhost I cant its says "Canot connect to a login server
Error: Disconeccted from the server. (200002)
what can I do??
please help
 
Back
Top