• 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 beta 1

Status
Not open for further replies.
@AGS:
1. Allow pickupable allows you to throw pickupable items to be throwed on unthrowable items, like dustbin.
2. return TRUE will not display talk action in chat, FALSE will.
well, this is a bug report and a request...

PHP:
doPlayerAddExp(cid, exp)

if you add a negative value here, you will get like 1337k exp (lvl 1 - 650).. This means it is impossible to downgrade levels without dying..

My request then is: Either fix so you can add negative values, or add:

setPlayerLevel(cid, level)
setPlayerExperience(cid, value)

going through sql is so clumsy for just editing the level, and it also requires that the player is offline.

Fixed (popNumber didn't accept negative values).
 
frags bug

mi server is bugedd the frags , 1 kill = 5 frags or more.
and player loss the addons
 
I like to have the same system of the 0.2 quest
just put the Uni.Id the chest gives the item:

Chest: Un.Id 6391: Nightmare shield

It's possible

ty
 
Someone on my OT's forum said:
1. Spell "Exana pox" dosen't work sometimes. Today i used it 4x times to get out of poison.
2. Why 200+ Elders/Sorcerers can't run away from 180lvl Ek or Paly whan he get Follow on them(that green person near eq)...? Now we will see on Open Battle 10 knights 150lvl+ attacking person on follow and use Exori hur.
3. Spell "Exana Mort" Dosen't Work on Paralize. All healing spells should take out from it.
4. Whan i use mouse on the ground i see "Sorry Not Possible"
5. Some places on map get Debug after this little update.

I'm not sure if they are all bugs, I haven't tried to reproduce them yet.
 
@AGS:
Fixed (popNumber didn't accept negative values).

PHP:
function onUse(cid, item, frompos, item2, topos)
	doPlayerAddExp(cid, -1000)
	return TRUE
end

13:26 You advanced from Level 200 to Level 644.

When is it fixed? You meant fixed next patch? :p
 
Two Questions

1. Is this better/more stable than TFS 0.2?
2. If I take all my 0.2 actions/creature events/scripts/npc's..etc, will they work on this?

Thanks.
 
PHP:
function onUse(cid, item, frompos, item2, topos)
	doPlayerAddExp(cid, -1000)
	return TRUE
end

13:26 You advanced from Level 200 to Level 644.

When is it fixed? You meant fixed next patch? :p
It's fixed in the private revision, and will be in the next patch probably.
Two Questions

1. Is this better/more stable than TFS 0.2?
2. If I take all my 0.2 actions/creature events/scripts/npc's..etc, will they work on this?

Thanks.
1) I wouldn't switch until the RC is released.
2) Only if you manually change the deprecated functions to the new ones.

Jo3
 
why when i try login on 1,1 its says could not resolve server name? pls help
 
Status
Not open for further replies.
Back
Top