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

Status
Not open for further replies.
Oh well, this is urgent.
The ladders doesn't seem to work at all.
Code:
	<item id="1386" article="a" name="ladder">
	</item>

And this wont help either as you should click on the ladder to go up.
Code:
	<item id="1386" article="a" name="ladder">
		<attribute key="floorchange" value="south"/>
	</item>

Anyone? Please.

Kind Regards,
Eldin.


PS: NPC won't sell me Oil.
Code:
shopModule:addBuyableItem({'oil'}, 2006, 4400, 11, 'oil')
Everything else works on the NPC, aswell as fluids with lower ID then 10.


Ladders holes are also wrong.
Code:
	<item id="408" article="a" name="trapdoor">
		<attribute key="floorchange" value="down"/>
	</item>
You do come down 1 square down and that means infront of the ladder.
It results in alot of walls.

~~Eldin
 
I cant get this function working..

PHP:
doTargetCombatHealth(cid, player, PHYSICALDAMAGE, 50, 80, CONST_ME_STONES)

It sends the effect, but it dosent do any damage. Bugged function?
 
Comon Elf, im about to release my new version today ASAP.
The ladders and trapdoors are pretty important.
I realy need your help, is it something that I missed or do the ladders and trapdoors got an error?

Thanks in advance.

Kind Regards,
Eldin.
 
Oooooops,
I thougth it was 1.1.0 :D
Thanks Elf xD

@Edit: Thanks one more time, I updated to 1.10 - it was 'testing' and I was working on 'stable' only, that's why i hadn't this updated.
 
Last edited:
I wrote it in the TFS Bug Section.
Hopefully, that will make you happy Elf...

Kind Regards,
Eldin.
 
Hey, anyone can tell me what I have to put in worldType when I want Non PVP or PVP enfo ??
 
I thought the same but it doesn't work !
Edit:
Code:
>> Checking world type...
> ERROR: Unknown world type: pvp-enf
Code:
>> Checking world type...
> ERROR: Unknown world type: pvp-enfo
Code:
>> Checking world type... PVP-ENFORCED
>> Loading map and spawns...
Great !!!
So I have pvp enfo... (worldType = "pvp-enforced")

but I need non-pvp...
 
Last edited:
Code:
>> Checking world type...
> ERROR: Unknown world type: 1
Code:
>> Checking world type...
> ERROR: Unknown world type: 2

nope...

Edit: AAAAARGHHH...
I checked it in sources...
There are: pvp, no-pvp, pvp-enforced
 
Last edited:
How about "no-pvp" or "nonpvp" instead of "non-pvp" ?
 
Code:
>> Checking world type...
> ERROR: Unknown world type: 1
Code:
>> Checking world type...
> ERROR: Unknown world type: 2

nope...

Edit: AAAAARGHHH...
I checked it in sources...
There are: pvp, no-pvp, pvp-enforced

Just added some options for next release, so you can set 1/2/3, etc.
 
never mind already solved it.

also you can check if you implement this on the server, they would make the damages look how they look on tibia rl.


in const.h you should add for example:
TEXTCOLOR_ENERGY = 155,
TEXTCOLOR_DEATH = 108,
TEXTCOLOR_ICE = 143,

in game.cpp ypu should search for (TEXTCOLOR_PURPLE) and change it for (TEXTCOLOR_ENERGY) then search for (TEXTCOLOR_LIGHTBLUE) in ice damage combat and change it for (TEXTCOLOR_ICE) and then search for (TEXTCOLOR_DARKRED) and change it for (TEXTCOLOR_DEATH).

those are the correct colors for the elemets energy, death and ice.

you add them how you like but you should add them.
 
Last edited:
ehmhm
When I configured TFS to use sqlite it tries to connect to mysql and there is an error...
 
why are there no npcs in any servers? how do i spawn them, im new to 8.31, in 7,9 and stuff u just had a npc map in "WORLD".. so how do i spawn the npcs? and how do i create a gm, cuz there are no "ACCOUNT" folder :)
 
Status
Not open for further replies.
Back
Top